![]() I tried running reicast and it immediately died with: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Aborted I was missing the environment variable XDG_CONFIG_DIRS Turns out find_system_config_dirs() checked for the existence of XDG_DATA_DIRS but then tried to use XDG_CONFIG_DIRS (non-existent in my case). fixes #847 |
||
---|---|---|
.. | ||
evdev.cpp | ||
evdev.h | ||
joystick.cpp | ||
joystick.h | ||
main.cpp | ||
main.h | ||
x11.cpp | ||
x11.h |