http://bugs.winehq.org/show_bug.cgi?id=16051
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-11-20 04:50:00 --- (In reply to comment #2)
wine: Unhandled exception 0xe0434f4d at address 0x7b8449b0 (thread 0039), starting debugger... wine: Call from 0x7b8449b0 to unimplemented function gdiplus.dll.GdiplusNotificationHook, aborting First chance exception generated: (0x049ce5b4) <System.Runtime.InteropServices.SEHException> --- snip ---
That second part reveals another shortcoming, GdiplusNotificationHook.
Actually that one is probably not needed. When a stub exception is continued, execution will proceed into the next stub defined for that dll and cause another exception, it doesn't mean that the app called that function.