Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 19.7.22 09.25
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException: Unexpected error
  8. at net.gobbob.RagdollCorpses.physics.RagdollCorpse.getDistanceToPlayer(RagdollCorpse.java:127)
  9. at net.gobbob.RagdollCorpses.event.EventHandler_Ragdoll.onClientTick(EventHandler_Ragdoll.java:54)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler_213_EventHandler_Ragdoll_onClientTick_ClientTickEvent.invoke(.dynamic)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  12. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  13. at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:330)
  14. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2064)
  15. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  16. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  17. at net.minecraft.client.main.Main.main(SourceFile:148)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.7.10
  32. Operating System: Windows 7 (amd64) version 6.1
  33. Java Version: 1.8.0_51, Oracle Corporation
  34. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  35. Memory: 915325856 bytes (872 MB) / 1577058304 bytes (1504 MB) up to 2147483648 bytes (2048 MB)
  36. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  37. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  38. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
  39. FML: ~~ERROR~~ ConcurrentModificationException: null
  40. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  41. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  42. LWJGL: 2.9.1
  43. OpenGL: GeForce GTX 950/PCIe/SSE2 GL version 4.6.0 NVIDIA 411.70, NVIDIA Corporation
  44. GL Caps: Using GL 1.3 multitexturing.
  45. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  46. Anisotropic filtering is supported and maximum anisotropy is 16.
  47. Shaders are available because OpenGL 2.1 is supported.
  48.  
  49. Is Modded: Definitely; Client brand changed to 'fml,forge'
  50. Type: Client (map_client.txt)
  51. Resource Packs: []
  52. Current Language: English (US)
  53. Profiler Position: N/A (disabled)
  54. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  55. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement