Maarten Bosma wrote:
After calling "NtGdiDdCreateDirectDrawObject" (ntddraw/ddraw.c) I get a bsod. The problem seams to be this line:
HANDLE hDirectDraw = GDIOBJ_AllocObj(GDI_OBJECT_TYPE_DIRECTDRAW);
The debug output says:
(objects/gdiobj.c:179) Can't find lookaside list for object type 0x00600000
Uncomment these lines in subsys/win32k/objects/gdiobj.c: /*{GDI_OBJECT_TYPE_DIRECTDRAW, sizeof(DD_DIRECTDRAW), DD_Cleanup}, {GDI_OBJECT_TYPE_DD_SURFACE, sizeof(DD_SURFACE), DDSURF_Cleanup},*/
- Filip