Open SHXRKIEgg opened 3 years ago
Uh... very weird. Obviously the log blames Outvoted but nothing in the actual crash has anything to do with it from what I can see. I'll see if I can get a basic server running on my end.
Yup, confirmed crashing on my end. Really odd. I have very little to go off of here I'll see what I can do.
Yeah was trying to add it to my Better MC Modpack. Thanks the help
Figured I should issue an update: unfortunately, not much progress has been made. This crash is out of my abilities and I'm not getting much update from others who are much more knowledgeable than I am. I will still continue experimenting with my end fwiw.
The ArrayIndexOutOfBoundsException seems to be caused by net.minecraft.client.model.HumanoidModel
class not being found.
Don't know why but when it tries to load the io.github.how_bout_no.outvoted.forge.ModEventBusSubscriber
class it also wants to load software.bernie.geckolib3.renderers.geo.GeoArmorRenderer
which in its turn causes the attempt to load the net.minecraft.client.model.HumanoidModel
class.
Hope this helps with narrowing it down. I might have some more time later this week to do some more debugging.
Describe the bug Mod Crashing Server side 1.17.1
To Reproduce Steps to reproduce the behavior:
Screenshots/Logs https://pastebin.com/eXzhtY6C
Version (please complete the following information):
Additional context I even tested standalone by installing on Curseforge and it installs the required mods automatically and used them for server and still crashes