[ros-dev] Starcraft Setup BSODs due to KMODE_EXCEPTION_NOT_HANDLED

Richard Campbell eek2121 at comcast.net
Tue Sep 20 13:46:56 CEST 2005


If nobody has tested it by this evening i will.

Ge van Geldorp wrote:

>>From: Reuben Perelman
>>
>>Launching setup.exe on the starcraft CD immediatly causes a BSOD.
>>    
>>
>
>Does the patch below fix this?
>
>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
>
>  
>



More information about the Ros-dev mailing list