Same as AM2R-Community-Developers/AM2R-Community-Updates#131
Describe the bug
Upon attempting to load the game (AppImage built today), it crashes instantly. When launched from the console, AM2R.AppImage outputs the following:
Intel GPU detected
/tmp/.mount_AM2R.AKCMQCm/bin/.runner-unwrapped: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
libGL.so.1 is present in the /usr/lib/ directory. The issue persists even if it is copied to the directory that AM2R.AppImage is run from.
To Reproduce
- Create Linux AppImage for AM2R through autopatcher.
- Launch the game.
Expected behavior
Game should detect libGL.so.1 and launch.
Platform:
- OS: Arch Linux
- Version: last
pacman -Syu was a few seconds before attempting to open the game.
Game Version:
v1.5.5
Additional context
Computer specs:
- CPU: Intel Core i5 520M
- 4GB DDR3 RAM
- GPU: Intel HD Graphics (Intel GMA HD)
At some point I used this PC to run v1.1 and it worked fine. Not sure how I installed it, though; I used Lutris to do it, not sure how installation works there.
Same as AM2R-Community-Developers/AM2R-Community-Updates#131
Describe the bug
Upon attempting to load the game (AppImage built today), it crashes instantly. When launched from the console,
AM2R.AppImageoutputs the following:libGL.so.1is present in the/usr/lib/directory. The issue persists even if it is copied to the directory thatAM2R.AppImageis run from.To Reproduce
Expected behavior
Game should detect
libGL.so.1and launch.Platform:
pacman -Syuwas a few seconds before attempting to open the game.Game Version:
v1.5.5
Additional context
Computer specs:
At some point I used this PC to run v1.1 and it worked fine. Not sure how I installed it, though; I used Lutris to do it, not sure how installation works there.