Hello! I'm making a new server and it crashed, if anyone could help i would be forever grateful.
here's the log:
| [16:15:40] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.RegistryEvent$Register@1a041f2c: | |
| java.lang.VerifyError: Expecting a stackmap frame at branch target 461 | |
| Exception Details: | |
| Location: | |
| com/github/alexthe666/iceandfire/entity/EntityDragonBase.breakBlock()V @457: goto | |
| Reason: | |
| Expected stackmap frame at this location. | |
| Bytecode: | |
| 0x0000000: 2ab4 078d 9d00 0cb2 04d2 b407 909a 01d8 | |
| 0x0000010: 2a59 b407 8d04 64b5 078d 043c 2ab6 03b1 | |
| 0x0000020: 9900 0e2a b604 90c6 0007 02a7 0004 043d | |
| 0x0000030: 2ab4 078d 9900 0cb2 04d2 b407 909a 01a8 | |
| 0x0000040: 2ab4 01d1 2ab8 0794 9901 9db2 04d2 b407 | |
| 0x0000050: 9705 9f01 932a b603 a399 000c b204 d2b4 | |
| 0x0000060: 079a 9901 83b2 04d2 b407 9704 9f00 0b2a | |
| 0x0000070: b602 6306 a300 070d a700 0613 079b 462a | |
| 0x0000080: b601 e09a 0162 2ab6 0263 06a1 015a 2ab6 | |
| 0x0000090: 077c 9a00 0a2a b604 a7c6 014c 2ab6 071c | |
| 0x00000a0: b407 24b8 079f 8e1b 6436 0415 042a b607 | |
| 0x00000b0: 1cb4 0721 b807 a28e 1b60 a301 2b2a b607 | |
| 0x00000c0: 1cb4 072a b807 9f8e 1c60 3605 1505 2ab6 | |
| 0x00000d0: 071c b407 27b8 07a2 8e1b 6004 60a3 0102 | |
| 0x00000e0: 1505 107f a300 fb2a b607 1cb4 0730 b807 | |
| 0x00000f0: 9f8e 1b64 3606 1506 2ab6 071c b407 2db8 | |
| 0x0000100: 07a2 8e1b 60a3 00d4 b207 a8bb 07aa 592a | |
| 0x0000110: 1504 8715 0587 1506 87b7 07ad b607 b399 | |
| 0x0000120: 0006 a700 b1bb 01f5 5915 0415 0515 06b7 | |
| 0x0000130: 0446 3a07 2ab4 01d1 1907 b602 513a 0819 | |
| 0x0000140: 08b9 07b7 0100 b607 bc99 008a 1908 2ab4 | |
| 0x0000150: 01d1 1907 b907 c003 000b 959b 0078 1908 | |
| 0x0000160: 2ab4 01d1 1907 b907 c003 0025 969d 0066 | |
| 0x0000170: 1908 b902 5701 00b8 07c6 9900 592a 1907 | |
| 0x0000180: b607 c899 0050 2a59 b407 cb14 07cc 6bb5 | |
| 0x0000190: 07cb 2a59 b407 d014 07cc 6bb5 07d0 2ab4 | |
| 0x00001a0: 01d1 b402 139a 002e 2ab4 01d1 1907 2ab4 | |
| 0x00001b0: 02b0 b602 c28d b204 d2b4 07d3 989d 000f | |
| 0x00001c0: 1908 b807 d799 0007 04a7 0004 0319 05b8 | |
| 0x00001d0: 07dd 5784 0601 a7ff 2084 0501 a7fe f084 | |
| 0x00001e0: 0401 a7fe c9b1 | |
| Stackmap Table: | |
| same_frame(@16) | |
| append_frame(@46,Integer) | |
| same_locals_1_stack_item_frame(@47,Integer) | |
| append_frame(@64,Integer) | |
| same_frame(@119) | |
| same_frame( 123) | |
| same_locals_1_stack_item_frame(@126,Float) | |
| append_frame(@156,Float) | |
| append_frame(@171,Integer) | |
| append_frame(@204,Integer) | |
| append_frame(@246,Integer) | |
| same_frame(@293) | |
| full_frame(@460,{Object[#2],Integer,Integer,Float,Integer,Integer,Integer,Object[#501],Object[#595]},{Object[#275],Object[#501]}) | |
| chop_frame(@467,2) | |
| chop_frame(@473,1) | |
| chop_frame(@479,1) | |
| full_frame(@485,{Object[#2]},{}) | |
| at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_292] | |
| at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_292] | |
| at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_292] | |
| at java.lang.Class.getDeclaredConstructor(Class.java:2178) ~[?:1.8.0_292] | |
| at net.minecraftforge.fml.relauncher.ReflectionHelper.findConstructor(ReflectionHelper.java:326) ~[forge.jar:?] | |
| at net.minecraftforge.fml.common.ObfuscationReflectionHelper.findConstructor(ObfuscationReflectionHelper.java:194) ~[ObfuscationReflectionHelper.class:?] | |
| at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.<init>(EntityEntryBuilder.java:297) ~[EntityEntryBuilder$ConstructorFactory.class:?] | |
| at net.minecraftforge.fml.common.registry.EntityEntryBuilder$1.<init>(EntityEntryBuilder.java:265) ~[EntityEntryBuilder$1.class:?] | |
| at net.minecraftforge.fml.common.registry.EntityEntryBuilder.build(EntityEntryBuilder.java:265) ~[EntityEntryBuilder.class:?] | |
| at com.github.alexthe666.iceandfire.CommonProxy.registerSpawnable(CommonProxy.java:151) ~[CommonProxy.class:?] | |
| at com.github.alexthe666.iceandfire.CommonProxy.registerEntities(CommonProxy.java:84) ~[CommonProxy.class:?] | |
| at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_74_CommonProxy_registerEntities_Register.invoke(.dynamic) ~[?:?] | |
| at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] | |
| at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144) ~[EventBus$1.class:?] | |
| at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] | |
| at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857) [GameData.class:?] | |
| at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630) [Loader.class:?] | |
| at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?] | |
| at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?] | |
| at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?] | |
| at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] | |
| at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292] | |