All of Fabric 6 - AOF6

All of Fabric 6 - AOF6

589k Downloads

AOF6 Server Crashing Possibly Due To A Certain Item?

Jyrz opened this issue ยท 6 comments

commented

I've had this issue since 1.4.1, or at least started noticing it, where when someone passes by and loads certain chunks the server will crash. Checking the Console, I think it might be a specific item loading that's breaking it, but I'm not sure. I don't know if anyone else has had this issue, but is there anything I can modify or update to try and fix this?

18.02 23:43:40 [Server] Worker-Main-70/[WARN] Tried to access a block entity before it was created. class_2338{x=-1005, y=99, z=-1428}
18.02 23:43:40 [Server] Worker-Main-70/[WARN] Tried to access a block entity before it was created. class_2338{x=-1005, y=99, z=-1428}
18.02 23:44:24 [Server] Worker-Main-62/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:44:24 [Server] Worker-Main-62/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:44:45 [Server] Worker-Main-11/[WARN] Empty or non-existent pool: ctov:village/bounty_board
18.02 23:44:45 [Server] Worker-Main-11/[WARN] Empty or non-existent pool: ctov:village/red_fortified/start_road
18.02 23:44:45 [Server] Worker-Main-11/[WARN] Empty or non-existent pool: ctov:village/waystone/sand
18.02 23:44:59 [Server] Worker-Main-70/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:44:59 [Server] Worker-Main-70/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:45:04 [Server] Worker-Main-16/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:45:04 [Server] Worker-Main-16/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:45:15 [Server] Worker-Main-10/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:45:15 [Server] Worker-Main-10/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:45:36 [Server] Worker-Main-89/[WARN] Empty or non-existent pool: ctov:village/bounty_board
18.02 23:45:36 [Server] Worker-Main-89/[WARN] Empty or non-existent pool: ctov:village/waystone/normal
18.02 23:45:39 [Server] Server thread/[WARN] Lodeman11 moved too quickly! -0.022803635647278497,95.73000001311303,0.0
18.02 23:46:45 [Server] Worker-Main-8/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:46:45 [Server] Worker-Main-8/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:47:15 [Server] Worker-Main-5/[WARN] Tried to access a block entity before it was created. class_2338{x=-1608, y=65, z=-1284}
18.02 23:47:15 [Server] Worker-Main-5/[WARN] Tried to access a block entity before it was created. class_2338{x=-1608, y=65, z=-1284}
18.02 23:48:02 [Server] Worker-Main-88/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:48:02 [Server] Worker-Main-88/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:49:02 [Server] Server thread/[ERROR] Unable to fill loot chest in ResourceKey[minecraft:dimension / minecraft:overworld] at class_2338{x=-1405, y=64, z=-718} as the loot table 'ctov:village/mesa_fortified/generic' couldn't be resolved! Please search the loot table in `latest.log` to see if there are errors in loading.
18.02 23:49:31 [Server] Server thread/[ERROR] Unable to fill loot chest in ResourceKey[minecraft:dimension / minecraft:overworld] at class_2338{x=-1420, y=71, z=-718} as the loot table 'ctov:village/mesa_fortified/generic' couldn't be resolved! Please search the loot table in `latest.log` to see if there are errors in loading.
18.02 23:50:16 [Server] Worker-Main-8/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:16 [Server] Worker-Main-8/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:29 [Server] Worker-Main-16/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:29 [Server] Worker-Main-16/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:33 [Server] Worker-Main-10/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:33 [Server] Worker-Main-10/[WARN] Skipping Entity with id spectrum:invisible_item_frame
18.02 23:50:37 [Server] Worker-Main-62/[WARN] Tried to access a block entity before it was created. class_2338{x=-1758, y=39, z=-784}
18.02 23:50:46 [Server] Server thread/[WARN] Tried to load a DUMMY block entity @ class_2338{x=-1751, y=-27, z=-624} but found not block entity block Block{minecraft:cave_air} at location
18.02 23:50:46 [Server] Server thread/[WARN] Tried to load a block entity for block Block{minecraft:cave_air} but failed at location class_2338{x=-1751, y=-27, z=-624}
commented

Update:
We still don't know what's crashing the server when we explore, but we did just find that the server crashes when someone used a chisel on a bookshelf. Didn't test beyond that, but it happened twice with those conditions.

commented

a crashlog would be helpful

commented

That... definitely would be helpful. But all I have are the console logs, no crash logs, and the console doesn't seem to actually tell me why it crashed. I thought it did at first, which is why I didn't go looking for a crash log, but you telling me that wasn't what I posted is telling me I'm wrong. My bad.
Do I need to enable something to get the crash logs?

commented

no, if it crashes, like actually crashes, you get a crashlog

commented

Interesting. Then I wonder why the server keeps stopping when we pass through certain chunks... or this latest thing with chiseling bookshelves...

commented

I found the issue, probably. It wasn't actually a crash, even though it sure felt like it, the server was being automatically stopped when certain items, activities, or chunks would load/interact would cause large memory spikes that went over our memory limit. Still hugely annoying to be walking around the world and have the server stop and progress reset, but at least it's not a direct error on the modpack's part.