-
-
Notifications
You must be signed in to change notification settings - Fork 102
.NET 10 - Blocked by Linux Support #748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Just search 9.0 in all files. Maybe there's an override somewhere, like in build script. |
"Hmph too easy" Oops, didn't check the ps1 scripts. |
|
Holding off on this until .NET 10 is better supported in wine. |
|
Linux exclusive error thrown on clicking the + button / "Add an application" |
5dd9175 to
f36db8a
Compare
|
Going to look into this cast, since Ookii dialogs library is deprecated and unlikely to fix this themselves. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot use the Open dialog instead of Save. At least not for adding games. You'll break Xbox Store games on Windows.
[This is why the Save dialog is used here, actually]
You don't have filesystem access to the files (not even Explorer does), and open dialog will error on selection while selecting an encrypted Xbox Store exe.
While Reloaded is capable of stripping it, if you can't select the game in the first place via the dialog, we're no ball.
I'd rather wait until it's fixed upstream in Wine/Proton instead. This subtly different behaviour could pop up elsewhere.
|
Option two is removing Ookii dialogs completely I guess, and using the new native net 8.0+ versions instead.
Microsoft, WTF. lol |
|
I'd be more concerned about subtle bugs elsewhere, which we don't quite know about yet. After all, a runtime upgrade broke this, not Proton. So something runtime related was/is amiss. |
5bece84 to
e8954c7
Compare
|
Created wine bug report |

--
Windows tested ✔️

Linux - ❌ - unable to add new games - breaks on attempting to invoke the FileDialog