http://bugs.winehq.com/show_bug.cgi?id=1154
------- Additional Comments From winebug@flonet.net 2003-28-06 09:45 ------- Bug comments restored from Gmane.org:
When running Master of Orion 2 (a six year old Win95 game from Microprose) with the Debian unstable package of Wine 20021031 I see the following error messages:
<-- snip -->
$ wine orion95.exe fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403a0978)->(00010021,00000011) fixme:x11drv:X11DRV_DDHAL_CreatePalette stub fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403a0978)->(flags=0x00000001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403a0978)->(flags=0x00000001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403a0978)->(flags=0x00000001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403a0978)->(flags=0x00000001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403a0978)->(flags=0x00000001,handle=(nil))
<-- snip -->
They seem to be nonfatal (the game runs fine).
<-- snip -->
$ grep ddraw .wine/config "ddraw" = "builtin, native" $
<-- snip -->
I'll attach the output of "wine -debugmsg +ddraw orion95.exe".
------- Additional Comments From bunk@fs.tum.de 2002-11-17 16:20 ------- Created an attachment (id=335) --> (http://bugs.winehq.com/attachment.cgi?id=335&action=view) Output of "wine -debugmsg +ddraw orion95.exe"
------- Additional Comments From tony_lambregts@telusplanet.net 2002-11-17 18:57 ------- Is the program displaying an screen coruption and if so could you provide a screenshot.Also please provide a description of what you expect to se (but don't)
------- Additional Comments From bunk@fs.tum.de 2002-11-17 19:05 ------- There's no screen corruption and the program runs fine.
It's simply that these messages sound as if there's something that might need to get fixed.
------- Additional Comments From tony_lambregts@telusplanet.net 2002-11-17 21:00 ------- If its not casing problems for your program then its just janitorial work marking as trivial. For the most part I do not worry about fixme's unless they interfere with a programs operation.