Game comes up with Vulkan error (IvyBridge)

While running a game I get this error.

25842.260:01b4:01b8:err:vulkan:X11DRV_vkCreateWin32SurfaceKHR Failed to allocate client window for hwnd=0x10092
err: Failed to create surface
[436:440:0806/233003.346:ERROR:angle_platform_impl.cc(46)] rx::SwapChain11::reset(604): Could not create additional swap chains or offscreen surfaces, HRESULT: 0x80070057
[436:440:0806/233003.346:ERROR:gl_surface_egl.cc(900)] eglCreateWindowSurface failed with error EGL_BAD_ALLOC
25842.273:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: eax=00fca34c ebx=00000000 ecx=00000000 edx=083ffbac esi=083ffc68 edi=00000260
25842.273:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ebp=083ffc28 esp=083ffbbc eip=7bc0a82c cs=0023 ss=002b flags=00000246
25842.273:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ds=002b es=002b fs=0063 gs=006b
25842.279:01b4:01b8:err:vulkan:X11DRV_vkCreateWin32SurfaceKHR Failed to allocate client window for hwnd=0x10092
err: Failed to create surface
[436:440:0806/233003.353:ERROR:angle_platform_impl.cc(46)] rx::SwapChain11::reset(604): Could not create additional swap chains or offscreen surfaces, HRESULT: 0x80070057
[436:440:0806/233003.354:ERROR:gl_surface_egl.cc(900)] eglCreateWindowSurface failed with error EGL_BAD_ALLOC
25842.280:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: eax=00fca34c ebx=00000000 ecx=00000000 edx=083ffbac esi=083ffc68 edi=00000260
25842.280:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ebp=083ffc28 esp=083ffbbc eip=7bc0a82c cs=0023 ss=002b flags=00000246
25842.280:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ds=002b es=002b fs=0063 gs=006b
25842.284:01b4:01b8:err:vulkan:X11DRV_vkCreateWin32SurfaceKHR Failed to allocate client window for hwnd=0x10092
err: Failed to create surface
[436:440:0806/233003.358:ERROR:angle_platform_impl.cc(46)] rx::SwapChain11::reset(604): Could not create additional swap chains or offscreen surfaces, HRESULT: 0x80070057
[436:440:0806/233003.358:ERROR:gl_surface_egl.cc(900)] eglCreateWindowSurface failed with error EGL_BAD_ALLOC
25842.284:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: eax=00fca34c ebx=00000000 ecx=00000000 edx=083ffbac esi=083ffc68 edi=00000260
25842.285:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ebp=083ffc28 esp=083ffbbc eip=7bc0a82c cs=0023 ss=002b flags=00000246
25842.285:0110:01a0:trace:seh:NtGetContextThread 0xfffffffe: ds=002b es=002b fs=0063 gs=006b
25842.287:01b4:01b8:err:vulkan:X11DRV_vkCreateWin32SurfaceKHR Failed to allocate client window for hwnd=0x10092
err: Failed to create surface
[436:440:0806/233003.361:ERROR:angle_platform_impl.cc(46)] rx::SwapChain11::reset(604): Could not create additional swap chains or offscreen surfaces, HRESULT: 0x80070057
[436:440:0806/233003.361:ERROR:gl_surface_egl.cc(900)] eglCreateWindowSurface failed with error EGL_BAD_ALLOC
25842.290:01b4:01b8:err:vulkan:X11DRV_vkCreateWin32SurfaceKHR Failed to allocate client window for hwnd=0x10092
err: Failed to create surface
[436:440:0806/233003.364:ERROR:angle_platform_impl.cc(46)] rx::SwapChain11::reset(604): Could not create additional swap chains or offscreen surfaces, HRESULT: 0x80070057
[436:440:0806/233003.364:ERROR:gl_surface_egl.cc(900)] eglCreateWindowSurface failed with error EGL_BAD_ALLOC

You need to provide more here than just a copy/paste of the error message.

What’s your question? What’s your setup? What have you tried to resolve the problem yourself?

Please see:

for tips in composing a post that is more likely to net you useful answers to your question.

What game is this? What OS, GPU, and GPU driver are you running? Are you trying to run a game native for your OS or an emulator or a virtual machine? etc.

Have you tried updating the graphics drivers for your GPU to the latest version?

Random websearching for X11DRV_vkCreateWin32SurfaceKHR suggests that you may be trying to run some a Windows game under Linux using the Wine emulator. Yes?

If so, have you searched:

for your problem? Have you tried updating to the latest Wine? Have you tried reaching out to the Wine folks for assistance? Why do you think this game should function properly under Wine with your setup?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.