Epic Fight

Epic Fight

13M Downloads

Multiplayer mode secondhand crash

Deleteboys opened this issue ยท 3 comments

commented

When I put an item in my second hand the server crashes

[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 6fec9c19-4f88-4d9c-b7b0-a127ead2c760
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 018ed744-c8f0-4229-af57-410e9269fee6
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 6832c3ce-a467-4a4e-a16d-a9b2d497df97
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 11b74c23-f564-4461-9bcc-60093aa75586
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 891ad489-d27f-4290-8d17-e309cbb74931
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:296)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:242)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

[17:05:27] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 98891af4-01b3-4336-9002-2d10cd4a3000
[17:05:27] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /192.168.0.206:15346
[17:05:27] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Deleteboy lost connection: Internal server error
[17:05:27] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
Index: 2
Listeners:
0: NORMAL
1: ASM: class com.github.clevernucleus.playerex.init.EventHandler onPlayerEquippedItems(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
2: ASM: class yesman.epicfight.events.EntityEvents equipChangeEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
3: ASM: class com.oblivioussp.spartanweaponry.event.CommonEventHandler onEquipmentChange(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
4: ASM: class com.minecraftabnormals.environmental.common.item.explorer.ThiefHoodItem hoodEquippedEvent(Lnet/minecraftforge/event/entity/living/LivingEquipmentChangeEvent;)V
java.lang.NoSuchMethodError: 'void net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()'
at yesman.epicfight.capabilities.entity.player.ServerPlayerData.updateHeldItem(ServerPlayerData.java:81)
at yesman.epicfight.events.EntityEvents.equipChangeEvent(EntityEvents.java:308)
at net.minecraftforge.eventbus.ASMEventHandler_165_EntityEvents_equipChangeEvent_LivingEquipmentChangeEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.entity.LivingEntity.func_241354_r_(LivingEntity.java:2730)
at net.minecraft.entity.LivingEntity.func_241353_q_(LivingEntity.java:2701)
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2604)
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:251)
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:526)
at net.minecraft.server.management.PlayerList.func_72367_e(PlayerList.java:403)
at net.minecraft.server.management.PlayerList.disconnect(PlayerList.java:386)
at net.minecraft.network.play.ServerPlayNetHandler.func_147231_a(ServerPlayNetHandler.java:1534)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:385)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:161)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)

commented

I got these kinds of crash reports on the dedicated server after I fixed the crash with Magma and Mohist API. This will be fixed in next update.

commented

When is the next update coming?

commented

Within a day.