LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
109 stars 23 forks source link

Serverside crash #225

Closed ChromaPIE closed 1 year ago

ChromaPIE commented 1 year ago

Follow up: Turned out it's caused by Fast Furnace and VF. forgot to delete them from the server files. also deleted stardard expansion which has been merged into BQU.

Anyways I guess this kind of incompat actually triggered the LoliIncompatibilityHandler or whatever it is on the wrong side?


Using censoredasm5.18

Caused by: java.lang.RuntimeException: Attempted to load class zone/rong/loliasm/client/LoliIncompatibilityHandler$Exception for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
    ... 41 more

Full crash report: https://mclo.gs/IWE5qZh

Rongmario commented 1 year ago

Yeah, the server triggers a GUI class that doesn't exist, it'll be fixed soon:tm:

Rongmario commented 1 year ago

Duplicate of #147