Advertisement
moonrushy

crash-2018-09-05_21.43.26-server

Sep 5th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // Don't be sad. I'll do better next time, I promise!
  7.  
  8. Time: 9/5/18 9:43 PM
  9. Description: Exception ticking world
  10.  
  11. java.lang.NullPointerException: Exception ticking world
  12. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:229)
  13. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  15. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  16. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  18. at java.lang.Thread.run(Unknown Source)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Thread: Server thread
  26. Stacktrace:
  27. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:229)
  28. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  29.  
  30. -- Affected level --
  31. Details:
  32. Level name: testworld6
  33. All players: 1 total; [EntityPlayerMP['moonrush'/23, l='testworld6', x=100.00, y=49.00, z=0.00]]
  34. Chunk stats: ServerChunkCache: 289 Drop: 0
  35. Level seed: -7269689933836758960
  36. Level generator: ID 00 - default, ver 1. Features enabled: false
  37. Level generator options:
  38. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  39. Level time: 0 game time, 0 day time
  40. Level dimension: 0
  41. Level storage version: 0x00000 - Unknown?
  42. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  43. Level game mode: ~~ERROR~~ NullPointerException: null
  44. Stacktrace:
  45. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  46. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  47. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  49. at java.lang.Thread.run(Unknown Source)
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.12.2
  54. Operating System: Windows 10 (amd64) version 10.0
  55. Java Version: 1.8.0_181, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 289162280 bytes (275 MB) / 606838784 bytes (578 MB) up to 5323882496 bytes (5077 MB)
  58. JVM Flags: 3 total; -Xmn128M -Xmx5090M -XX:+UseConcMarkSweepGC
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP 9.42 Powered by Forge 14.23.4.2759 Optifine OptiFine_1.12.2_HD_U_E2 5 mods loaded, 5 mods active
  61. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  62.  
  63. | State | ID | Version | Source | Signature |
  64. |:--------- |:-------------- |:------------ |:-------------------------------------- |:--------- |
  65. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  66. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  67. | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2759.jar | None |
  68. | UCHIJAAAA | forge | 14.23.4.2759 | forge-1.12.2-14.23.4.2759.jar | None |
  69. | UCHIJAAAA | grimoireofgaia | 1.6.0-beta4 | GrimoireOfGaia3-1.12.2-1.6.0-beta4.jar | None |
  70.  
  71. Loaded coremods (and transformers):
  72. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  73. Profiler Position: N/A (disabled)
  74. Player Count: 1 / 8; [EntityPlayerMP['moonrush'/23, l='testworld6', x=100.00, y=49.00, z=0.00]]
  75. Type: Integrated Server (map_client.txt)
  76. Is Modded: Definitely; Client brand changed to 'fml,forge'
  77. OptiFine Version: OptiFine_1.12.2_HD_U_E2
  78. OptiFine Build: 20180728-185429
  79. Render Distance Chunks: 13
  80. Mipmaps: 0
  81. Anisotropic Filtering: 1
  82. Antialiasing: 0
  83. Multitexture: false
  84. Shaders: null
  85. OpenGlVersion: 4.6.0 NVIDIA 398.82
  86. OpenGlRenderer: GeForce GTX 760/PCIe/SSE2
  87. OpenGlVendor: NVIDIA Corporation
  88. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement