https://bugs.winehq.org/show_bug.cgi?id=30433
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED URL| |http://crossgate.nikonimgli | |b.com/dsd_redirect/redirect | |.do?P=YhuY483&R=7NJ4524&L=H | |INlb00&O=8UID900 CC| |focht@gmx.net Resolution|--- |DUPLICATE
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Jari,
the bug was targeted to native MS.NET Framework ("dotnet" keyword). Your problem is Wine-Mono related.
Works fine here with .NET Framework 4.0 installed ('winetricks -q dotnet40')
The crash from OP can be most likely attributed to bug 32323
It needs 'Arial' font -> bug 32323 ('winetricks -q corefonts')
--- snip --- System.TypeInitializationException: The type initializer for 'nik.Windows.Forms.FontCollection' threw an exception. ---> System.ArgumentException: Font 'Arial' cannot be found. at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fontCollection) at System.Drawing.FontFamily..ctor(String name) at nik.Windows.Forms.FontCollection..cctor() --- End of inner exception stack trace --- at nik.Windows.Forms.Label..ctor() at nik.Controller.HelpProvider.RegisterDialog.InitializeComponent(Boolean showUpdateDialog) at nik.Controller.HelpProvider.RegisterDialog..ctor(Boolean showUpdateDialog) at nik.SplashScreenShow..ctor() at nik.MainProgramm.Main(String[] args) --- snip ---
There is an unrelated (harmless) crash in 'Nikon Message Center 2' (NkMC2.exe) though, which deserves its own bug.
Regards
*** This bug has been marked as a duplicate of bug 32323 ***