https://bugs.winehq.org/show_bug.cgi?id=45235
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Tim,
--- quote --- Still does not work for me with wine-6.2 (Arch linux). Installs fine on clean prefix, but will crashes immediately when launched. --- quote ---
did you install .NET Framework 3.5 SP1 or use Wine-Mono?
If you're using Wine-Mono then you are barking the wrong tree here. OP created the bug report when using MS .NET Framework.
The app surely doesn't run with Wine-Mono (crashes on startup) but that's a different problem this bug is *not* about:
--- snip --- Unhandled Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'DE.View.Devices' that matches the specified binding constraints threw an exception. ---> System.TypeInitializationException: The type initializer for 'DE.Model.MainDataProxy' threw an exception. ---> System.TypeLoadException: Could not load type of field 'System.Windows.Controls.PrintDialog:_printQueue' (1) due to: Could not resolve type with token 01000109 from typeref (expected class 'System.Printing.PrintQueue' in assembly 'System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35') assembly:System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:System.Printing.PrintQueue member:(null) at DE.Model.MainDataProxy..ctor () [0x00000] in <d27e7d600e624b6084b73580cd6b748d>:0 at DE.Model.MainDataProxy..cctor () [0x00000] in <d27e7d600e624b6084b73580cd6b748d>:0 --- End of inner exception stack trace --- at DE.ViewModel.DeviceViewModel.Init () [0x0000d] in <d27e7d600e624b6084b73580cd6b748d>:0 at DE.View.Devices..ctor () [0x00055] in <d27e7d600e624b6084b73580cd6b748d>:0 --- snip ---
If you've installed native .NET (uninstalled Wine-Mono) and the app still crashes then you might *attach* the full console output *and* the backtrace.
Regards