Reloaded-Project / Reloaded-II

Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
GNU General Public License v3.0
515 stars 72 forks source link

Help: Can't launch on CachyOS/Linux #398

Closed potaterfry closed 1 week ago

potaterfry commented 2 weeks ago

I'm trying to mod P5R on Linux. I've tried both steps on the tutorial guide on gamebanana, as well as the Linux installation guide on the Reloaded website, but both seem to only result in the Reloaded-II window being stuck on the "Reloaded-II Tutorial" tab and nothing loads in.

All dependencies have been installed already on the P5R prefix as well so not sure what I can do to fix this.

Screenshot_20240621_142808

Sewer56 commented 2 weeks ago

I could never reproduce this personally, so it may just be a difference in installed packages. Or related to video decoding in step 2 of tutorial.

If you navigate to /home/$USER/.wine/drive_c/users/$USER/AppData/Roaming/Reloaded-Mod-Loader-II (or your equivalent if using Proton or a non-default WINEPREFIX) and set "FirstLaunch": false in the config file, it should hopefully skip the dialog.

Sewer56 commented 2 weeks ago

image

For reference, that is DOTNET_ROOT= wine Reloaded-II.exe and

➜  Reloaded-II pacman -Qs wine
local/wine 9.11-1
    A compatibility layer for running Windows programs
local/wine-gecko 2.47.4-1
    Wine's built-in replacement for Microsoft's Internet Explorer
local/wine-mono 9.1.0-1
    Wine's built-in replacement for Microsoft's .NET Framework
potaterfry commented 2 weeks ago

Managed to get it to run but it seems to be constantly crashing on my end after a few minutes. This is how the terminal looks right before it freezes and crashes Screenshot_20240621_160934

Sewer56 commented 2 weeks ago

I don't really know what to suggest for the time being; unfortunately. I'm working on a linux native successor, but it may take another 1.5-2 years or so; it's a lot of work.

potaterfry commented 2 weeks ago

I'll just be waiting on that one then! No worries as I can just always use the Windows version which works perfectly. Thank you for your work!

NaruIzanagi commented 1 week ago

I'm trying to mod P5R on Linux. I've tried both steps on the tutorial guide on gamebanana, as well as the Linux installation guide on the Reloaded website, but both seem to only result in the Reloaded-II window being stuck on the "Reloaded-II Tutorial" tab and nothing loads in.

All dependencies have been installed already on the P5R prefix as well so not sure what I can do to fix this.

Screenshot_20240621_142808

I literally made an Account to May Post a solution. I had the exact same Problem. Even on previously working installs. In case you are using Proton 9.0 or above (including Experimental) you need to downgrade to 8.0. I have Set my game to Proton 8.0.5, ran the vanilla game once and then proceeded with reloaded. It works now with the Launch method found on gamebanana without the asi Loader.

potaterfry commented 1 week ago

I'm trying to mod P5R on Linux. I've tried both steps on the tutorial guide on gamebanana, as well as the Linux installation guide on the Reloaded website, but both seem to only result in the Reloaded-II window being stuck on the "Reloaded-II Tutorial" tab and nothing loads in. All dependencies have been installed already on the P5R prefix as well so not sure what I can do to fix this. Screenshot_20240621_142808

I literally made an Account to May Post a solution. I had the exact same Problem. Even on previously working installs. In case you are using Proton 9.0 or above (including Experimental) you need to downgrade to 8.0. I have Set my game to Proton 8.0.5, ran the vanilla game once and then proceeded with reloaded. It works now with the Launch method found on gamebanana without the asi Loader.

Holy cow this actually fixed things for me. Thank you so much!