Having a slight problem.
I get the server up and running, which works just fine, enemies spawn, tasks spawn, everything except presistence works.. i Think.
Whenever i try to add a ALiVE-marker or send a combat report the server just sigfaults (Linux).
terminate called after throwing an instance of 'spdlog::spdlog_ex' what(): Failed opening file @aliveserver/aliveplugin_2015-10-27_04-29.txt for writing /home/steam/functions/fn_debug: line 63: 17497 Aborted (core dumped) ${executable} ${parms}
I have even gone so far as to have chmodded the entire mods-directory but to no avail..
Does anyone know whats up? Google gives me nothing, and i mean nothing.
0 results! Its a first for me.
RPT: http://pastebin.ca/3220689
fn_STMG_AssignClientIDOnServer is from st_map_gestures not having been set up correctly, but this is not part of the problem as the problem still occurs even without using the map, (while reporting sitrep).
st_map_gestures doesnt sigfault the server. The not beeing able to open that file for writing is.. Anyone?