Advertisement
Guest User

crash report

a guest
Feb 28th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 2022-02-22 13:13:51 EST
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CustomNPCs (customnpcs)
  8. Caused by: java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
  9. at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16)
  10. at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:450)
  11. at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:129)
  12. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:93)
  13. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
  14. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
  15. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
  16. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
  17. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
  18. at net.minecraft.world.World.getChunk(World.java:310)
  19. at net.minecraft.world.World.getChunk(World.java:305)
  20. at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:1622)
  21. at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
  22. at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
  23. at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:45)
  24. at noppes.npcs.CustomNpcs.serverstart(CustomNpcs.java:298)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:497)
  29. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  30. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:497)
  33. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  34. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  35. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  36. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  37. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  38. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  40. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  41. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:497)
  46. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  47. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  48. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  49. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  50. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  51. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  53. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  54. at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:797)
  55. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:297)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:497)
  60. at net.optifine.reflect.Reflector.callBoolean(Reflector.java:857)
  61. at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:241)
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  63. at java.lang.Thread.run(Thread.java:745)
  64.  
  65.  
  66. A detailed walkthrough of the error, its code path and all known details is as follows:
  67. ---------------------------------------------------------------------------------------
  68.  
  69. -- System Details --
  70. Minecraft Version: 1.12.2
  71. Operating System: Windows 10 (amd64) version 10.0
  72. Java Version: 1.8.0_51, Oracle Corporation
  73. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  74. Memory: 748228752 bytes (713 MB) / 2649751552 bytes (2527 MB) up to 3817865216 bytes (3641 MB)
  75. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
  76. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  77. FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 20 mods loaded, 20 mods active
  78. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  79.  
  80. | State | ID | Version | Source | Signature |
  81. |:------- |:------------------ |:--------------- |:------------------------------------------------- |:---------------------------------------- |
  82. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  83. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  84. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  85. | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  86. | LCHIJA | obfuscate | 0.4.2 | minecraft.jar | None |
  87. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  88. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33(2).jar | None |
  89. | LCHIJAE | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
  90. | LCHIJA | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None |
  91. | LCHIJA | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None |
  92. | LCHIJA | effortlessbuilding | 1.12.2-2.16 | effortlessbuilding-1.12.2-2.16.jar | None |
  93. | LCHIJA | fairylights | 2.1.6 | fairylights-2.1.6-1.12.2.jar | None |
  94. | LCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  95. | LCHIJA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(29Sep19).jar | None |
  96. | LCHIJA | harvestcraft | 1.12.2zb | Pam_s+HarvestCraft+1.12.2zg.jar | None |
  97. | LCHIJA | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
  98. | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(21nov19).jar | None |
  99. | LCHIJA | vehicle | 0.43.0 | vehicle-mod-0.43.0-1.12.2.jar | None |
  100. | LCHIJA | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4(1).jar | None |
  101. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  102. Loaded coremods (and transformers): VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
  103.  
  104. ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
  105. com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
  106. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  107. Suspected Mods: CustomNPCs (customnpcs)
  108. Profiler Position: N/A (disabled)
  109. Player Count: 0 / 8; []
  110. Type: Integrated Server (map_client.txt)
  111. Is Modded: Definitely; Client brand changed to 'fml,forge'
  112.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement