http://bugs.winehq.org/show_bug.cgi?id=12751
--- Comment #13 from Austin English austinenglish@gmail.com 2009-01-31 20:37:01 --- (In reply to comment #12)
Created an attachment (id=19134)
--> (http://bugs.winehq.org/attachment.cgi?id=19134) [details]
Error displayed by Sibelius when an empty file named "gdiplus.dll" is created in C:\windows\system32.
Error displayed by Sibelius when an empty file named "gdiplus.dll" is created in C:\windows\system32. Sibelius runs without fault due to native gdiplus support, however.
Try this patch: diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 3bf399e..0b6974b 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -2264,6 +2264,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,dsound.vxd 11,,dxdiagn.dll 11,,gdi32.dll +11,,gdiplus.dll 11,,glu32.dll 11,,hal.dll 11,,hhctrl.ocx
Or just add it to wine.inf if you don't compile from source (probably under /usr/share/wine/wine.inf or similar).