Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Uh... Did I do that?
- Time: 2022-02-22 13:13:51 EST
- Description: Exception in server tick loop
- net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CustomNPCs (customnpcs)
- Caused by: java.lang.IllegalArgumentException: ChunkNibbleArrays should be 2048 bytes not: 0
- at net.minecraft.world.chunk.NibbleArray.<init>(SourceFile:16)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.readChunkFromNBT(AnvilChunkLoader.java:450)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.checkedReadChunkFromNBT__Async(AnvilChunkLoader.java:129)
- at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:93)
- at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70)
- at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
- at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:89)
- at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:135)
- at net.minecraft.world.World.getChunk(World.java:310)
- at net.minecraft.world.World.getChunk(World.java:305)
- at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:1622)
- at net.minecraft.world.WorldProvider.getRandomizedSpawnPoint(WorldProvider.java:350)
- at net.minecraft.entity.player.EntityPlayerMP.<init>(EntityPlayerMP.java:161)
- at net.minecraftforge.common.util.FakePlayer.<init>(FakePlayer.java:45)
- at noppes.npcs.CustomNpcs.serverstart(CustomNpcs.java:298)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
- at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
- at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:797)
- at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:297)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at net.optifine.reflect.Reflector.callBoolean(Reflector.java:857)
- at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:241)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
- at java.lang.Thread.run(Thread.java:745)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Minecraft Version: 1.12.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 748228752 bytes (713 MB) / 2649751552 bytes (2527 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- 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
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:------- |:------------------ |:--------------- |:------------------------------------------------- |:---------------------------------------- |
- | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
- | LCHIJA | mcp | 9.42 | minecraft.jar | None |
- | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LCHIJA | obfuscate | 0.4.2 | minecraft.jar | None |
- | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
- | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33(2).jar | None |
- | LCHIJAE | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
- | LCHIJA | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None |
- | LCHIJA | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None |
- | LCHIJA | effortlessbuilding | 1.12.2-2.16 | effortlessbuilding-1.12.2-2.16.jar | None |
- | LCHIJA | fairylights | 2.1.6 | fairylights-2.1.6-1.12.2.jar | None |
- | LCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
- | LCHIJA | moreplayermodels | 1.12.2 | MorePlayerModels_1.12.2-(29Sep19).jar | None |
- | LCHIJA | harvestcraft | 1.12.2zb | Pam_s+HarvestCraft+1.12.2zg.jar | None |
- | LCHIJA | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
- | LCHIJA | variedcommodities | 1.12.2 | VariedCommodities_1.12.2(21nov19).jar | None |
- | LCHIJA | vehicle | 0.43.0 | vehicle-mod-0.43.0-1.12.2.jar | None |
- | LCHIJA | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4(1).jar | None |
- | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
- Loaded coremods (and transformers): VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
- ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
- com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
- GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
- Suspected Mods: CustomNPCs (customnpcs)
- Profiler Position: N/A (disabled)
- Player Count: 0 / 8; []
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement