Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 1/3/16 11:53 AM
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException: Unexpected error
  8.     at com.bioxx.tfc.Handlers.Client.RenderOverlayHandler.render(RenderOverlayHandler.java:209)
  9.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_52_RenderOverlayHandler_render_Pre.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:140)
  12.     at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
  13.     at net.minecraftforge.client.GuiIngameForge.renderCrosshairs(GuiIngameForge.java:217)
  14.     at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:130)
  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(NativeMethodAccessorImpl.java:62)
  21.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22.     at java.lang.reflect.Method.invoke(Method.java:483)
  23.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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 com.bioxx.tfc.Handlers.Client.RenderOverlayHandler.render(RenderOverlayHandler.java:209)
  33.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_52_RenderOverlayHandler_render_Pre.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:140)
  36.     at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
  37.     at net.minecraftforge.client.GuiIngameForge.renderCrosshairs(GuiIngameForge.java:217)
  38.     at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:130)
  39.  
  40. -- Affected level --
  41. Details:
  42.     Level name: MpServer
  43.     All players: 1 total; [EntityClientPlayerMP['InsaneJ'/1884, l='MpServer', x=-13.12, y=80.62, z=-117.58]]
  44.     Chunk stats: MultiplayerChunkCache: 55, 55
  45.     Level seed: 0
  46.     Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
  47.     Level generator options:
  48.     Level spawn location: World: (0,87,-38), Chunk: (at 0,5,10 in 0,-3; contains blocks 0,0,-48 to 15,255,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  49.     Level time: 1070769420 game time, 1071928111 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: 9 total; [EntityClientPlayerMP['InsaneJ'/1884, l='MpServer', x=-13.12, y=80.62, z=-117.58], EntityHorse['§e§lTFC'/182, l='MpServer', x=-2.00, y=135.36, z=-80.50], EntityWitherSkull['entity.WitherSkull.name'/183, l='MpServer', x=-2.00, y=135.13, z=-80.50], EntityHorse['§e§lRegular'/184, l='MpServer', x=-2.00, y=135.11, z=-80.50], EntityWitherSkull['entity.WitherSkull.name'/185, l='MpServer', x=-2.00, y=134.88, z=-80.50], EntityHorse['§e§lTFC'/186, l='MpServer', x=3.00, y=135.36, z=-80.50], EntityWitherSkull['entity.WitherSkull.name'/187, l='MpServer', x=3.00, y=135.13, z=-80.50], EntityHorse['§e§lHardcore'/188, l='MpServer', x=3.00, y=135.11, z=-80.50], EntityWitherSkull['entity.WitherSkull.name'/189, l='MpServer', x=3.00, y=134.88, z=-80.50]]
  55.     Retry entities: 0 total; []
  56.     Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"19f2e7b":1090) <- Spigot
  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(NativeMethodAccessorImpl.java:62)
  65.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66.     at java.lang.reflect.Method.invoke(Method.java:483)
  67.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  68.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  69.  
  70. -- System Details --
  71. Details:
  72.     Minecraft Version: 1.7.10
  73.     Operating System: Windows 10 (amd64) version 10.0
  74.     Java Version: 1.8.0_25, Oracle Corporation
  75.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76.     Memory: 1029929744 bytes (982 MB) / 1352138752 bytes (1289 MB) up to 7609516032 bytes (7257 MB)
  77.     JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+AggressiveOpts -XX:+UseFastAccessorMethods
  78.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  79.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  80.     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 5 mods loaded, 5 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.1558-1.7.10.jar)
  84.     UCHIJA  Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  85.     UCHIJA  tfc_coremod{0.79.27} [TFC[coremod]] (minecraft.jar)
  86.     UCHIJA  terrafirmacraft{0.79.27} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.27.903.jar)
  87.     GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.50' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  88.     Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  89.     LWJGL: 2.9.1
  90.     OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.50, NVIDIA Corporation
  91.     GL Caps: Using GL 1.3 multitexturing.
  92. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  93. Anisotropic filtering is supported and maximum anisotropy is 16.
  94. Shaders are available because OpenGL 2.1 is supported.
  95.  
  96.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  97.     Type: Client (map_client.txt)
  98.     Resource Packs: []
  99.     Current Language: Nederlands (Nederland)
  100.     Profiler Position: N/A (disabled)
  101.     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  102.     Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement