Direwolf20 Server crash 1.7.10 Still need help.

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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

Vegetunks

New Member
Jul 29, 2019
3
0
0
Title:
Direwolf20 Server crash 1.7.10
Launcher Version:
1.4.7
Modpack:
Direwolf20
Modpack Version:
1.3.1
Log Link:
Details of the issue:
I am running a server, I have recently been having some major issues with it spontaneously Erroring and shutting down.

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 12/05/15 9:15 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at net.minecraft.item.ItemStack.func_77976_d(ItemStack.java:187)
at com.rwtema.extrautils.XUHelper.invInsert(XUHelper.java:278)
at com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry.func_145845_h(TileEntityEnderQuarry.java:397)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


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

-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77976_d(ItemStack.java:187)
at com.rwtema.extrautils.XUHelper.invInsert(XUHelper.java:278)
at com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry.func_145845_h(TileEntityEnderQuarry.java:397)

-- Block entity being ticked --
Details:
Name: enderQuarry // com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry
Block type: ID #1300 (tile.extrautils:enderQuarry // com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry)
Block data value: 1 / 0x1 / 0b0001
Block location: World: (2061,64,-1827), Chunk: (at 13,4,13 in 128,-115; contains blocks 2048,0,-1840 to 2063,255,-1825), Region: (4,-4; contains chunks 128,-128 to 159,-97, blocks 2048,0,-2048 to 2559,255,-1537)
Actual block type: ID #1300 (tile.extrautils:enderQuarry // com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry)
Actual block data value: 1 / 0x1 / 0b0001
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Anthony_Kufahl'/899446, l='world', x=10.89, y=64.00, z=110.23]]
Chunk stats: ServerChunkCache: 590 Drop: 0
Level seed: 247143636896217186
Level generator: ID 03 - amplified, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (7,63,63), Chunk: (at 7,3,15 in 0,3; contains blocks 0,0,48 to 15,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 7059846 game time, 7555107 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 4765 (now: false), thunder time: 75521 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1241502264 bytes (1183 MB) / 2077753344 bytes (1981 MB) up to 3151495168 bytes (3005 MB)
JVM Flags: 5 total; -Xms2048m -Xmx3072m -XX:PermSize=256m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.130.1395 Minecraft Forge 10.13.3.1395 144 mods loaded,
 
The next time you ask for help please upload it to pastebin and give us the link as that makes it a bit easier to read. As you run a server I will break the log down to what is relevant for this error.
first line tells us what went wrong in this case its a
Description: Ticking block entity
this means that there is a tile entity that caused the crash.

In the head section you see a stackrtrace this tells us what caused the crash in this case: com.rwtema.extrautils.tileentity.enderquarry.TileEntityEnderQuarry.func_145845_h(TileEntityEnderQuarry.java:397)

We can see here that the ender-quarry from the mod extra utils is causing said crash. Now as this is a block, in the crash log will be written where said block is. In this case it is written here:
Block location: World: (2061,64,-1827), Chunk: (at 13,4,13 in 128,-115; contains blocks 2048,0,-1840 to 2063,255,-1825), Region: (4,-4; contains chunks 128,-128 to 159,-97, blocks 2048,0,-2048 to 2559,255,-1537)
this tells us at what coordinates it is: 2061,64,-1827.

I would recommend to remove this block. If you can get to it without crashing do it that way, else I would recommend to make a backup and give mcedit a try.
 
Thankyou much for the quick response. Now I'm having another frustrating issue.

The server is crashing now and not producing a error log for me to even look at.
serverlog.png