Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 1/3/16 10:17 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(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:28)
  25.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28.     at java.lang.reflect.Method.invoke(Unknown Source)
  29.     at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  30.     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  31.     at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  32.     at org.multimc.EntryPoint.main(EntryPoint.java:54)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Stacktrace:
  40.     at com.bioxx.tfc.Handlers.Client.RenderOverlayHandler.render(RenderOverlayHandler.java:209)
  41.     at cpw.mods.fml.common.eventhandler.ASMEventHandler_52_RenderOverlayHandler_render_Pre.invoke(.dynamic)
  42.     at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  43.     at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  44.     at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:895)
  45.     at net.minecraftforge.client.GuiIngameForge.renderCrosshairs(GuiIngameForge.java:217)
  46.     at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:130)
  47.  
  48. -- Affected level --
  49. Details:
  50.     Level name: MpServer
  51.     All players: 1 total; [EntityClientPlayerMP['InsaneJ'/101, l='MpServer', x=249.50, y=1.62, z=-6515.50]]
  52.     Chunk stats: MultiplayerChunkCache: 0, 0
  53.     Level seed: 0
  54.     Level generator: ID 00 - TFCDefault, ver 0. Features enabled: false
  55.     Level generator options:
  56.     Level spawn location: World: (28,157,-7360), Chunk: (at 12,9,0 in 1,-460; contains blocks 16,0,-7360 to 31,255,-7345), Region: (0,-15; contains chunks 0,-480 to 31,-449, blocks 0,0,-7680 to 511,255,-7169)
  57.     Level time: 0 game time, 0 day time
  58.     Level dimension: 0
  59.     Level storage version: 0x00000 - Unknown?
  60.     Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  61.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  62.     Forced entities: 1 total; [EntityClientPlayerMP['InsaneJ'/101, l='MpServer', x=249.50, y=1.62, z=-6515.50]]
  63.     Retry entities: 0 total; []
  64.     Server brand: fml,forge
  65.     Server type: Integrated singleplayer server
  66. Stacktrace:
  67.     at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  68.     at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  69.     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  70.     at net.minecraft.client.main.Main.main(SourceFile:148)
  71.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74.     at java.lang.reflect.Method.invoke(Unknown Source)
  75.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  76.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  77.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  79.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  80.     at java.lang.reflect.Method.invoke(Unknown Source)
  81.     at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  82.     at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  83.     at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  84.     at org.multimc.EntryPoint.main(EntryPoint.java:54)
  85.  
  86. -- System Details --
  87. Details:
  88.     Minecraft Version: 1.7.10
  89.     Operating System: Windows 10 (amd64) version 10.0
  90.     Java Version: 1.8.0_66, Oracle Corporation
  91.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  92.     Memory: 2365199008 bytes (2255 MB) / 2727346176 bytes (2601 MB) up to 3817865216 bytes (3641 MB)
  93.     JVM Flags: 5 total; -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4096m
  94.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  95.     IntCache: cache: 0, tcache: 13, allocated: 0, tallocated: 0
  96.     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 5 mods loaded, 5 mods active
  97.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  98.     UCHIJAAAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  99.     UCHIJAAAA   FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  100.     UCHIJAAAA   Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  101.     UCHIJAAAA   tfc_coremod{0.79.27} [TFC[coremod]] (minecraft.jar)
  102.     UCHIJAAAA   terrafirmacraft{0.79.27} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.27.903.jar)
  103.     GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.50' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  104.     Launched Version: MultiMC5
  105.     LWJGL: 2.9.1
  106.     OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.50, NVIDIA Corporation
  107.     GL Caps: Using GL 1.3 multitexturing.
  108. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  109. Anisotropic filtering is supported and maximum anisotropy is 16.
  110. Shaders are available because OpenGL 2.1 is supported.
  111.  
  112.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  113.     Type: Client (map_client.txt)
  114.     Resource Packs: []
  115.     Current Language: English (US)
  116.     Profiler Position: N/A (disabled)
  117.     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  118.     Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement