Need some help with this crash :/

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
My server is crashing and i can't see why, anyone can explain me what this error means more or less?

java.lang.NullPointerException
at im.b(ChunkProviderServer.java:327)
at in.b(WorldServer.java:166)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:669)
at ho.r(DedicatedServer.java:269)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)

Thanks :)
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
The server crashed again, same error, when a player took a gold dust from a macerator. Why can it cause the error? Never happened to me before :/
 

darkinnit

New Member
Jul 29, 2019
88
0
0
That's a rather vague error. Look for the contents of your most recent ForgeModLoader-0.log for the time of the crash and also look for any hs_err_pid#####.log files that match the time of the crash (they might be in a crashlogs folder). Use pastebin.com, and put the pastebin links here instead of the log spam. :)
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
I broke some chests at his house and picked all the items, looks like it's not crashing anymore, weird.[DOUBLEPOST=1363702402][/DOUBLEPOST]Nevermind it crashed again, why the hell is happening this. Maybe Jammy's forniture? i'm using Mindcrack pack tho, added bibliocraft and Jammy's.
 

darkinnit

New Member
Jul 29, 2019
88
0
0
Your ForgeModLoader log is from after the crash happened, maybe see if there's something in ForgeModLoader-1.log instead?

However, if as you say it only occurs when one particular person is online, it might be worth opening their players/[username].dat inventory file in something like InvEdit or NBTExplorer and checking to see if they have any strange or corrupt items. Alternatively, move their inventory file to a backup location and delete the original. Have them login again and see if the crash still occurs. If the crash doesn't occur when they have a fresh inventory, it's probably something they have that's causing the crash. Watch out if you use Thaumcraft, as the research data is stored in their inventory, so don't delete the backup (you could delete just the items from their inventory using NBTExplorer and leave the Thaumcraft research).

If the inventory tricks don't work, see if the crash occurs if you do things around the chunks where they are, it may be location related rather than player related.
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
It crashed again, i was lookin at his inventory, nothing was wrong a few ores, iron sword and thamium pickaxe, once i've closed his inventory ( i was looking it with a remote client such as teamviewer ) and observed the console, it crashed again with the same error as allways. I was flying around before to see if I got some corrupted chunks, didn't crash either.

Here's the updated ForgeModLoader-0.log:

2013-03-19 14:43:50 [INFO] [PortalGun] [1.4.7v5] Recieved client info from ruchi999
2013-03-19 14:44:05 [INFO] [Minecraft] /109.169.12.253:59197 lost connection
2013-03-19 14:46:18 [INFO] [STDOUT] Chunk file at -12,-10 is in the wrong location; relocating. (Expected -12, -10, got -13, -10)
2013-03-19 14:46:18 [INFO] [STDERR] t: Exception ticking world
2013-03-19 14:46:18 [INFO] [STDERR]at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:675)
2013-03-19 14:46:18 [INFO] [STDERR]at ho.r(DedicatedServer.java:269)
2013-03-19 14:46:18 [INFO] [STDERR]at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-03-19 14:46:18 [INFO] [STDERR]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-03-19 14:46:18 [INFO] [STDERR]at fy.run(SourceFile:849)
2013-03-19 14:46:18 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-03-19 14:46:18 [INFO] [STDERR]at im.b(ChunkProviderServer.java:327)
2013-03-19 14:46:18 [INFO] [STDERR]at in.b(WorldServer.java:166)
2013-03-19 14:46:18 [INFO] [STDERR]at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:669)
2013-03-19 14:46:18 [INFO] [STDERR]... 4 more
2013-03-19 14:46:18 [SEVERE] [Minecraft] Encountered an unexpected exception t
t: Exception ticking world
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:675)
at ho.r(DedicatedServer.java:269)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Caused by: java.lang.NullPointerException
at im.b(ChunkProviderServer.java:327)
at in.b(WorldServer.java:166)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:669)
... 4 more
2013-03-19 14:46:18 [SEVERE] [Minecraft] This crash report has been saved to: /home/minecraft/./crash-reports/crash-2013-03-19_14.46.18-server.txt


There's a crash caused by a chunk...? Or an item in the chunk?
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
Oh, Thank you very much! I'll give it a try as soon as i get home, i'll let you know, thanks again :)
 

darkinnit

New Member
Jul 29, 2019
88
0
0
Just also want to add that you should make a backup of the world first! Sometimes trying to repair a world can have unintended results, so make sure to have a backup to go back to if something doesn't work quite right.
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
Looks like it works, it found a defective chunk and erased it, let's see once the player logs back in if it still crashes, thanks!