zeroz41 / pso_wine

multiplatform pso wine install. linux, android
GNU General Public License v3.0
11 stars 0 forks source link

Launcher is mandatory and it doesn't work (it needs Mono) #1

Closed hunter440p closed 3 hours ago

hunter440p commented 3 weeks ago

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 :

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

zeroz41 commented 1 week 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

zeroz41 commented 4 days ago

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).

zeroz41 commented 3 hours ago

Complete and merged. Wine gecko support as well. Reopen if any future issues.

hunter440p commented 49 minutes ago

Thanks ! I tested on a fresh installation of linux mint, worked perfectly ! :)