desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
270 stars 42 forks source link

Failed to sym link #522

Closed Mailaender closed 11 years ago

Mailaender commented 11 years ago

Tried to install http://www.desura.com/games/alterego and got this

Failed to sym link: [/home/matthias/.desura/tools/72/libSDL_sound-1.0.so.1] to [/home/matthias/.desura/games/21362/5744/lib/libSDL_sound-1.0.so.1]
Failed to sym link: [/home/matthias/.desura/game_lib32/libpng12.so.0] to [/home/matthias/.desura/games/21362/5744/lib/libpng12.so.0]
Failed to sym link: [/home/matthias/.desura/game_lib32/libSDL_ttf-2.0.so.0] to [/home/matthias/.desura/games/21362/5744/lib/libSDL_ttf-2.0.so.0]
Failed to sym link: [/home/matthias/.desura/game_lib32/libSDL_net-1.2.so.0] to [/home/matthias/.desura/games/21362/5744/lib/libSDL_net-1.2.so.0]
Failed to sym link: [/home/matthias/.desura/tools/172/libsfml-audio.so.1.6] to [/home/matthias/.desura/games/21362/5744/lib/libsfml-audio.so.1.6]
Failed to sym link: [/home/matthias/.desura/tools/173/libsfml-graphics.so.1.6] to [/home/matthias/.desura/games/21362/5744/lib/libsfml-graphics.so.1.6]
Failed to sym link: [/home/matthias/.desura/tools/208/libsfml-audio-d.so.2] to [/home/matthias/.desura/games/21362/5744/lib/libsfml-audio-d.so.2]
Failed to sym link: [/home/matthias/.desura/tools/209/libsfml-graphics-d.so.2] to [/home/matthias/.desura/games/21362/5744/lib/libsfml-graphics-d.so.2]
Failed to sym link: [/home/matthias/.desura/tools/215/libphysfs.so.1] to [/home/matthias/.desura/games/21362/5744/lib/libphysfs.so.1]
karolherbst commented 11 years ago

are all of these libs installed system wide?

Mailaender commented 11 years ago

Two: libsfml and libphys1 were not installed. The rest is installed via RPM.

karolherbst commented 11 years ago

does all of these libs exist under tools and game_lib32? And what is the output of ls /home/matthias/.desura/games/21362/5744/lib?

Mailaender commented 11 years ago

It will symlink on every game start and only "fails" because the links already exist. The current behaivor might be a good idea. Desurium output is just a little verbose.

karolherbst commented 11 years ago

okay