https://bugs.winehq.org/show_bug.cgi?id=54746 Bug ID: 54746 Summary: ddraw:ddrawmodes - testcooperativelevels_normal() sometimes gets E_OUTOFMEMORY on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com ddraw:ddrawmodes - testcooperativelevels_normal() sometimes gets E_OUTOFMEMORY on Windows: ddrawmodes.c:723: Test failed: Got hr 0x8007000e. ddrawmodes.c:724: Test failed: Returned NULL surface pointer See https://test.winehq.org/data/patterns.html#ddraw:ddrawmodes Where 0x8007000e == E_OUTOFMEMORY This failure always happens in this call: 716 /* Try creating a double buffered primary in fullscreen + exclusive + normal mode */ 717 rc = IDirectDraw_CreateSurface(lpDD, &surfacedesc, &surface, NULL); ... 723 ok(rc == DD_OK, "Got hr %#lx.\n", rc); There is one instance on 2022-09-01 but this started happening about twice per month on 2022-12-09. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.