n1whmir Posted May 27, 2021 Share Posted May 27, 2021 I think save was corrupted, or something like that. I cleaned the caves, got out safely, wrote c_save() in console then out of the game. Have know idea what goes wrong. server_log.txt Link to comment https://forums.kleientertainment.com/forums/topic/130341-dedicated-server-crash/ Share on other sites More sharing options...
Daniel86268 Posted May 28, 2021 Share Posted May 28, 2021 It looks like multiple things happened: This part here tells us that the save file "[...]391" is corrupt. Spoiler [00:00:07]: [string "scripts/shardindex.lua"]:205: Corrupt Save file [session/0EDD38A394BECBE8/0000000391] LUA ERROR stack traceback: =[C]:-1 in (global) assert (C) <-1--1> scripts/shardindex.lua:205 in (upvalue) OnLoadSaveDataFile (Lua) <191-210> scripts/shardindex.lua:214 in () ? (Lua) <213-215> =[C]:-1 in (method) GetPersistentString (C) <-1--1> scripts/shardindex.lua:213 in (method) GetSaveDataFile (Lua) <212-216> scripts/shardindex.lua:234 in (method) GetSaveData (Lua) <218-239> scripts/gamelogic.lua:959 in (upvalue) DoLoadWorld (Lua) <950-960> scripts/gamelogic.lua:1012 in (upvalue) LoadSlot (Lua) <1006-1018> scripts/gamelogic.lua:1085 in (upvalue) DoResetAction (Lua) <1029-1126> scripts/gamelogic.lua:1136 in (local) complete_callback (Lua) <1128-1137> scripts/upsell.lua:13 in (global) UpdateGamePurchasedState (Lua) <11-15> scripts/gamelogic.lua:1160 in (local) callback (Lua) <1139-1161> At the end of the log the server crashed due to an error, which in my xp is usually related to mods (Either errors in coding, or outdated): Spoiler [00:00:07]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen? [00:00:07]: stack traceback: scripts/widgets/widget.lua:604 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:623 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:623 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:648 in (method) SetFocus (Lua) <628-657> scripts/widgets/menu.lua:83 in (method) SetFocus (Lua) <74-85> scripts/widgets/scripterrorwidget.lua:109 in (method) OnUpdate (Lua) <102-119> scripts/update.lua:95 in () ? (Lua) <33-134> Never had both things happen at the same time, but you'll have to remove the last file (or maybe more), since it's corrupt and debug which mod causes the crashes by disabling your mods one by one. Remember to backup your saves if you intend to keep them before doing any of this. Link to comment https://forums.kleientertainment.com/forums/topic/130341-dedicated-server-crash/#findComment-1464228 Share on other sites More sharing options...
n1whmir Posted May 28, 2021 Author Share Posted May 28, 2021 5 hours ago, Daniel86268 said: It looks like multiple things happened: This part here tells us that the save file "[...]391" is corrupt. Reveal hidden contents [00:00:07]: [string "scripts/shardindex.lua"]:205: Corrupt Save file [session/0EDD38A394BECBE8/0000000391] LUA ERROR stack traceback: =[C]:-1 in (global) assert (C) <-1--1> scripts/shardindex.lua:205 in (upvalue) OnLoadSaveDataFile (Lua) <191-210> scripts/shardindex.lua:214 in () ? (Lua) <213-215> =[C]:-1 in (method) GetPersistentString (C) <-1--1> scripts/shardindex.lua:213 in (method) GetSaveDataFile (Lua) <212-216> scripts/shardindex.lua:234 in (method) GetSaveData (Lua) <218-239> scripts/gamelogic.lua:959 in (upvalue) DoLoadWorld (Lua) <950-960> scripts/gamelogic.lua:1012 in (upvalue) LoadSlot (Lua) <1006-1018> scripts/gamelogic.lua:1085 in (upvalue) DoResetAction (Lua) <1029-1126> scripts/gamelogic.lua:1136 in (local) complete_callback (Lua) <1128-1137> scripts/upsell.lua:13 in (global) UpdateGamePurchasedState (Lua) <11-15> scripts/gamelogic.lua:1160 in (local) callback (Lua) <1139-1161> At the end of the log the server crashed due to an error, which in my xp is usually related to mods (Either errors in coding, or outdated): Reveal hidden contents [00:00:07]: Warning: Widget:SetFocusFromChild is happening on a widget outside of the screen/widget hierachy. This will cause focus moves to fail. Is ScriptErrorWidget not a screen? [00:00:07]: stack traceback: scripts/widgets/widget.lua:604 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:623 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:623 in (method) SetFocusFromChild (Lua) <601-626> scripts/widgets/widget.lua:648 in (method) SetFocus (Lua) <628-657> scripts/widgets/menu.lua:83 in (method) SetFocus (Lua) <74-85> scripts/widgets/scripterrorwidget.lua:109 in (method) OnUpdate (Lua) <102-119> scripts/update.lua:95 in () ? (Lua) <33-134> Never had both things happen at the same time, but you'll have to remove the last file (or maybe more), since it's corrupt and debug which mod causes the crashes by disabling your mods one by one. Remember to backup your saves if you intend to keep them before doing any of this. Thanks for reply, all 5 saves are affected, with or without mods, the error is still the same, thank God i have backup XD (Sadge) Link to comment https://forums.kleientertainment.com/forums/topic/130341-dedicated-server-crash/#findComment-1464282 Share on other sites More sharing options...
n1whmir Posted May 28, 2021 Author Share Posted May 28, 2021 SORRY it was hard to detect, I found a mod that was causing crashes, it was Domestication Plus (Fixed)(modID:1506202078) There is a thing, this mod works normally on client side server. But if it is installed on a dedicated server, the rollback acts as a crash trigger. and corrupts all saves. Link to comment https://forums.kleientertainment.com/forums/topic/130341-dedicated-server-crash/#findComment-1464392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.