Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞]: server crash with aoa3 + farmer's delight #713

Closed
4 tasks done
mihile opened this issue Dec 10, 2024 · 14 comments
Closed
4 tasks done

[🐞]: server crash with aoa3 + farmer's delight #713

mihile opened this issue Dec 10, 2024 · 14 comments
Labels
1.21.1-NEOFORGE Minecraft Version bug Something isn't working Moonlight Lib Cause is in Moonlight Lib

Comments

@mihile
Copy link

mihile commented Dec 10, 2024

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)

1.21.1 - NEOFORGE

EveryCompat Version

everycomp-1.21-2.7.6-neoforge

Moonlight Lib Version

moonlight-1.21-2.17.11-neoforge

Issue with mods

Advent Of Ascension 3.7.15 + Farmer's Delight 1.2.6

Issue Detail

image
When using aoa3 and farmer's delight together, connection error happen with everycomp 2.7.6
The issue does not occur in versions 2.7.5 and earlier

OPTIONAL: Latest.log | Crash-report Attachment

https://mclo.gs/d9fqczh

OPTIONAL: To Produce

No response

@mihile mihile added the bug Something isn't working label Dec 10, 2024
@mihile mihile changed the title [🐞]: server crash with aoa3 + farmer [🐞]: server crash with aoa3 + farmer's delight Dec 10, 2024
@github-actions github-actions bot added the 1.21.1-NEOFORGE Minecraft Version label Dec 10, 2024
@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 10, 2024

I need the Crash-report

@mihile
Copy link
Author

mihile commented Dec 11, 2024

https://mclo.gs/ORyBqeM
oh my bad. It's not a server crash.
When I try to connect to the server, get lost connection and client crashes a second later.
lost connection also happens in single-play without the crash.

@MehVahdJukaar
Copy link
Owner

Send latest.log

@mihile
Copy link
Author

mihile commented Dec 11, 2024

https://mclo.gs/MH2hdwG
here it is!

@MehVahdJukaar
Copy link
Owner

Are you sure both client and serve rhave same mod versions of all mods? Does it happen without EC

@mihile
Copy link
Author

mihile commented Dec 11, 2024

yes. I've only install Everycomp, Farmer's Delight, Moonlight, and AoE3.
server is working but can't join server.
same issue in single play.

When I remove Everycomp from both the server and client, join server works well.

@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 11, 2024

ok i see it's related to strangewood from AOA3. the problem is model file. i'll need to look in this.

Failed to add Block{everycomp:fd/aoa3/stranglewood_cabinet} model json file:

@TeraNovaLP
Copy link

I get the same error message only with these mods:

  • Neoforge: 21.1.85
  • Every Compat: 2.7.6
  • Moonlight Lib: 2.17.12
  • Farmer's Delight: 1.2.6
  • Biomes O' Plenty: 1.21.1
    • GlitchCore: 2.1.0.0
    • TerraBlender: 4.1.0.5

As soon as I try to load a world, I get the same message. But when I remove Farmer's Delight or Biomes O' Plenty again, everything continues to run.

latest.log

@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 12, 2024

I think i found the cause.

The generated blocks, cabinet are included with tags that cabinet of Farmer's Delight (FD) is no longer tagged with.

what? The tags for FD is actually loaded and included with cabinet. I need to investigate a bit more.

UPDATED:

The FarmersDelight Module is outdated for the FD v1.2.6.

EDIT:
The problem is that EC generated Block for cabinet but did not generate item for cabinet. I even added a code for that and it still doesn't generate the item. idk why.

@Xelbayria
Copy link
Collaborator

Turned out the problem is Moonlight lib,

You'll need to use Moonlight Lib v2.17.12. It fixed the item not being generated.

@Xelbayria Xelbayria added the Moonlight Lib Cause is in Moonlight Lib label Dec 12, 2024
@TeraNovaLP
Copy link

@Xelbayria Just to make sure it hasn't been overlooked. I have the same message with version 2.17.12 only without aoa3 ^^

@Xelbayria
Copy link
Collaborator

Will check again.

@Xelbayria
Copy link
Collaborator

Xelbayria commented Dec 13, 2024

@TeraNovaLP
Using EC v2.8.0, I ran a test on my side to see if i can join the server. i had no problem.
With AOA3, too.

I need to fix the problem with strangewood

UPDATED:

ported the fix from 1.20.1 to 1.21.1

should be all finished. I am going to upload v2.8.0 and if you find a problem, you can create a new issue.

@Xelbayria
Copy link
Collaborator

FIXED in v2.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.21.1-NEOFORGE Minecraft Version bug Something isn't working Moonlight Lib Cause is in Moonlight Lib
Projects
None yet
Development

No branches or pull requests

4 participants