AlexModGuy / Citadel

A Library containing shared code used throughout most of my projects. Can be considered a continuation of LLibrary, of which this borrows the majority of its source code from.
24 stars 29 forks source link

Citadel causing game to crash when opening a world (Illegal Access Error) #122

Open Calamite4 opened 1 year ago

Calamite4 commented 1 year ago

Loading the game itself is fine, but when I open a world I was playing on for a little bit earlier my game crashes the instant I load in.

The full crash report is here:

The game crashed whilst ticking entity Error: java.lang.IllegalAccessError: class com.github.alexthe666.citadel.server.entity.collision.ICustomCollisions tried to access private field net.minecraft.world.entity.Entity.f19793 (com.github.alexthe666.citadel.server.entity.collision.ICustomCollisions is in module citadel@2.4.1 of loader 'TRANSFORMER' @2251b3bc; net.minecraft.world.entity.Entity is in module minecraft@1.20.1 of loader 'TRANSFORMER' @2251b3bc)

Any advice on how to fix this?

gtt45 commented 1 year ago

i am getting the same issue have you solved it yet?

Calamite4 commented 1 year ago

I haven't been able to yet no

MrKashew commented 1 year ago

+1 getting this crash crash-2023-07-30_04.28.09-server.txt @Calamite4 @gtt45 are we all also using Solid Mobs perhaps? do you mind attaching crashlogs, maybe we can compare modlists

Calamite4 commented 1 year ago

I haven't been using Solid Mobs, the mods I have been using are here: Screenshot_1119

MrKashew commented 1 year ago

@Calamite4 @gtt45 I've installed Neruina on the server and it has fixed the issue as a workaround for now by killing the ticking entity when it spawns FYI: Seems it is the Rocky Roller entity from Alexs Mobs @AlexModGuy image

Calamite4 commented 1 year ago

@Calamite4 @gtt45 I've installed Neruina on the server and it has fixed the issue as a workaround for now by killing the ticking entity when it spawns FYI: Seems it is the Rocky Roller entity from Alexs Mobs @AlexModGuy image

Ok I've tried this as well and it has fixed the issue, for me it was a ticking issue with the Tiger entity from Alexs Mobs 2023-07-31_11 47 04