Doctor Who - Weeping Angels

Doctor Who - Weeping Angels

1M Downloads

java.lang.NoClassDefFoundError

avidbiscuit opened this issue ยท 6 comments

commented

Crash Report + Latest.log:
crash-2021-10-07_16.37.30-server.txt
latest.log
Crash Description:
When landing and attempting to exit the TARDIS and having the weeping angels mod installed the game crashes immediately. The mod version is Weeping-Angels-1.16.x-2.1.4, I have tested my world without the Weeping Angels mod installed and no issue has occurred.
Caused by: java.lang.NoClassDefFoundError: me/suff/mc/angels/common/tileentities/SnowArmTile$SnowAngelStages

commented

Hello,
Nothing to do with Tardis mod from what I can see, not too sure what's causing this
Also, I deleted your uncompleted issue, but you do know there's an edit button yeah?

This is an ongoing issue, I will keep looking into it, but I can't reproduce it

commented

Notes: It appears this seems to happen with inner classes and not with normal classes, did I miss some obscure ForgeGradle update or something? @50ap5ud5

commented

Hello, Nothing to do with Tardis mod from what I can see, not too sure what's causing this Also, I deleted your uncompleted issue, but you do know there's an edit button yeah?

This is an ongoing issue, I will keep looking into it, but I can't reproduce it

Only saw it after I created this issue! Will remember it in the future

commented

Notes: It appears this seems to happen with inner classes and not with normal classes, did I miss some obscure ForgeGradle update or something? @50ap5ud5

https://stackoverflow.com/questions/17973970/how-can-i-solve-java-lang-noclassdeffounderror

This might help?

commented

I appreciate the help, but I don't think it's anything to do with my actual code, but instead the compile process somewhere, I know what class not found is

This issue has been reported before in #180 and was thought to be fixed with recompiling and releasing

There seem to be two patterns, it happens with the Tardis mod installed, but it's not a fault on their side, but it also only happens for inner classes

commented