Create Crafts & Additions

Create Crafts & Additions

51M Downloads

1.19.2 Crash when starting the Mod

Lupus26 opened this issue ยท 15 comments

commented

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

commented

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

commented

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

commented

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?

commented

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

commented

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

commented

Duplicate of #474

commented

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.

commented

Fixed in 20230211a.

commented

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

commented

My bad, the dev hasnt uploaded my latest PR yet. The latest PR should fix this

commented

@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)

commented

it doesnt, did you compile the latest PR

commented

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.

commented

Yeah its merged now, so the latest commit should fix ur issues

commented

Compiled and ran without CC, works fine now