Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Daisy, daisy...
- Time: 07/09/14 15:16
- Description: Unexpected error
- java.lang.NullPointerException: Unexpected error
- at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263)
- at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93)
- at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2514)
- at com.caramba2654.inventoryrules.block.BlockRuleCreator.onBlockActivated(BlockRuleCreator.java:40)
- at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:380)
- at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1528)
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:2043)
- at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1038)
- at net.minecraft.client.Minecraft.run(Minecraft.java:961)
- at net.minecraft.client.main.Main.main(Main.java:164)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at GradleStart.bounce(GradleStart.java:107)
- at GradleStart.startClient(GradleStart.java:100)
- at GradleStart.main(GradleStart.java:55)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at cpw.mods.fml.common.network.NetworkRegistry.getLocalGuiContainer(NetworkRegistry.java:263)
- at cpw.mods.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:93)
- at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2514)
- at com.caramba2654.inventoryrules.block.BlockRuleCreator.onBlockActivated(BlockRuleCreator.java:40)
- at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:380)
- at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1528)
- -- Affected level --
- Details:
- Level name: MpServer
- All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/25, l='MpServer', x=-905,50, y=7,77, z=712,90]]
- Chunk stats: MultiplayerChunkCache: 607, 607
- Level seed: 0
- Level generator: ID 01 - flat, ver 0. Features enabled: false
- Level generator options:
- Level spawn location: World: (-897,4,709), Chunk: (at 15,0,5 in -57,44; contains blocks -912,0,704 to -897,255,719), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)
- Level time: 268 game time, 268 day time
- Level dimension: 0
- Level storage version: 0x00000 - Unknown?
- Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
- Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
- Forced entities: 15 total; [EntityVillager['Villager'/2, l='MpServer', x=-916,60, y=4,63, z=681,96], EntityVillager['Villager'/3, l='MpServer', x=-920,19, y=4,00, z=677,26], EntityVillager['Villager'/4, l='MpServer', x=-916,99, y=4,00, z=698,23], EntityVillager['Villager'/5, l='MpServer', x=-916,34, y=5,00, z=684,34], EntityVillager['Villager'/7, l='MpServer', x=-895,50, y=5,00, z=656,50], EntityVillager['Villager'/8, l='MpServer', x=-895,50, y=5,00, z=657,50], EntityVillager['Villager'/15, l='MpServer', x=-884,50, y=5,00, z=640,50], EntityVillager['Villager'/17, l='MpServer', x=-883,50, y=5,00, z=648,50], EntityVillager['Villager'/16, l='MpServer', x=-868,56, y=4,00, z=654,25], EntityVillager['Villager'/19, l='MpServer', x=-887,50, y=5,00, z=663,50], EntityVillager['Villager'/18, l='MpServer', x=-882,50, y=5,00, z=648,50], EntityVillager['Villager'/20, l='MpServer', x=-872,50, y=5,00, z=668,50], EntityVillager['Villager'/23, l='MpServer', x=-865,50, y=5,00, z=636,50], EntityVillager['Villager'/24, l='MpServer', x=-864,50, y=5,00, z=661,50], EntityClientPlayerMP['ForgeDevName'/25, l='MpServer', x=-905,50, y=7,77, z=712,90]]
- Retry entities: 0 total; []
- Server brand: fml,forge
- Server type: Integrated singleplayer server
- Stacktrace:
- at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:417)
- at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2567)
- at net.minecraft.client.Minecraft.run(Minecraft.java:990)
- at net.minecraft.client.main.Main.main(Main.java:164)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at GradleStart.bounce(GradleStart.java:107)
- at GradleStart.startClient(GradleStart.java:100)
- at GradleStart.main(GradleStart.java:55)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_67, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 777873008 bytes (741 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
- JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 4 mods loaded, 4 mods active
- mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- FML{7.10.18.1180} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- Forge{10.13.0.1180} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- InventoryRules{1.7.10-1.0} [Inventory Rules] (main) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
- Launched Version: 1.7.10
- LWJGL: 2.9.1
- OpenGL: ATI Radeon HD 4300/4500 Series GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
- GL Caps: Using GL 1.3 multitexturing.
- Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
- Anisotropic filtering is supported and maximum anisotropy is 16.
- Shaders are available because OpenGL 2.1 is supported.
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- Type: Client (map_client.txt)
- Resource Packs: []
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement