After the install most games cannot be run.
After the install most games cannot be run. Probably an error after the installation. I got some errors before that. I fixed them by apply some python fixed on the master branch.
Is there a way the reset wine config and reinstall that game as we never install it before ?


Thanks for the report. So if I understand it correctly, you are having this issue with Minigalaxy version 0.9.4? It does not happen with the version in the master branch? How did you install Minigalaxy?
Hi,
Yes, first I install the Minigalaxy 0.9.4 by installing the official deb file. However, several bugs prevent me from using it correctly.
Find bellow the two patch I applied on the 0.9.4 release. 0002-add-new-fix.txt 0001-add-fix.txt
Based on a new git repository I created on /usr/lib/python3/dist-packages/minigalaxy
It correspond to fixes already done on master. How could I run Minigalaxy directly on python (without the minigalxy shortcut) ? I thought running Minigalaxy throught pdb.
Is there a way the reset wine config and reinstall that game as we never install it before ?
You can just delete the folder in which the game is and redownload it. That should also fix any issues with game directories having problematic paths that may have been fixed in patches that you applied after the installation of minigalaxy.
How could I run Minigalaxy directly on python (without the minigalxy shortcut) ? I thought running Minigalaxy throught pdb.
You can just execute the script located in minigalaxy/bin/minigalaxy, despite it being in a bin folder, it's not actually a binary, it's just a python script.