[Bug 97229] [IVY BRIDGE] Vkquake segment fault when change resolution in the menu
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Aug 6 21:17:57 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=97229
--- Comment #2 from mrc_munir <maximu at gmail.com> ---
Ops In the latest changes are change binary to ./vkquake I'm miss that part so
no running anymore some Validation errors and Miss Input support.
For Other hand You sugerence the Commit Fix resolution rarely working very
Unstable
ERROR Surface doesn't match video width or height
In the code use
if (vulkan_surface_capabilities.currentExtent.width != vid.width ||
vulkan_surface_capabilities.currentExtent.height != vid.height)
Sys_Error("Surface doesn't match video width or height");
Or
Couldn't acquire next image error
In the code Use
if (err != VK_SUCCESS)
Sys_Error("Couldn't acquire next image");
In the gl_videsdl.c file
https://github.com/Novum/vkQuake/blob/c1390d7bfe967928cc383fbd3dbbc7a0668eb3f4/Quake/gl_vidsdl.c
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160806/8c344b1b/attachment-0001.html>
More information about the intel-3d-bugs
mailing list