I compiled ASCIIpOrtal with either make linux or make nosdl, and the result is the same: segfault at startup. ltrace tells me these are the last calls before segfault:
_ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv(0x7ffdbed22250, 0, 0x7fea9493cca0, 0x55f97936d010) = 0
_ZNSt12__basic_fileIcED1Ev(0x7ffdbed222b8, 0, 0x7fea9493cca0, 0x55f97936d010) = 0
_ZNSt6localeD1Ev(0x7ffdbed22288, 0, 0x7fea9493cca0, 0x55f97936d010) = 0x7fea94c7a5f8
_ZNSt8ios_baseD2Ev(0x7ffdbed22340, 0, 0x7fea9493cca0, 0x7fea94c72f18) = 0x7fea94c7a5f8
--- SIGSEGV (Segmentation fault) ---
Running on Debian Linux testing on x64.
I compiled ASCIIpOrtal with either make linux or make nosdl, and the result is the same: segfault at startup. ltrace tells me these are the last calls before segfault:
Running on Debian Linux testing on x64.