Jump to content

1.10.2 Server "Chunk" error


Recommended Posts

*Logs at the end*

 

Hi,

 

So I've been running a small server with only two people accessing it building a map, everything was working fine till one day I log on, and the 2nd layer of my skin was missing. I then tried to test one of the door systems (Use a testfor nearby player and scoreboard value to clone blocks and play sound and displays a title, non of which worked. So I tried swapping gamemode which also didn't work as well as interacting with any block (crafting table, furnace etc.) before the server just stopped (Required confirmation before it shutdown).

 

So I rebuilt the entire server using the latest version of forge available for 1.10.2, after walking around for no more that 2 mins the server gave out the same message ( see CMD/Server Output below) So I got the other guy to try it and again could walk around close to the start of the map (Isn't the same place as spawn) and then the same error occurs.

Nothing has changed between it working and crashing, and have checked that the other person hadn't been on in that time.

 

Appreciate any help in determining the cause or a way to fix

 

Thanks,

 

Mod List:

Spoiler

MrCrayfish Furniture Mod 4.1.2-mc1.10.2
CustomNPCs_1.10.2
JustBuildIt V1.1 MC1.10.2
PixelExtras 2.2.5 1.10.2
Pixelmon 5.0.3 1.10.2
SafePlace 2.2.1 1.10.2
TrainerCommands 2.1.4 1.10.2
WorldEdit Forge 6.1.4 1.10.2

Crash Log:

Spoiler

---- Minecraft Crash Report ----
// Sorry :(

Time: 09/04/17 20:21
Description: Watching Server

java.lang.Error
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:74)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
    at net.minecraft.world.World.func_72964_e(World.java:303)
    at net.minecraft.world.World.func_175726_f(World.java:298)
    at net.minecraft.world.World.func_175721_c(World.java:653)
    at net.minecraft.world.World.func_175721_c(World.java:615)
    at net.minecraft.world.World.func_175671_l(World.java:605)
    at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:42)
    at net.minecraft.block.Block.func_180645_a(Block.java:480)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:471)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server Watchdog
Stacktrace:
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:74)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
    at net.minecraft.world.World.func_72964_e(World.java:303)
    at net.minecraft.world.World.func_175726_f(World.java:298)
    at net.minecraft.world.World.func_175721_c(World.java:653)
    at net.minecraft.world.World.func_175721_c(World.java:615)
    at net.minecraft.world.World.func_175671_l(World.java:605)
    at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:42)
    at net.minecraft.block.Block.func_180645_a(Block.java:480)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:471)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)

-- Thread Dump --
Details:
    Threads: "Netty Server IO #2" Id=29 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@71b8434c
    -  locked java.util.Collections$UnmodifiableSet@7f7fb30b
    -  locked sun.nio.ch.WindowsSelectorImpl@7b40283c
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
    ...


"Chunk I/O Executor Thread-2" Id=47 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e42b930
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e42b930
    at java.util.concurrent.locks.LockSupport.park(Unknown Source)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
    at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


"pool-6-thread-1" Id=45 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d532f97
    at sun.misc.Unsafe.park(Native Method)
    -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d532f97
    at java.util.concurrent.locks.LockSupport.park(Unknown Source)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    ...


"File IO Thread" Id=42 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
    at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
    at java.lang.Thread.run(Unknown Source)


"Netty Server IO #1" Id=28 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@fb622dd
    -  locked java.util.Collections$UnmodifiableSet@754deadf
    -  locked sun.nio.ch.WindowsSelectorImpl@5e6d467f
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
    ...


"Server Watchdog" Id=36 RUNNABLE
    at sun.management.ThreadImpl.dumpThreads0(Native Method)
    at sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
    at java.lang.Thread.run(Unknown Source)


"Timer-0" Id=35 TIMED_WAITING on java.util.TaskQueue@4ad6f5b2
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@4ad6f5b2
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)


"Netty Server IO #0" Id=27 RUNNABLE
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
    at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
    at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
    -  locked io.netty.channel.nio.SelectedSelectionKeySet@74c886ff
    -  locked java.util.Collections$UnmodifiableSet@6e4981ab
    -  locked sun.nio.ch.WindowsSelectorImpl@5a237ca3
    at sun.nio.ch.SelectorImpl.select(Unknown Source)
    at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
    ...


"H2 Log Writer PIXELMON2" Id=25 TIMED_WAITING on org.h2.store.WriterThread@27257930
    at java.lang.Object.wait(Native Method)
    -  waiting on org.h2.store.WriterThread@27257930
    at org.h2.store.WriterThread.run(WriterThread.java:105)
    at java.lang.Thread.run(Unknown Source)


"Server console handler" Id=20 RUNNABLE (in native)
    at org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method)
    at org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:761)
    at org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:794)
    at org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
    at jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:214)
    at jline.WindowsTerminal.access$000(WindowsTerminal.java:54)
    at jline.WindowsTerminal$1.read(WindowsTerminal.java:156)
    at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166)
    -  locked jline.internal.NonBlockingInputStream@17eaec55
    ...


"DestroyJavaVM" Id=19 RUNNABLE


"Server thread" Id=17 WAITING on net.minecraftforge.common.chunkio.ChunkIOProvider@350c63da
    at java.lang.Object.wait(Native Method)
    -  waiting on net.minecraftforge.common.chunkio.ChunkIOProvider@350c63da
    at java.lang.Object.wait(Unknown Source)
    at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:74)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:115)
    at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:86)
    at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:132)
    at net.minecraft.world.World.func_72964_e(World.java:303)
    at net.minecraft.world.World.func_175726_f(World.java:298)
    ...


"Server Infinisleeper" Id=16 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:78)


"Snooper Timer" Id=15 TIMED_WAITING on java.util.TaskQueue@740bc7bc
    at java.lang.Object.wait(Native Method)
    -  waiting on java.util.TaskQueue@740bc7bc
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)


"NonBlockingInputStreamThread" Id=13 WAITING on jline.internal.NonBlockingInputStream@17eaec55 owned by "Server console handler" Id=20
    at java.lang.Object.wait(Native Method)
    -  waiting on jline.internal.NonBlockingInputStream@17eaec55
    at jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:275)
    at java.lang.Thread.run(Unknown Source)


"Attach Listener" Id=5 RUNNABLE


"Signal Dispatcher" Id=4 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@786bccf4
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.ReferenceQueue$Lock@786bccf4
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@38230fe8
    at java.lang.Object.wait(Native Method)
    -  waiting on java.lang.ref.Reference$Lock@38230fe8
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference.tryHandlePending(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

 

Stacktrace:
    at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_121, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4269364056 bytes (4071 MB) / 7156006912 bytes (6824 MB) up to 12117344256 bytes (11556 MB)
    JVM Flags: 2 total; -Xms4096M -Xmx13000M
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 98
    FML: MCP 9.32 Powered by Forge 12.18.3.2272 11 mods loaded, 11 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJAAAA    FML{8.0.99.99} [Forge Mod Loader] (forgeserver.jar)
    UCHIJAAAA    Forge{12.18.3.2272} [Minecraft Forge] (forgeserver.jar)
    UCHIJAAAA    cfm{4.1.2} [MrCrayfish's Furniture Mod] (cfm-4.1.2-mc1.10.2.jar)
    UCHIJAAAA    customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(20nov16).jar)
    UCHIJAAAA    buildingblocks{1.1} [Just Build It] (JustBuildIt MC1.10.2 v1.1.jar)
    UCHIJAAAA    pixelmon{5.0.3} [Pixelmon] (Pixelmon-1.10.2-5.0.3-universal.jar)
    UCHIJAAAA    pixelextras{2.2.4} [Pixel Extras] (PixelExtras-1.10.2-2.2.5-universal.jar)
    UCHIJAAAA    safeplace{2.2.1} [SafePlace] (SafePlace-1.10.2-2.2.1-universal.jar)
    UCHIJAAAA    trainercommands{2.1.4} [Pixelmon Trainer Commands] (TrainerCommands-1.10.2-2.1.4-universal.jar)
    UCHIJAAAA    worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist(1).jar)
    Loaded coremods (and transformers):
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['MajesticMadmanTB'/3, l='world', x=74.53, y=57.61, z=1091.11]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

CMD/Server Output:

Spoiler

[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraft.util.ReportedException: Loading NBT data
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:484)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:101)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:68)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at java.lang.Thread.run(Unknown Source)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: Caused by: java.io.UTFDataFormatException: malformed input around byte 12
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at java.io.DataInputStream.readUTF(Unknown Source)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at java.io.DataInputStream.readUTF(Unknown Source)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:465)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:47)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagList.func_152446_a(SourceFile:66)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
[20:36:36] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:   ... 11 more

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.