Hi Helios,
I just built it myself, following the instructions from the Dolphin guide. Unfortunately, I am still experiencing the same issue. Terminal output is
EDIT: the Arch wiki says that adding '"-fno-pie" to "CXX_FLAGS" when building Dolphin.' may resolve my issue. Would typing "CXX_FLAGS=-fno-pie cmake .." in terminal accomplish this? I am not very experienced with compiling. Thanks.
I just built it myself, following the instructions from the Dolphin guide. Unfortunately, I am still experiencing the same issue. Terminal output is
Quote:matthew@matthewPC:~/dolphin-emu/Build$ dolphin-emuThe segmentation fault only comes after clicking through all the WriteRest errors.
20:09:31: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compatible with 2.8).
Segmentation fault (core dumped)
EDIT: the Arch wiki says that adding '"-fno-pie" to "CXX_FLAGS" when building Dolphin.' may resolve my issue. Would typing "CXX_FLAGS=-fno-pie cmake .." in terminal accomplish this? I am not very experienced with compiling. Thanks.
