-
Notifications
You must be signed in to change notification settings - Fork 31
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
[🐞]: EveryCompat causing crash (related to moonlight) #703
Comments
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. |
|
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 |
your every compat is not updated |
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: Latest.log |
Has the Moonlight Lib v2.17.12 fix the problem? |
Doesn't seem like it. Crash Report: Latest.log |
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: |
@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: 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: Latest.log |
alright, i need the wood mod to find out what's going on |
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 |
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. |
FIXED in v2.8.1 |
Seems to be fixed by commit 91d5ed8 |
yup. the file, RegionsUnexploredModule.java. that will explain what was the cause. |
Code of Conduct
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
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
The text was updated successfully, but these errors were encountered: