http://bugs.winehq.org/show_bug.cgi?id=3840
Summary: missing functions in GDI32.dll Product: Wine Version: 0.9.1. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: michal.seliga@visicom.sk
i used wine to run demos/intros which didn't worked in my windows98 installation (wine is emulating windows xp)
however not everything run, so i wanted to take a look what is wrong
and i noticed that few 4k intros complained about missing functions in GDI32.dll before they crashed.
so missing ones were these (copied from log) warn:module:import_dll No implementation for GDI32.562 imported from L"C:\00a\Ainc - 2mPasM\2mPasM.exe", setting to 0x7b7e0000
warn:module:import_dll No implementation for gdi32.25 imported from L"C:\00a\debug\Rambo - Just 4 Fun\rambo_-_just-4-fun.exe", setting to 0x7b430000 warn:module:import_dll No implementation for gdi32.58 imported from L"C:\00a\debug\Rambo - Just 4 Fun\rambo_-_just-4-fun.exe", setting to 0x7b430011 warn:module:import_dll No implementation for gdi32.563 imported from L"C:\00a\debug\Rambo - Just 4 Fun\rambo_-_just-4-fun.exe", setting to 0x7b430022 warn:module:import_dll No implementation for gdi32.590 imported from L"C:\00a\debug\Rambo - Just 4 Fun\rambo_-_just-4-fun.exe", setting to 0x7b430033
of course i can't be sure if this was the only thing related to crash, these little programs aren't very foolproof, but if nothing else then it may be useful for other programs too...