https://bugs.winehq.org/show_bug.cgi?id=54103
Bug ID: 54103 Summary: opengl32:opengl - test_copy_context() crashes on w11pro64_nv Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: opengl Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
test_copy_context() crashes on w11pro64_nv:
opengl.c:1880: Test succeeded 1188:opengl: unhandled exception c0000005 at 0000000000000000
See https://test.winehq.org/data/patterns.html#opengl32:opengl
This corresponds to the wglCopyContext() call:
ret = wglCopyContext(ctx, ctx2, GL_ALL_ATTRIB_BITS);