Solved Server Crashed, not able too restart

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

FangzWuff

New Member
Jul 29, 2019
46
0
0
Afther an ingame crash where everyone disconnects I cant restart the server anymore without it crashing near end of startup.

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 3/28/13 1:59 PM
Description: Ticking tile entity

java.lang.NullPointerException
at binnie.extrabees.machines.TileEntityInoculator.onFinishTask(TileEntityInoculator.java:114)
at binnie.extrabees.machines.TileEntityMachine.g(TileEntityMachine.java:351)
at yc.h(World.java:2153)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:680)
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)


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

-- Head --
Stacktrace:
at binnie.extrabees.machines.TileEntityInoculator.onFinishTask(TileEntityInoculator.java:114)
at binnie.extrabees.machines.TileEntityMachine.g(TileEntityMachine.java:351)

-- Tile entity being ticked --
Details:
Name: extrabees.inoculator // binnie.extrabees.machines.TileEntityInoculator
Block type: ID #0
Block data value: Unknown? (Got -1)
Block location: World: (757,68,-1252), Chunk: (at 5,4,12 in 47,-79; contains blocks 752,0,-1264 to 767,255,-1249), Region: (1,-3; contains chunks 32,-96 to 63,-65, blocks 512,0,-1536 to 1023,255,-1025)
Stacktrace:
at yc.h(World.java:2153)
at in.h(WorldServer.java:516)

-- Affected level --
Details:
Level name: Island_wars
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: -7331033973189568786
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (680,70,-1212), Chunk: (at 8,4,4 in 42,-76; contains blocks 672,0,-1216 to 687,255,-1201), Region: (1,-3; contains chunks 32,-96 to 63,-65, blocks 512,0,-1536 to 1023,255,-1025)
Level time: 8674935 game time, 8982 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 23302 (now: false), thunder time: 69600 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:680)
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)
 

Dingham

New Member
Jul 29, 2019
294
0
0
at binnie.extrabees.machines.TileEntityInoculator.onFinishTask(TileEntityInoculator.java:114)
at binnie.extrabees.machines.TileEntityMachine.g(TileEntityMachine.java:351)

Somethings up with an inoculators cycle.

Block location: World: (757,68,-1252), Chunk: (at 5,4,12 in 47,-79; contains blocks 752,0,-1264 to 767,255,-1249), Region: (1,-3; contains chunks 32,-96 to 63,-65, blocks 512,0,-1536 to 1023,255,-1025)

There are many ways to remove blocks, you just need to look it up. I would go into the region file and take out the inoculator.
 

b0bst3r

New Member
Jul 29, 2019
2,195
0
1
Depends how old your server is to depending on whether you want to do this or not.

The problem from the error appears to be the Inoculator extra bees machine, you could remove the extra bees mod and start your server but this will remove all extra bees items from your world.

After starting your server shut it down again and put the extra bees mod back in, this will wipe all machines/bees etc from the extra bees mod though as highlighted above. Maybe a small sacrifice to take to get your world back up and running.
 

FangzWuff

New Member
Jul 29, 2019
46
0
0
Somethings up with an inoculators cycle.



There are many ways to remove blocks, you just need to look it up. I would go into the region file and take out the inoculator.

Any clue on How too remove it from the region file? tried googeling for a while with no luck, and MCedit replaces 90% of the mod blocks with pistons and ores, so thats useless.

And removing them all seems abit bad since 2 players have focused on that for a few weeks... bases run on nuclear power made by uranium bees and shit.

Error seems too have occured while using a Non type specified bee in the innoculator, if ya blast a natural hive appart ya get No type bees instead of desert or forest or wathever.
 

Dingham

New Member
Jul 29, 2019
294
0
0
google; chunk locator

first result

put in your XZY, download correct file. You then have to look manually from that point on, but with a bit of intelligence it doesn't take too long.
 

FangzWuff

New Member
Jul 29, 2019
46
0
0
Ended up trying too figure out this program NBTExplorer. it has potential but hard too figure out the first time :p
Found the region file 1,-3 mentioned in the crash and manualy went troug the chucks until I found one containing the correct cordinates, as I got no results searching for them.
only too realise that if I had searched for "innoculator" it would have found it right away :p

tried deleting the folder for that block, didnt work as intended I deleted all it's content but not the innoculator itself :p alo totaly emptied the liquaduckts and machines connected too it, of it's liquid dna.
Other than that it worked flawlessly, didnt even have too replace the machine.
 

Dingham

New Member
Jul 29, 2019
294
0
0
Glad you got it sorted. Sorry i don't have the time to give full detailed instructions, but its but you thumble around a figure it out than me tell/do for you. You'll be able to deal with things better next time.