TCLProject / ArsMagica2-5

Ars Magica 2.5
15 stars 8 forks source link

Crashing on server with latest 1.6.0 version #10

Closed Johnmerlin20 closed 1 year ago

Johnmerlin20 commented 1 year ago

I had no issue launching a server with the hotfix version of 1.5.0 but updating to 1.6.0 I get a crash when trying to launch the server and the only thing that pops up before it closes is :

[19:23:56] [main/INFO] [STDOUT/]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:19]: [DEBUG] Injecting hooks into class net.minecraft.block.BlockQuartz
[19:23:56] [main/INFO] [STDOUT/]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:19]: [DEBUG] Patching method net.minecraft.block.BlockQuartz#<init>()
[19:23:56] [main/ERROR] [LaunchWrapper/]: Unable to launch
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_361]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_361]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_361]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_361]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_361]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_361]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_361]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_361]
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge_server.jar:?]
    at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge_server.jar:?]
Caused by: java.lang.NoSuchMethodError: net.tclproject.mysteriumlib.asm.fixes.MysteriumPatchesFixesMagicka.getRenderType(Lnet/minecraft/block/Block;)Z
    at net.minecraft.block.Block.func_149645_b(Block.java) ~[aji.class:?]
    at net.minecraft.block.Block.func_149671_p(Block.java:396) ~[aji.class:?]
    at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:355) ~[kl.class:?]
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1260) ~[MinecraftServer.class:?]
    ... 12 more
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at java.lang.reflect.Method.invoke(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at java.lang.SecurityManager.checkExit(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at java.lang.Runtime.exit(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at java.lang.System.exit(Unknown Source)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[19:23:56] [main/INFO] [STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:-1]:  ... 6 more

Unfortunately no crash report is generated but if needed I can try getting the full server logs but everything is the same when launching in version 1.5.0 hotfix except when it hits this crash.