Quark Oddities

Quark Oddities

22M Downloads

1.19.2 Server Crash on Forge

Xeris1 opened this issue · 5 comments

commented

Getting a crash with the following output to console. Saw a few people in the discord having the same issue but didn't see an issue on GH so thought I would post. Does work in SP.

18.08 14:18:34 [Server] INFO Forge: net.minecraftforge:43.1.1[14:18:34] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server
18.08 14:18:34 [Server] INFO net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
18.08 14:18:34 [Server] INFO Quark (quark) has failed to load correctly
18.08 14:18:34 [Server] INFO §7java.lang.reflect.InvocationTargetException: null
18.08 14:18:34 [Server] INFO ]
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243) ~[fmlcore-1.19.2-43.1.1.jar%23147!/:?] {}
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$24(ModLoader.java:208) ~[fmlcore-1.19.2-43.1.1.jar%23147!/:?] {}
18.08 14:18:34 [Server] INFO at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:208) ~[fmlcore-1.19.2-43.1.1.jar%23147!/:?] {}
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$14(ModLoader.java:185) ~[fmlcore-1.19.2-43.1.1.jar%23147!/:?] {}
18.08 14:18:34 [Server] INFO at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:185) ~[fmlcore-1.19.2-43.1.1.jar%23147!/:?] {}
18.08 14:18:34 [Server] INFO at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:32) ~[forge-1.19.2-43.1.1-universal.jar%23151!/:?] {re:classloading}
18.08 14:18:34 [Server] INFO at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:classloading}
18.08 14:18:34 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
18.08 14:18:34 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {}
18.08 14:18:34 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
18.08 14:18:34 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
18.08 14:18:34 [Server] INFO at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.1.1.jar%2367!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
18.08 14:18:34 [Server] INFO at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

commented

I'm having the same issue; fine on client, but crashes the server. Here's my crashlog: https://pastebin.com/Jh5Q3cYt
Something about the Totem of Holding module?
Which I thought was an oddities thing but I don't have oddities installed....

Edit: I just tested it with oddities installed, the error still occurs.

commented

Having the same issue with my server... Anyone heard if this is being worked on?

commented

Same here: using forge-1.19.2-43.1.1, client side work fine. server crash.
" Mod File: /xxxxxxxx/mods/Quark-3.3-369.jar
Failure message: Quark (quark) has failed to load correctly
java.lang.reflect.InvocationTargetException: null
Mod Version: 3.3-369
Mod Issue URL: https://github.com/Vazkii/Quark
Exception message: java.lang.ClassNotFoundException: net.minecraft.client.resources.model.ModelResourceLocation"

commented

Same issue here. Any news on a fix?

commented

Dupe of a previous issue