You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jakub742 December 7, 2021
Hello i tried to run Lugormod U# also tried Lugormod-X with openjk server that i compiled but when i use other mod than base in my case Lugormod the server is crashing when i try to change map.
Hm, I wonder if this is due to LMD's "logical entity" support?
I searched through the code and can only imagine iICARUS is null if an entity is freed in LMD game code beforeICARUS_Init is called from G_InitGame in g_main.c[pp] - I had a quick look at the source you linked and I don't think that's the case, but it still sounds like the issue is within LMD game module.
EDIT: Hm, just saw this only happens on map change - I will look into this more in a bit, may be due to shutdown order.
Discussed in #1111
Originally posted by jakub742 December 7, 2021
Hello i tried to run Lugormod U# also tried Lugormod-X with openjk server that i compiled but when i use other mod than base in my case Lugormod the server is crashing when i try to change map.
openjkded.i386: /home/OpenJK/codemp/icarus/GameInterface.cpp:240: void ICARUS_FreeEnt(sharedEntity_t*): Assertion `iICARUS' failed.
Can someone help me fix that ? Im running server on Debian image in docker. Host OS CentOS 8. With only base it works fine.
Lugormod-X github
The text was updated successfully, but these errors were encountered: