Skip to content

SDLDrv not found #50

@devilsclaw

Description

@devilsclaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions