Closed hunter440p closed 3 hours ago
hi @hunter440p that can be an issue some installations where it will need mono for desktop usage. Thanks for pointing that out. I can work to add that soon as i've already played a bit with it. will keep this open until issue resolved
It looks like wine-mono is available via package managers for a lot of distros, and 'should' often satisfy the mono requirement for system wine. I can attempt to check if a suitable wine-mono is present on desktop installation, and if not, download and install msi wine prefix only version directly into pso prefix (not system wide).
Complete and merged. Wine gecko support as well. Reopen if any future issues.
Thanks ! I tested on a fresh installation of linux mint, worked perfectly ! :)
Hello, I tried to install pso, installation is OK but it doesn't launch. If you use the "Ephinea PSOBB" shortcut, game start but it can't connect to the server (error : not the latest client version) It need to use the "Ephinea Launcher" to work (launcher is mandatory).
To execute the launcher, I tried to use this command : python pso.py -el
But error : "0024:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed"
To get it works :
WINEPREFIX=~/.local/share/ephinea-prefix wine uninstaller
After this, when I used again the command to open the launch : python pso.py -el => It works
If I use the shortcut "Ephinea Launcher", it works.
Is there a way to add Mono installation in your script ?
Thanks