[๐]: EveryCompat causing crash (related to moonlight)
Gamemassa opened this issue ยท 23 comments
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
1.21.1 - FABRIC
EveryCompat Version
everycompat-1.21-2.7.5
Moonlight Lib Version
moonlight-1.21-2.17.7
Issue with mods
Not sure.
Issue Detail
Seems like it's trying to load recipes/assets from mods I don't even have installed.
OPTIONAL: Latest.log | Crash-report Attachment
Crash Report:
https://mclo.gs/uxdOM3K
Latest.log
https://mclo.gs/7fveNHg
I believe the issue is in Moonlight Lib, it has some a few changes related to Recipes.
try downgrade to older version of Moonlight Lib.
I believe the issue is in Moonlight Lib, it has some a few changes related to Recipes.
try downgrade to older version of Moonlight Lib.
What version would you recommend? Edit: I tried a handful of different versions. It seems like Moonlight 2.14.X and 2.15.X versions cause crashes on startup, but 2.16.0 is working for now.
The bugs in moonlight lib should be fixed. Try the latest version of Moonlight Lib.
The bugs in moonlight lib should be fixed. Try the latest version of Moonlight Lib.
I don't think it's fixed:
Crash Report: https://mclo.gs/QFD6mtg
Latest.log: https://mclo.gs/T8tU8dH
Only on CurseForge for some reason: https://www.curseforge.com/minecraft/mc-mods/every-compat/files/5961351
Now I'm getting this crash on startup. Not sure if this is still the same thing or needs its own thread (I did also update Sawmill because that ended up needing to be updated):
Crash Report:
https://mclo.gs/XHxeo0A
Latest.log
https://mclo.gs/HAud6U4
Currently, EveryComp 2.7.5, Moonlight 2.16.0 and Sawmill 1.5.3 are working together in my modpack. If I update Moonlight beyond that, it stops working (and EveryComp 2.7.6 needs Moonlight to also be updated, so by extension that also does not work).
It will take some time to find the bug and fix it. I'll check out the crash-report
EDIT:
Oh, something is wrong with Regions Unexplored Module, i'll need to look in it
@Gamemassa Can you tell me which wood mod is it that caused the Minecraft to crash with EveryComp and Regions Unexplored?
I'm trying to find out which leavesType has no WoodType.
EDIT:
Update EveryComp to v2.8.0 but first backup your world. It has major changes and some bug-fixing
Let me know if that fix the problem or not.
I updated EveryComp to 2.8.0 and I'm still getting a crash on startup.
Crash Report:
https://mclo.gs/6T1Tavg
Latest.log
https://mclo.gs/OGTLeS1
Seems regions unexplored branch blocks aren't checking if a leaf type has a log block
Seems regions unexplored branch blocks aren't checking if a leaf type has a log block
I know. That's why i want to investigate to find out what's going on
Seems to be fixed by commit 91d5ed8
Seems regions unexplored branch blocks aren't checking if a leaf type has a log block
Any idea which leaf type in particular?
Forgot to close this. It wasn't leaf Type. The block required 2 things: a log and a sapling.
it was looking at the list via Leaf for wood Types but the list was empty.
yup. the file, RegionsUnexploredModule.java. that will explain what was the cause.