minigalaxy icon indicating copy to clipboard operation
minigalaxy copied to clipboard

After the install most games cannot be run.

Open tpabst opened this issue 5 years ago • 3 comments

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 ?

screenshot_install_folder

screenshot_wrong_exec_path

tpabst avatar Sep 21 '20 23:09 tpabst

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?

sharkwouter avatar Sep 22 '20 00:09 sharkwouter

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.

tpabst avatar Sep 22 '20 08:09 tpabst

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.

kibun1 avatar Oct 04 '20 23:10 kibun1