https://bugs.winehq.org/show_bug.cgi?id=50789
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |451a54bc7a77b8b816f28ad1c61 | |5745e650586ae
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
this was fixed by commit https://source.winehq.org/git/wine.git/commit/451a54bc7a77b8b816f28ad1c61574... ("mscoree: Update Wine Mono to 6.3.0."). Part of Wine 6.14 release.
Thanks Esme.
Wine-Mono 6.3.0 | wine-6.14
--- snip --- [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentNullException: Value cannot be null. Parameter name: icon at System.Windows.Interop.Imaging.CreateBitmapSourceFromHIcon (System.IntPtr icon, System.Windows.Int32Rect sourceRect, System.Windows.Media.Imaging.BitmapSizeOptions sizeOptions) [0x00011] in <400af3b4c18e4bd486fafde2c27948b7>:0 at SetupUI.Util.GetShieldIcon () [0x00044] in <d5a13fa7ac63422e98d49b7ef571a683>:0 at SetupUI.MainWindow..ctor () [0x000dc] in <d5a13fa7ac63422e98d49b7ef571a683>:0 at SetupUI.App.OnStartup (System.Windows.StartupEventArgs e) [0x00282] in <d5a13fa7ac63422e98d49b7ef571a683>:0 at System.Windows.Application.<.ctor>b__1_0 (System.Object unused) [0x00014] in <86cb770284754e778dca573709108a09>:0 --- snip ---
= different issue.
Wine-Mono 6.2.0 | wine-6.10
--- snip --- Unhandled Exception: System.NotImplementedException: The method or operation is not implemented. at System.Security.Principal.WindowsIdentity.get_Owner () [0x00000] in <db04fe9e4bca4610adf3414d35e3c1a4>:0 at SetupUI.App.OnStartup (System.Windows.StartupEventArgs e) [0x0000f] in <d5a13fa7ac63422e98d49b7ef571a683>:0 at System.Windows.Application.<.ctor>b__1_0 (System.Object unused) [0x00014] in <f00957a6e4874da69b95b38df22f98be>:0 --- snip ---
From Wine-Mono 6.3 changelog:
https://github.com/madewokherd/wine-mono/releases/tag/wine-mono-6.3.0
--- quote --- Imported System.Security.Principal types from corefx. (Fixes https://bugs.winehq.org/show_bug.cgi?id=51213 and https://bugs.winehq.org/show_bug.cgi?id=25167) --- quote ---
Apparently this related ticket was missed in scope of the import.
$ wine --version wine-9.9
Regards