Latest Posts

Topic: AppImage doesn't work

stormax-e
Avatar
Topic Opener
Joined: 2023-07-31, 12:34
Posts: 18
Ranking
Pry about Widelands
Posted at: 2023-09-02, 18:07

Hi!

I have troubles to get AppImage to work. I've made it executable and installed libfuse2 and libfuse2 fuse because the first one didn't help getting it to work. At that point I restarted my computer to see if it helps but no, it didn't. After libfuse2 fuse I've not yet tried to restart, but I guesss it won't help. So what would ? This computer uses an old e8400 cpu and has only 2048mt ram. Another 2048mt is in gpu unit. The operating system is SparkyLinux 6 Po-Tolo.


Top Quote
Nordfriese
Avatar
Joined: 2017-01-17, 17:07
Posts: 2006
OS: Debian Testing
Version: Latest master
Ranking
One Elder of Players
Location: 0x55555d3a34c0
Posted at: 2023-09-02, 18:17

The CPU and RAM should be good. Could you please post the complete output that appears when you try to run the AppImage from a terminal.


Top Quote
stormax-e
Avatar
Topic Opener
Joined: 2023-07-31, 12:34
Posts: 18
Ranking
Pry about Widelands
Posted at: 2023-09-02, 20:04

This is what it says:

error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory

Edited: 2023-09-02, 20:04

Top Quote
Nordfriese
Avatar
Joined: 2017-01-17, 17:07
Posts: 2006
OS: Debian Testing
Version: Latest master
Ranking
One Elder of Players
Location: 0x55555d3a34c0
Posted at: 2023-09-02, 20:06

Huh, didn't know there are other dependencies. Fuse is normally the only tricky one.

sudo apt-get install libopengl0

should fix this. If not, please post the new error message.

Edit: If there are other dependency errors, the following should probably install all you need and more:

sudo apt-get install git cmake g++ gcc gettext libasio-dev libglew-dev libpng-dev libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev python3 zlib1g-dev libminizip-dev
Edited: 2023-09-02, 20:17

Top Quote
stormax-e
Avatar
Topic Opener
Joined: 2023-07-31, 12:34
Posts: 18
Ranking
Pry about Widelands
Posted at: 2023-09-02, 20:37

Thanks, now it works!


Top Quote