http://bugs.winehq.org/show_bug.cgi?id=31182
Bug #: 31182 Summary: Kareo aborts before putting up splash screen Product: Wine Version: 1.5.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Now that bug 31165 is fixed, the next problem is:
$ cd ~/".wine/drive_c/Program Files/Kareo/Client" $ wine Kareo.Superbill.Windows.KareoBase.exe ... 0027:Call gdiplus.GdipGetPropertyItemSize(023f5858,00005100,0032f174) ret=00a619d4 trace:gdiplus:GdipGetPropertyItemSize (0x23f5858,0x5100,0x32f174) 0027:Ret gdiplus.GdipGetPropertyItemSize() retval=00000013 ret=00a619d4 ... System.Exception: Unknown Error [GDI+ status: PropertyNotFound] at System.Drawing.GDIPlus.CheckStatus (Status status) at System.Drawing.Image.GetPropertyItem (Int32 propid) at (wrapper remoting-invoke-with-check) System.Drawing.Image:GetPropertyItem (int) at System.Drawing.ImageAnimator.Animate (System.Drawing.Image image, System.EventHandler onFrameChangedHandler) at Kareo.Windows.Forms.AnimatedImage.StartAnimation () at (wrapper remoting-invoke-with-check) Kareo.Windows.Forms.AnimatedImage:StartAnimation () at Kareo.Superbill.Windows.UI.Controls.NewVersionCheckSplashControl.NewVersionCheckSplashControl_Load (System.Object sender, System.EventArgs e) at System.Windows.Forms.UserControl.OnLoad (System.EventArgs e)
winetricks gdiplus works around the problem.
Tested with f85a3a2a2089400885656b1e6e3506d68c9a6212 Kareo_Setup.exe