dreamsyntax

Results 209 comments of dreamsyntax

I definitely like the proposed changes in that PR. If anything that should go before something like this.

Build from artifacts seems to function as expected, but CI also reports an error which has me stumped. NET 9 isn't defined in R-II CLI csproj anywhere.. > build Assets...

> 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" ``` Exception: Unable to cast object of type 'Ookii.Dialogs.Wpf.Interop.FileSaveDialogRCW' to type 'Ookii.Dialogs.Wpf.Interop.NativeFileSaveDialog'. Stacktrace: at Ookii.Dialogs.Wpf.VistaSaveFileDialog.CreateFileDialog() at Ookii.Dialogs.Wpf.VistaFileDialog.RunFileDialog(IntPtr...

Going to look into this cast, since Ookii dialogs library is deprecated and unlikely to fix this themselves.

Option two is removing Ookii dialogs completely I guess, and using the new native net 8.0+ versions instead. I don't think Ookii will be updating this, and I suspect wine...

Created wine bug report https://bugs.winehq.org/show_bug.cgi?id=59041

Rebased. Will be using this build extensively on Windows. Wine has resolved the bug above in 11.0-rc Will still need to wait for Proton 11 to be common before merging...