philstyle Posted April 22, 2021 Posted April 22, 2021 (edited) SoW server crashed again. Similar lines appearing in the log to what we have seen before. Log accessible here: https://drive.google.com/file/d/1UiuM2iPadUJ7kEydU5FUZf4Ozt91UpfP/view?usp=sharing Edited April 23, 2021 by philstyle On YouTube: https://www.youtube.com/philstylenz Storm of War WW2 server website: https://stormofwar.net/
TheLittleEndian Posted April 23, 2021 Posted April 23, 2021 Uploading on behalf of PeeGoose in the SoW Discord. Here's his track file at the time of the above crash: https://drive.google.com/file/d/1Z4v7KXjkUCT0b1zMOrepmPfwb7LoY974/view?usp=sharing Thanks. 1
philstyle Posted April 23, 2021 Author Posted April 23, 2021 (edited) another crash, similar text in server log: 2021-04-23 09:31:19.669 ERROR Lua::Config: Call error world.onEvent:[string "-- world events hook..."]:452: Unit doesn't exist stack traceback: [C]: ? [C]: in function 'getName' [string "-- world events hook..."]:452: in function <[string "-- world events hook..."]:428>. Full log here: https://drive.google.com/file/d/1YKZ_jh8U0B3zRyTLvoRQymEq1mFFR6kc/view?usp=sharing Edited April 23, 2021 by philstyle On YouTube: https://www.youtube.com/philstylenz Storm of War WW2 server website: https://stormofwar.net/
Gronank Posted April 23, 2021 Posted April 23, 2021 3 hours ago, philstyle said: another crash, similar text in server log: 2021-04-23 09:31:19.669 ERROR Lua::Config: Call error world.onEvent:[string "-- world events hook..."]:452: Unit doesn't exist stack traceback: [C]: ? [C]: in function 'getName' [string "-- world events hook..."]:452: in function <[string "-- world events hook..."]:428>. Full log here: https://drive.google.com/file/d/1YKZ_jh8U0B3zRyTLvoRQymEq1mFFR6kc/view?usp=sharing I took the liberty of looking through the log. I think the actual culprit line is: 2021-04-23 09:31:19.669 WARNING EDOBJECTS: RegMapStorage::ForceID() - id is busy 2021-04-23 09:31:19.669 ERROR EDOBJECTS: Failed assert `success` at Projects\edObjects\Source\Registry\RegMapStorage.cpp:178 Unfortunately, I can't help you with what it means. The line you posted occurs dozens of times in the log, hours before the crash: it looks like a unit:isExist() is missing from some event callback somewhere, but you obviously know better than me if that is your problem or ED's. It's probably not a big deal, the error terminates the function call which is probably ok if the unit does not exist anyway, but it does pollute the log a bit. I also noticed other errors in there too, one of which you probably can fix: 2021-04-23 00:01:31.202 ERROR SCRIPTING: EWRS displayMessageToAll Error: [string "C:\DCSscripts\SoW_EWRS.lua"]:238: attempt to index local '_self' (a nil value)
philstyle Posted April 23, 2021 Author Posted April 23, 2021 thanks Gronak On YouTube: https://www.youtube.com/philstylenz Storm of War WW2 server website: https://stormofwar.net/
Recommended Posts