M-HT / SR

A project to statically recompile following games to create Windows or Linux (x86 or arm) versions of the games - Albion, X-Com: UFO Defense (UFO: Enemy Unknown), X-Com: Terror from the Deep, Warcraft: Orcs & Humans, Septerra Core: Legacy of the Creator, Battle Isle 3: Shadow of the Emperor
305 stars 17 forks source link

Albion: Floating point exception on startup #57

Closed ChristophSchmidpeter closed 1 year ago

ChristophSchmidpeter commented 1 year ago

Using the AUR package albion-sr-gog, running albion.desktop leads to the follwing output during startup

Using config file: Albion.cfg
/opt/ALBION/Albion.sh: line 109: 10391 Floating point exception(core dumped) ./SR-Main

and the programs does not execute any further.

System: Arch Linux x64 latest

ChristophSchmidpeter commented 1 year ago

How can I produce logs / core dumps for Albion SR?

M-HT commented 1 year ago

I finally managed to install Arch Linux and it works for me without problems. Did you create/install the package now (on the latest Arch) or was it created/installed earlier ? What configuration changes (if any) did you do (in file /opt/ALBION/Albion.cfg) ?

ChristophSchmidpeter commented 1 year ago

@M-HT Thanks for your reply. I was able to get it to work finally by removing some residual files, somehow the uninstaller didn't remove them. Until now it seems to have been an issue of the AUR package, which seems to remove them in the latest version. Closing for now.