1.19.2 Crash when starting the Mod
Lupus26 opened this issue ยท 15 comments
Describe the bug
Crashes on start up on latest version.
Additional context
Mod version: createaddition+1.19.2-1.19.2-20221218a.jar
Fabric version: 0.14.13
Create version: create-fabric-0.5.0.i-925+1.19.2.jar
Current latest commit in fabric-1.19.2 branch seems to work with the latest Create Fabric version, have to wait till they push the release onto the site or compile yourself.
createaddition-fabric+1.19.2-20230209a.jar, still crashes
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'createaddition'!
Caused by: java.lang.NoClassDefFoundError: dan200/computercraft/api/peripheral/IPeripheralProvider (i dont have computer craft)
https://gist.github.com/stunlocked1/2228ef05e7503d9df90014fb71cb7ecd
Oh I'm on createaddition-fabric+1.19.2-20221128a
Current latest commit in fabric-1.19.2 branch seems to work with the latest Create Fabric version, have to wait till they push the release onto the site or compile yourself.
createaddition-fabric+1.19.2-20230209a.jar, still crashes
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'createaddition'!
Caused by: java.lang.NoClassDefFoundError: dan200/computercraft/api/peripheral/IPeripheralProvider (i dont have computer craft)
https://gist.github.com/stunlocked1/2228ef05e7503d9df90014fb71cb7ecd
I think the latest release has resolved this issue. Care to test it on your system to see if it works on your system as well?
createaddition-fabric-1.19.2-20230209a still crashes for me.
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'createaddition'!
https://gist.github.com/TobiPeterG/cabf867af1b4d3664711f9d00708575a
This should be labelled "Incompatible with Create Fabric 0.5.0i", as this crash doesn't happen with previous Create Fabric version.
Crash report here:
https://hastebin.com/share/unotesabuq.yaml
Duplicate of #474
Current latest commit in fabric-1.19.2 branch seems to work with the latest Create Fabric version, have to wait till they push the release onto the site or compile yourself.
Look at this report again. Your crash is related to Computer Craft @TobiPeterG
createaddition-fabric-1.19.2-20230209a still crashes for me. java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'createaddition'! https://gist.github.com/TobiPeterG/cabf867af1b4d3664711f9d00708575a
My bad, the dev hasnt uploaded my latest PR yet. The latest PR should fix this
@FluffyBumblebees Not sure what it is now, but it crashes if ComputerCraft is not enabled. Unless this mod explicitly requires it (I don't see in desc)
it doesnt, did you compile the latest PR
Oh I see the PR merged into that branch, I just didn't compile from that latest commit.