iChun / Sync

My entry for ModJam #3
GNU Lesser General Public License v3.0
60 stars 42 forks source link

Installing Portal Gun with Sync Causes Crash (Sync Seems to be problem I get how to read crash reports) #95

Closed king406 closed 10 years ago

king406 commented 10 years ago

During the load with sync installed with iChunUtil, I try to put gravity gun and portal gun into the mods folder. Everything loads in the Minecraft launcher, I am using the latest version of forge for 1.6.4 and everything works fine until I get to the Mojang screen and a crash happens. Here is the log for your enjoyment. Please tell me if this is an issue or an installation error or bug. If I am an idiot for installing it wrong and not reading (I did but if I didn't read correctly) I am sorry for wasting your time.

Here's the log:

---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem.

Time: 1/28/14 4:08 PM Description: Initializing game

java.lang.VerifyError: Bad type on operand stack Exception Details: Location: gravigun/common/core/ConnectionHandler.onPlayerChangedDimension(Lnet/minecraft/entity/player/EntityPlayer;)V @13: invokevirtual Reason: Type 'net/minecraft/entity/player/EntityPlayer' (current frame, stack[1]) is not assignable to 'net/minecraft/entity/EntityLiving' Current Frame: bci: @13 flags: { } locals: { 'gravigun/common/core/ConnectionHandler', 'net/minecraft/entity/player/EntityPlayer' } stack: { 'gravigun/common/core/TickHandlerServer', 'net/minecraft/entity/player/EntityPlayer' } Bytecode: 0000000: b200 d09a 00d4 b200 29b4 00c5 2bb6 00d4 0000010: 4d2c c600 c52b b400 da14 00db 2bb4 00e0 0000020: 8db8 00e6 b800 e96b 2bb4 00ec 8db8 00e6 0000030: b800 ef6b 674a 2bb4 00f2 2bb6 00f6 8d63 0000040: 1400 db2b b400 ec8d b800 e6b8 00e9 6b67 0000050: 3905 2bb4 00f9 1400 db2b b400 e08d b800 0000060: e6b8 00ef 6b2b b400 ec8d b800 e6b8 00ef 0000070: 6b63 3907 2c03 b500 fe2c b601 012c b601 0000080: 0513 0107 2bb4 010a b601 102c 2918 0518 0000090: 072c b401 112c b401 12b6 0116 b200 29b4 00000a0: 00c5 2bb5 011a 2c2b b401 1db6 0120 b200 00000b0: 29b4 00c5 01b5 011a a700 1f3a 09b2 0029 00000c0: b400 c52b 01b6 00cb 2bb4 0124 2b13 0126 00000d0: 1301 270c b601 2db1
Exception Handler Table: bci [21, 184] => handler: 187 Stackmap Table: full_frame(@187,{Object[#2],Object[#214],Object[#251]},{Object[#153]}) chop_frame(@215,1)

at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:151)
at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:151) at cpw.mods.fml.common.network.NetworkModHandler.(NetworkModHandler.java:102) at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:511) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 209302608 bytes (199 MB) / 473956352 bytes (452 MB) up to 954728448 bytes (910 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 43 mods loaded, 43 mods active mcp{8.09} Minecraft Coder Pack Unloaded->Constructed FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed CodeChickenCore{0.9.0.7} CodeChicken Core Unloaded->Constructed NotEnoughItems{1.6.1.8} [Not Enough Items](NotEnoughItems 1.6.1.8.jar) Unloaded->Constructed OpenModsCore{0.1} OpenModsCore Unloaded->Constructed TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed DamageIndicatorsMod{2.9.2.3} [Damage Indicators](1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed Backpack{1.26.29} Backpack Unloaded->Constructed BiblioCraft{1.5.4} BiblioCraft Unloaded->Constructed ConfigMod{v1.0} [Extended Mod Config](ConfigMod for MC v1.6.4.zip) Unloaded->Constructed CoroAI{v1.0} [CoroAI](CoroAI for MC v1.6.4.zip) Unloaded->Constructed DynamicLights{1.2.8} Dynamic Lights Unloaded->Constructed DynamicLights_onFire{1.0.3} Dynamic Lights on burning Unloaded->Constructed DynamicLights_creepers{1.0.3} Dynamic Lights on Creepers Unloaded->Constructed DynamicLights_dropItems{1.0.5} Dynamic Lights on ItemEntities Unloaded->Constructed DynamicLights_entityClasses{1.0.0} Dynamic Lights on specified Entities Unloaded->Constructed DynamicLights_mobEquipment{1.0.3} Dynamic Lights on Mob Equipment Unloaded->Constructed DynamicLights_flameArrows{1.0.0} Dynamic Lights on Flame enchanted Arrows Unloaded->Constructed DynamicLights_otherPlayers{1.0.5} Dynamic Lights Other Player Light Unloaded->Constructed DynamicLights_thePlayer{1.0.9} Dynamic Lights Player Light Unloaded->Constructed iChunUtil{2.4.0} iChunUtil Unloaded->Constructed GraviGun{1.5.1} GraviGun Unloaded Torched{2.0.0} Torched Unloaded Hats{2.1.1} Hats Unloaded HatStand{2.1.0} HatStand Unloaded MapWriter{2.0} MapWriter Unloaded Morph{0.6.0} Morph Unloaded OpenMods{0.1} OpenMods Unloaded OpenBlocks{1.2.4} OpenBlocks Unloaded OreSpawn{164.12} Orespawn Unloaded PetBat{1.2.8} Pet Bat Unloaded Railcraft{8.3.2.0} Railcraft Unloaded RopesPlus{1.5.3} Ropes+ Unloaded AS_Ruins{11.0} Ruins Spawning System Unloaded simpleores{1.2.1} [SimpleOres 2](SimpleOres 2 Core v1.2.1.zip) Unloaded SolarApoc{4T2} Solar Apocalypse Unloaded SS2{2 (build 2)} Soul Shards 2 Unloaded Sync{2.1.1} Sync Unloaded TConstruct{1.6.X_1.5.2.1} Tinkers' Construct Unloaded TC{4.1.4_024} Traincraft Unloaded AS_UpdateCheck{1.1.1} AtomicStryker Update Check Mod Unloaded ZAMod{v1.9} [Zombie Awareness](Zombie Awareness v1.9 Mod for MC v1.6.4.zip) Unloaded Launched Version: 1.6.4-Forge9.11.1.965 LWJGL: 2.9.0 OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3379, Intel Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ERROR NullPointerException: null

Thanks for your time and I am glad to help.

-King406

king406 commented 10 years ago

Oh and it can be with portal gun or gravity gun not just one. Both also crash if installed together.

iChun commented 10 years ago

Gravigun was outdated, but you probably figured that out by now and never bothered to close the issue.