KilljoyZero

Untitled

Nov 4th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 11/4/15 12:03 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException: Unexpected error
  8. at digimobs.GUI.GuiScannedDigimon.onRenderExperienceBar(GuiScannedDigimon.java:103)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_25_GuiScannedDigimon_onRenderExperienceBar_RenderGameOverlayEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  12. at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
  13. at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
  14. at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
  15. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
  16. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  18. at net.minecraft.client.main.Main.main(SourceFile:148)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:2Cool
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at digimobs.GUI.GuiScannedDigimon.onRenderExperienceBar(GuiScannedDigimon.java:103)
  33. at cpw.mods.fml.common.eventhandler.ASMEventHandler_25_GuiScannedDigimon_onRenderExperienceBar_RenderGameOverlayEvent.invoke(.dynamic)
  34. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  35. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  36. at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
  37. at net.minecraftforge.client.GuiIngameForge.renderHotbar(GuiIngameForge.java:212)
  38. at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:141)
  39.  
  40. -- Affected level --
  41. Details:
  42. Level name: MpServer
  43. All players: 1 total; [EntityClientPlayerMP['buddy18181'/5602287, l='MpServer', x=1225.76, y=83.04, z=477.92]]
  44. Chunk stats: MultiplayerChunkCache: 361, 361
  45. Level seed: 0
  46. Level generator: ID 00 - default, ver 1. Features enabled: false
  47. Level generator options:
  48. Level spawn location: World: (1043,71,2714), Chunk: (at 3,4,10 in 65,169; contains blocks 1040,0,2704 to 1055,255,2719), Region: (2,5; contains chunks 64,160 to 95,191, blocks 1024,0,2560 to 1535,255,3071)
  49. Level time: 1212932 game time, 1212932 day time
  50. Level dimension: 0
  51. Level storage version: 0x00000 - Unknown?
  52. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  53. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  54. Forced entities: 11 total; [EntityClientPlayerMP['buddy18181'/5602287, l='MpServer', x=1225.76, y=83.04, z=477.92], EntityIcemon['Icemon'/5602725, l='MpServer', x=1234.50, y=33.00, z=491.50], EntitySnowGoblimon['SnowGoblimon'/5602295, l='MpServer', x=1265.50, y=72.00, z=523.50], EntityFrigimon['Frigimon'/5602327, l='MpServer', x=1288.50, y=103.00, z=525.50], EntityFrigimon['Frigimon'/5602321, l='MpServer', x=1233.50, y=107.00, z=531.50], EntityGotsumon['Gotsumon'/5602913, l='MpServer', x=1241.50, y=37.00, z=486.50], EntityGarurumon['Garurumon'/5602288, l='MpServer', x=1219.50, y=79.00, z=460.50], EntityGreymon['Greymon'/5602323, l='MpServer', x=1163.97, y=80.00, z=501.69], EntityGabumon['Gabumon'/5602290, l='MpServer', x=1218.88, y=85.00, z=498.00], EntityAllomon['Allomon'/5602623, l='MpServer', x=1195.50, y=85.00, z=492.50], EntityAgumon['Agumon'/5602302, l='MpServer', x=1182.50, y=79.00, z=493.50]]
  55. Retry entities: 0 total; []
  56. Server brand: cauldron,craftbukkit,mcpc,fml,forge
  57. Server type: Non-integrated multiplayer server
  58. Stacktrace:
  59. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  60. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  61. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  62. at net.minecraft.client.main.Main.main(SourceFile:148)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66. at java.lang.reflect.Method.invoke(Unknown Source)
  67. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  68. at net.minecraft.launchwrapper.Launch.main(Launch.java:2Cool
  69.  
  70. -- System Details --
  71. Details:
  72. Minecraft Version: 1.7.10
  73. Operating System: Windows 7 (x86) version 6.1
  74. Java Version: 1.8.0_51, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  76. Memory: 142275968 bytes (135 MB) / 362393600 bytes (345 MB) up to 523501568 bytes (499 MB)
  77. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  78. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  79. IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 14
  80. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 6 mods loaded, 6 mods active
  81. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  82. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  83. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  84. UCHIJA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  85. UCHIJA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
  86. UCHIJA digimobs{Firing Beta testers Addition} [Digimobs] (Digimobs-Fired Beta Testers Edition.jar)
  87. UCHIJA ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar)
  88. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1004' Renderer: 'AMD Radeon HD 7700 Series'
  89. Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
  90. LWJGL: 2.9.1
  91. OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1004, ATI Technologies Inc.
  92. GL Caps: Using GL 1.3 multitexturing.
  93. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  94. Anisotropic filtering is supported and maximum anisotropy is 16.
  95. Shaders are available because OpenGL 2.1 is supported.
  96.  
  97. Is Modded: Definitely; Client brand changed to 'fml,forge'
  98. Type: Client (map_client.txt)
  99. Resource Packs: [faithful32pack_1_7_x.zip]
  100. Current Language: English (US)
  101. Profiler Position: N/A (disabled)
  102. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  103. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment