Schatteneis
Schatteneis
this happens on self compiled and appimage version too
editing the path manually in the config.json worked
i have the same exact issue on pop_OS
running the programm with gdb gives this output: Thread 1 "ssam-tfe" received signal SIGSEGV, Segmentation fault. CFogMarker::GetFog (this=0x0, fpFog=...) at /home/schatteneis/Serious-Engine/Sources/Entities/FogMarker.es:64 64 fpFog.fp_vFogDir(1) = m(1,2);
for now an easy fix would be to compile the 32 bit version
also this only seems to happen if you compile with clang
by the way make sure you have nasm installed, the build failed on my system with gcc so i assumed i had to use clang, turns out all i needed...