[ros-dev] Starcraft Setup BSODs due to KMODE_EXCEPTION_NOT_HANDLED

Reuben Perelman reub2000 at earthlink.net
Tue Sep 20 13:33:49 CEST 2005


Ge van Geldorp wrote:

>>From: Reuben Perelman
>>
>>Launching setup.exe on the starcraft CD immediatly causes a BSOD.
>>    
>>
>
>Does the patch below fix this?
>  
>
Yes it does.

>Gé van Geldorp.
>
>Index: objects/dib.c
>===================================================================
>--- objects/dib.c       (revision 17937)
>+++ objects/dib.c       (working copy)
>@@ -847,7 +847,13 @@
>   }
>
>   if(usage == DIB_PAL_COLORS)
>+  {
>     lpRGB = DIB_MapPaletteColors(dc, bmi);
>+    if (NULL == lpRGB)
>+    {
>+      lpRGB = bmi->bmiColors;
>+    }
>+  }
>   else
>     lpRGB = bmi->bmiColors;
>
>
>_______________________________________________
>Ros-dev mailing list
>Ros-dev at reactos.com
>http://reactos.com:8080/mailman/listinfo/ros-dev
>
>  
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://reactos.com/pipermail/ros-dev/attachments/20050920/59b7b984/attachment.html


More information about the Ros-dev mailing list