1.18.2 Ready Version (Build 485) Crash
digitaltrucker opened this issue · 17 comments
Describe the Bug
Game crashes on launch.
Reproduction Steps
- Attempt to launch game
- ???
Expected Result
Game launches.
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows 10
Mod Version
0.4.0f
Minecraft Version
1.18.1
Other Mods
No response
Additional Context
Actually Minecraft 1.18.2, that option just isn't selectable in the dropdown box.
From the error log, we can see that com_electronwill_night-config_core
and com_electronwill_night-config_toml
aren't getting loaded, despite being JIJ'd in the create jar, while com_google_code_findbugs_jsr305
(also JIJ'd in create) is getting loaded.
No clue as to what could be causing this though.
Extracting the META-INF/jars/core-3.6.3.jar
and META-INF/jars/toml-3.6.3.jar
files from the create jar and copying them into the mods
folder, then changing their mod-ids to replace all instances of -
with _
appears to have fixed the issue and these libraries are now being loaded by fabric-loader.
My guess is that this is a bug in fabric-loader.
Using build 490 and the game crashes on launch for me too. I don't see a crash report though, only the "Minecraft has crashed!" error report from fabric loader.
https://pastebin.com/9mwZZkGV
Edit: Full log https://pastebin.com/L7EtEcxh
Build 490 is still crashing the game, but it seems to be different as it no longer creates a log in the crash-reports folder. Instead it generates a regular log.
Same goes for me. Using build 490 crashes the game.
Mods that i have:
- Create
- Iris shaders 1.2.2.build 32
- Sodium 0.41 build 15
- Sodium Extra 0.4.3
- Reese's Sodium Options 1.4.2
- Fabric API 0.48.0
I have a different crash log than recently reported. It is referring tocom.electronwill.nightconfig.core
again.
Upd: I tried to move core and toml jars from META-INF to my mods folder and got the same result.
Full Log: https://paste.ee/p/jzItK
Crash Log: https://paste.ee/p/NLH9t
It’s almost like rewriting entire systems and updating to a new Minecraft version are likely to break things.
I’ve already fixed this issue locally, I just need to finish up some other things with transfer.
It’s almost like rewriting entire systems and updating to a new Minecraft version are likely to break things. I’ve already fixed this issue locally, I just need to finish up some other things with transfer.
It was just a joke! I appreciate ur hardwork just wanted to make some people laugh. I know its difficult and I didnt mean to offend u.
we are happy with the improvements create fabric having to be honest. It is amazing that great mod is being ported to fabric!
we are happy with the improvements create fabric having to be honest. It is amazing that great mod is being ported to fabric!
This. Thank you tropheus for your hard work and for saving our fps.
Build 491 causes the game to crash on launch for me too. Thanks for your hard work!
Log: https://pastebin.com/V0f3BY6C
Build 492 seems to work! Please ignore :)