So by default on my system witch is void linux after the install and running from the .desktop file or going to
cd ~/.local/share/OldUnreal/UT2004/System
./UT2004
Can't find file for package 'SDLDrv'
History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine
Exiting due to error
The easy fix it to do
LD_PRELOAD=./SDLDrv.so ./UT2004
I edited the .desktop file to have
in the environment section
LD_PRELOAD=~/.local/share/OldUnreal/UT2004/System/UT2004/SDLDrv.so
and then ran it from the .desktop file and it worked
So by default on my system witch is void linux after the install and running from the .desktop file or going to
cd ~/.local/share/OldUnreal/UT2004/System
./UT2004
Can't find file for package 'SDLDrv'
History: UObject::SafeLoadError <- UObject::StaticLoadClass <- UGameEngine::Init <- InitEngine
Exiting due to error
The easy fix it to do
LD_PRELOAD=./SDLDrv.so ./UT2004
I edited the .desktop file to have
in the environment section
LD_PRELOAD=~/.local/share/OldUnreal/UT2004/System/UT2004/SDLDrv.so
and then ran it from the .desktop file and it worked