https://bugs.winehq.org/show_bug.cgi?id=44770
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ExpressPCB Plus throws |ExpressPCB Plus 1.1 (.NET |errorwindow: |3.5 SP1 app) throws |System.NotImplementedExcept |'System.NotImplementedExcep |ion: Not implemented at |tion: Not implemented at |System.Drawing.Pen.Translat |System.Drawing.Pen.Translat |eTransform( |eTransform' | |(GdipTranslatePenTransform | |not implemented) CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- Prerequisite: winetricks dotnet35sp1 --- quote ---
Tidbit: To figure out if you have the minimum requested CLR/.NET Framework version installed without using any CLR metadata/IL/PE tools you can use:
--- snip --- $ COMPlus_OnlyUseLatestCLR=1 WINEDEBUG=+msgbox wine ./ExpressPCBPlus.exe ... 0009:trace:msgbox:MSGBOX_OnInit L"Microsoft .NET Framework 3.5 Service Pack 1 is required.\r\nIt can be downloaded for free from Microsoft." ... --- snip ---
Works most of the time.
Without that you would just get the generic error dialog: "Unable to find a version of the runtime to run this application." error dialog.
Regards