You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
I ran Linux-Setup.exe from the latest Release (1.28.6), then tried to launch the shortcut, but it seems to fail. The program doesn't launch at all. This is also the case if I download the Release.zip file, unzip it, then run Reloaded-II.exe through Protontricks Launcher.
When launching Reloaded-II.exe through Protontricks on the terminal instead of the shortcut (so that I can see the error log), I saw the error "Exception Info: System.IO.FileNotFoundException: Could not load file or assembly 'C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App\\9.0.0\\System.Runtime.dll'. Module not found.\r\n", but this library exists in the specified location when I checked the file explorer on Protontricks for the game.
To Reproduce
Steps to reproduce the behaviour:
Make sure Persona 4 Golden has been run at least once on the computer.
Download Linux-Setup.exe from the Releases page.
Execute Linux-Setup.exe using Protontricks Launcher (select Persona 4 Golden from the game list).
Run the generated shortcut.
Expected Behaviour
The launcher appears and runs normally.
Screenshots
Not applicable, as the program doesn't launch at all.
Additional Context
System Info:
OS: Linux Mint
CPU: AMD Ryzen 5 5500
GPU: Nvidia GTX 1050 Ti
Memory: 32GB DDR4
Below is the log that appears when I try to run the application from the terminal (command is flatpak run --branch=stable --arch=x86_64 --command=protontricks-launch com.github.Matoking.protontricks --appid=1113000 ./Reloaded-II.exe where the terminal is in the Reloaded-II (Persona 4 Golden) folder generated by Linux-Setup.exe):
Really weird, I don't know what to think right now. Especially since you mention the file actually exists.
And above in the same log , mscordaccore.dll was logged from the folder.
Do feel free to try a manual reinstall of .NET 9 Desktop Runtime (x64) in your game's protontricks WINEPREFIX; I doubt it'd do anything, but it's always worth a try as a sanity test.
I did a reinstall of the .NET 9 Desktop Runtime for both x86 and x64, then tried to run Reloaded-II, either through the shortcut or through the command I listed above. I got the same error. I did notice, though, that the uninstaller didn't list the x86 version even though it's installed.
This is the uninstaller after reinstalling the runtime:
This is the uninstaller before reinstalling:
This is the file explorer where the program looks for System.Runtime.dll.
The result of the run using the terminal is the same, but if you'd like to see it, check out https://pastebin.com/ZyLx2fZq
Describe the Bug
I ran
Linux-Setup.exe
from the latest Release (1.28.6), then tried to launch the shortcut, but it seems to fail. The program doesn't launch at all. This is also the case if I download theRelease.zip
file, unzip it, then runReloaded-II.exe
through Protontricks Launcher.When launching
Reloaded-II.exe
through Protontricks on the terminal instead of the shortcut (so that I can see the error log), I saw the error"Exception Info: System.IO.FileNotFoundException: Could not load file or assembly 'C:\\Program Files\\dotnet\\shared\\Microsoft.NETCore.App\\9.0.0\\System.Runtime.dll'. Module not found.\r\n"
, but this library exists in the specified location when I checked the file explorer on Protontricks for the game.To Reproduce
Steps to reproduce the behaviour:
Linux-Setup.exe
from the Releases page.Linux-Setup.exe
using Protontricks Launcher (select Persona 4 Golden from the game list).Expected Behaviour
The launcher appears and runs normally.
Screenshots
Not applicable, as the program doesn't launch at all.
Additional Context
System Info:
Below is the log that appears when I try to run the application from the terminal (command is
flatpak run --branch=stable --arch=x86_64 --command=protontricks-launch com.github.Matoking.protontricks --appid=1113000 ./Reloaded-II.exe
where the terminal is in the Reloaded-II (Persona 4 Golden) folder generated by Linux-Setup.exe):The text was updated successfully, but these errors were encountered: