daid / EmptyEpsilon

Open source bridge simulator. Build with the SeriousProton engine.
https://daid.github.io/EmptyEpsilon/
GNU General Public License v2.0
522 stars 173 forks source link

Game won't start with current version on OpenSuSe 15.4 #2012

Closed michd89 closed 11 months ago

michd89 commented 11 months ago

I used to play the game with version EE-2022.03.16 on OpenSuSe 15.3 which worked fine. Today I upgraded my OS to 15.4 and the older game version is still working. However when I start the game with the new version EE-2023.06.17 I get the following terminal output:

INFO: Starting...
INFO: Using /home/myHome/.emptyepsilon as configuration path
./EmptyEpsilon: symbol lookup error: ./EmptyEpsilon: undefined symbol: SDL_RWread

Is there anything I have to look after?

edit: I should also tell you that I had to copy the executable EmptyEpsilon from bin to shared/emptyepsilon and execute it from there. Otherwise it doesn't find certain files.

daid commented 11 months ago

Not sure how, but it is related to you distro/install and multiple SDL versions and conflicts between those.

michd89 commented 11 months ago

@daid I managed to run the game by compiling it myself.

I did the following