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

Bug: Tutorial Window Not Interactable [SteamOS] #378

Open MrCamel999 opened 1 month ago

MrCamel999 commented 1 month ago

Describe the Bug The tutorial window will not properly allow interactions upon first launch under the P5R Protontricks prefix on SteamOS.

To Reproduce Steps to reproduce the behaviour:

  1. Go to whatever directory you have Reloaded-II.exe in
  2. Click on the executable
  3. Scroll down to P5R
  4. See error

Expected Behaviour A clear and concise description of what you expected to happen. The tutorial window should be able to be interactable so I can skip it.

Screenshots If applicable, add screenshots to help explain your problem. YouTube link for unlisted video showing the problem since github complains about file size: https://youtu.be/H6WuPGo9aCM?si=cS7ah8IiosOTIfwH

Additional Context Add any other context about the problem here. I think it might work if it somehow runs under X11? I don't know how to make that happen on SteamOS though, since the sign out button on KDE sends you back to gaming mode, not the KDE session manager. Also, it seemingly worked fine for me when I set up P3R, so I'm not sure what changed to cause this issue (and yes, I installed all 6 required dependencies to the correct prefix, that isn't the issue). I tried installing an older version of Reloaded-II to see if it was some sort of recent update, but that didn't work.

MrCamel999 commented 1 month ago

Sorry, it's already in X11 it seems. I don't know how to try it on Wayland to see if that fixes it somehow. Point is still the same though.

Sewer56 commented 1 month ago

I've seen a report like this before. It may be related to running on Proton 9.X vs Proton Experimental. I think something got borked on the Proton side.

Since all the windowing logic etc. is in WPF, I'm not really sure if there's much I can do about issues experienced on Wine forks. I've been working on a successor for Reloaded-II which is natively cross platform for around a year now, but I expect it'll probably take me another 2 years.

MrCamel999 commented 1 month ago

Gotcha, thanks for the info. I know I'm running P5R and P3R via Proton Experimental, I'll try switching to a different Proton version and see if that helps. Thanks again for the info!

MrCamel999 commented 1 month ago

Switching from Experimental to 9.0-1 worked PERFECTLY. Thanks a crap ton!!!

Sewer56 commented 1 month ago

No worries, haha.