Hi!
Try this! I'm not sure since I have -soundhw ac97 running with qemu
and winapp installs but I can not get it ti run.

On Wed, Mar 2, 2011 at 9:53 AM, Johannes Anderwald
<[email protected]> wrote:

> <win32k.sys:bac39 (subsystems/win32/win32k/objects/region.c:2104 
> (@RGNOBJAPI_Lock@8))>


Index: region.c
===================================================================
--- region.c    (revision 50945)
+++ region.c    (working copy)
@@ -2096,6 +2096,12 @@
   PRGN_ATTR pRgn_Attr;
   HANDLE pid;

+  if (hRgn <= HRGN_WINDOW)
+  {
+     DPRINT1("Cought a window system region handle! hRgn %d",hRgn);
+     return NULL;
+  }
+
   pRgn = REGION_LockRgn(hRgn);

   if (pRgn)

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to