Silent's Gems

Silent's Gems

9M Downloads

[1.14.4] Server crash on load

ImAK9 opened this issue ยท 18 comments

commented

Versions

  • Silent's Gems: 3.3.11
  • Silent Gear: 1.3.11
  • Silent Lib: 4.3.2
  • Forge: 28.0.95
  • Modpack: N/A

Expected Behavior

  • Server to actually load

Actual Behavior

  • Crashes on launch

Links/Images

Crashlog: https://paste.ee/p/jyLzB

Steps to Reproduce the Problem

Start server with Silent Gems, Morpheus, Bluepower and Silent Lib

commented

From what I can tell so far, another mod is causing the game to fail to load, but for some reason the game doesn't crash until something (like my mod) tries to access something that was never created. Fast Furnace seems to be one possibility, as removing it eliminated some error messages. I think I have removed all client-side only mods, but something is still accessing client-side classes.

commented

Storage Drawers is also broken. I'm going to report that one to them.

commented

Does the same crash occur without Blue Power?

commented

Yeah it does

commented

Just..

[17:18:03] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: net.xalcon.torchmaster.common.logic.entityblocking.LightsRegistryCapability$RegistryContainer cannot be cast to net.silentchaos512.gems.api.chaos.IChaosSource
Index: 2
Listeners:
0: NORMAL
1: ASM: net.quetzi.morpheus.helpers.MorpheusEventHandler@4f548e3e worldTickEvent(Lnet/minecraftforge/event/TickEvent$WorldTickEvent;)V
2: ASM: class net.silentchaos512.gems.chaos.ChaosHandler onWorldTick(Lnet/minecraftforge/event/TickEvent$WorldTickEvent;)V
3: ASM: class net.silentchaos512.lib.util.EntityHelper onWorldTick(Lnet/minecraftforge/event/TickEvent$WorldTickEvent;)V
4: ASM: net.silentchaos512.gems.util.SoulEvents@1aeebfdb onTick(Lnet/minecraftforge/event/TickEvent;)V

Instead..

commented

Could it be Torchmaster?

commented

Could I get a full list of mods from you? If you are using the Twitch launcher, a profile export will work. I would really like to figure out what is causing this. As far as I know, this is the result of another mod. But it would be useful to know why this is happening.

commented

Do you want the server or client files?

commented

Server

commented

I could make you a zip also if you wanna run and test it yourself

commented

Yes, please do

commented

(Be sure to rename that forge(version).jar to forge.jar)

commented

Any guesses?

commented

Storage Drawers updated. Not sure if Fast Furnace is an issue or not. Other than that, just make sure you have removed all client-side mods from your server.

commented

Reported this issue to Forge: MinecraftForge/MinecraftForge#6148

commented

Thanks! Hope it's not too hard of a fix.