Advertisement
cookieXL

Untitled

Sep 20th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.3-for-MC-1.8.9.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Hey, that tickles! Hehehe!
  8.  
  9. Time: 9/20/20 5:13 PM
  10. Description: Exception in server tick loop
  11.  
  12. java.lang.NullPointerException: Exception in server tick loop
  13. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:414)
  14. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:47)
  15. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:414)
  16. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:47)
  17. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:414)
  18. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:47)
  19. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
  20. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
  21. at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
  22. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:92)
  23. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20)
  24. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12)
  25. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343)
  26. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  27. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  28. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:109)
  29. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:84)
  30. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:307)
  31. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:182)
  32. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:206)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
  34. at java.lang.Thread.run(Thread.java:745)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.8.9
  43. Operating System: Windows 10 (amd64) version 10.0
  44. CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
  45. Java Version: 1.8.0_51, Oracle Corporation
  46. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  47. Memory: 348611760 bytes (332 MB) / 738197504 bytes (704 MB) up to 4294967296 bytes (4096 MB)
  48. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  49. IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
  50. FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_I7 6 mods loaded, 6 mods active
  51. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  52. UCHIJAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  53. UCHIJAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  54. UCHIJAA Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  55. UCHIJAA autotip{3.0.1} [Autotip] (Autotip-3.0.1 [1.8-1.12.2] (1).jar)
  56. UCHIJAA notenoughupdates{1.3-REL} [NotEnoughUpdates] (NotEnoughUpdates-1.3.1-REL.jar)
  57. UCHIJAA skyblockaddons{1.5.3} [SkyBlock Addons] (SkyblockAddons-1.5.3-for-MC-1.8.9.jar)
  58. Loaded coremods (and transformers):
  59. SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.3-for-MC-1.8.9.jar)
  60. codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
  61. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  62. Profiler Position: N/A (disabled)
  63. Player Count: 0 / 8; []
  64. Type: Integrated Server (map_client.txt)
  65. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement