You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing PyBOMBS on Ubuntu, something strange happens...the installer starts to play Pacman. The system I was installing on so happens to have the classic game installed, but I guess the installer tries executing this expecting this to be an Arch Linux system! The installer hangs as its trying to beat my high score - even closing it causes it to reopen again and again.
I used pyBOMBS 2.3.4a0 on Ubuntu 18.04 LTS for reference.
To fix, I uninstalled pacman: sudo apt remove pacman
The text was updated successfully, but these errors were encountered:
Judging by the looks it just checks to see if a program called pacman can be run, and, if so, assumes Arch Linux's pacman is available and runs it with various commands.
When installing PyBOMBS on Ubuntu, something strange happens...the installer starts to play Pacman. The system I was installing on so happens to have the classic game installed, but I guess the installer tries executing this expecting this to be an Arch Linux system! The installer hangs as its trying to beat my high score - even closing it causes it to reopen again and again.
I used pyBOMBS 2.3.4a0 on Ubuntu 18.04 LTS for reference.
To fix, I uninstalled pacman:
sudo apt remove pacman
The text was updated successfully, but these errors were encountered: