flathub / com.epicgames.ut2004

https://flathub.org/apps/details/com.epicgames.ut2004
0 stars 1 forks source link

Fails to launch GOG version ("MissingIni") #2

Open cpelley opened 1 year ago

cpelley commented 1 year ago

Utilising UT2004 from GOG, extracted to ~/.var/app/com.epicgames.ut2004/data/ using innoextract

$/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=ut2004 com.epicgames.ut2004
MissingIni

History: 

Exiting due to error

Not sure if helpful but there are a bunch of .ini files under the data folder

(deck@steamdeck data)$ find . -name "*.ini"
./__support/app/System/DefUnrealEd.ini
./__support/app/System/DefUser.ini
./__support/app/System/User.ini
./__support/app/System/Default.ini
./System/ServerFilters.ini
./System/Build.ini
./System/UDNHelpTopics.ini
./System/UnrealEdTips.ini
./System/User.ini
./System/Manifest.ini
./tmp/slideshow.ini
./tmp/md5log.ini

Thanks :)

cpelley commented 1 year ago

Got it to launch by copying those .ini files from the support dirs to system.

(deck@steamdeck data)$ cp ./__support/app/System/*.ini ./System/.
AsciiWolf commented 1 year ago

Interesting! Thanks for reporting this, I have to test it myself when I have some time.

cpelley commented 1 year ago

NP. Thanks for doing this work. Really appreciated. Hugely convenient. Especially for playing on the stem deck :)