{"id":183251,"date":"2026-09-05T16:53:22","date_gmt":"2026-09-05T14:53:22","guid":{"rendered":"https:\/\/prohoster.info\/blog\/news\/novye-versii-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-i-vkd3d-2-1"},"modified":"2026-09-05T16:53:26","modified_gmt":"2026-09-05T14:53:26","slug":"new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1","title":{"rendered":"New versions of Wine 11.17, Wine-staging 11.17, DXVK 3.1, D7VK 2.1, and Vkd3d 2.1","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The experimental release of the open implementation of the Win32 API \u2014 Wine 11.17 has been published. Since the release of 11.16, 44 bug reports have been closed, and 387 changes have been made.      <\/p>\n<p>The most significant changes:   <\/p>\n<ul>\n<li class=\"l\"> Initial support has been added for screen mode emulation, allowing full-screen applications and games to run with their virtual resolution, which scales according to the DPI of the existing monitor during actual rendering. For example, an old game might use a resolution of 640\u00d7480 but display on a higher resolution screen while maintaining aspect ratio.\n<li class=\"l\"> Support for the RtlGetSystemPreferredUILanguages and RtlGetUserPreferredUILanguages functions has been added to retrieve the list of preferred interface languages set in the registry for the entire system and individual users, which are formed by default based on locale settings. Functions such as RtlGetProcessPreferredUILanguages, SetProcessPreferredUILanguages, RtlGetSetThreadPreferredUILanguages, and SetThreadPreferredUILanguages have also been added for determining and setting the list of preferred languages at the process and thread level.\n<li class=\"l\"> The built-in Vkd3d package implementing Direct3D 12 has been updated to version 2.1.       <\/li>\n<li class=\"l\"> Bug reports related to the operation of applications have been closed: certmgr.exe, Signtools, Advanced SystemCare 6.4, Autodesk 3ds Max 9, SketchUp 2021, Nokia S60 5th Edition SDK 1.0, PDFCreator, SafeDisc v2.05.030, Bigrats, PTC Pro Engineer Wildfire V5, VisualSubSync 1.0.2.1, PS4 Remote Play 2.x, MigrosBank EBanking 8.2.x, Sparda Bank SecureApp 1.x, MSXML 6.0, Sennheiser Wireless Systems Manager 4.4, Netscape Navigator 3.04, xEdit.  <\/li>\n<li class=\"l\"> Bug reports related to the functioning of games have been closed: GTA: Vice City, GTA: San Andreas, Tetris JR, Worms Blast, Horizon Chase Turbo, Star Wars: Knights of the Old Republic I\/II, GunBound, Marathon, Ground Control, Ankh \u2014 Anniversary Edition, Clive Barker's Jericho.     <\/ul>\n<p>Additionally, new releases of projects related to Wine can be noted:  <\/p>\n<ul>\n<li class=\"l\"> The Wine Staging 11.17 release has been formed, providing extended Wine builds that include not fully ready or risky patches that are currently unsuitable for acceptance into the main Wine branch. Compared to Wine, Wine Staging offers 279 additional patches. The new Wine Staging release has synchronized with the Wine 11.17 codebase and updated the vkd3d code. The patch implementing the SetThreadpoolTimerEx function in the kernel32.dll library has been merged into the main Wine branch.\n<li class=\"l\"> Released version 2.1 of the vkd3d package with Direct3D 12 implementation working through call translation into the Vulkan graphics API. The package includes libraries libvkd3d with Direct3D 12 implementations, libvkd3d-shader with shader model translators, and libvkd3d-utils with functions to simplify porting of Direct3D 12 applications, as well as a set of demonstration examples, including the port of glxgears to Direct3D 12. The libvkd3d library supports most of the features of Direct3D 12, including graphics and compute capabilities, command queues and command lists, descriptors and heap descriptors, root signatures, unordered access, samplers, command signatures, root constants, indirect rendering, Clear*() methods, and Copy*(). The libvkd3d-shader implements the translation of shader model bytecode into the SPIR-V intermediate representation.\n<p>In the new version of vkd3d:  <\/p>\n<ul>\n<li class=\"l\"> Support for arithmetic operations with the 'half' type has been added to the HLSL shader language implementation when using shader models 4 and 5.\n<li class=\"l\"> The HLSL shader compiler has strengthened checks for input and output data, implementing a pass to remove unused global (uniform) variables in shader models 1-3.\n<li class=\"l\"> In the backend for the GLSL (OpenGL Shading Language), support for indirect addressing of input registers, atomic comparison operations, integer addition, bitwise operations, and barriers, as well as load\/store operations for UAV (Unordered Access View) and group shared memory, has been implemented.\n<li class=\"l\"> Support for the old binary shader format of Direct3D has been improved. The 'sub' and 'break_cmp' instructions have been implemented, along with the instruction modifiers '_x2', '_x4', '_x8', '_d2', '_d4', and '_d8', as well as operand modifiers '_bias', '_x2', and '_bx2'.\n<li class=\"l\"> Support for converting floating-point numbers to 64-bit integers has been introduced when converting shaders to the SPIR-V intermediate representation.\n<li class=\"l\"> In libvkd3d-utils, support for shader reflection API has been expanded. Interfaces ID3D10ShaderReflection, ID3D10ShaderReflection1, and ID3D11ShaderReflection have been implemented, as well as most methods of the ID3D12ShaderReflection and ID3D12ShaderReflectionType interfaces.\n<li class=\"l\"> The vkd3d-compiler now includes the '--allow-half-globals' option, and in libvkd3d-shader, the VKD3D_SHADER_COMPILE_OPTION_BACKCOMPAT_ALLOW_HALF_GLOBALS flag for compiling global variables with the 'half' type into 'float' type representation.    <\/ul>\n<li class=\"l\"> The release of DXVK 3.1, which provides an implementation of DXGI (DirectX Graphics Infrastructure) and Direct3D 8, 9, 10, and 11 through call translation to the Vulkan API, has been formed. To use DXVK, drivers supporting Vulkan API 1.4 are required, such as NVIDIA 575.51.02, Mesa AMD RADV 25.0, NVIDIA 25.1, and Intel ANV 25.1. DXVK can be used to run 3D applications and games on Linux with Wine, serving as a higher-performance alternative to the built-in Direct3D implementations in Wine that operate on OpenGL.\n<p>In the new version:    <\/p>\n<ul>\n<li class=\"l\"> Incremental rendering support has been added to DXGI, implemented through the Vulkan extension VK_KHR_incremental_present, allowing only the changed areas to be updated on the screen. This new feature has resolved rendering issues in VirtualDJ and various game launchers like Ubisoft Connect.\n<li class=\"l\"> Support for creating render target views directly in buffers has been added, which has resolved issues with artifacts appearing while rendering clouds in certain games using the Frostbite engine, such as Battlefield 3.\n<li class=\"l\"> Library loading has been implemented to support Intel GPU-specific vendor extensions.\n<li class=\"l\"> Issues in the games Mabinogi, The Witcher 1, Ghost Recon Breakpoint, Mirrors Edge, and RaceRoom Racing Experience have been resolved.    <\/ul>\n<li class=\"l\"> The release of the D7VK 2.2 project, which develops the implementation of Direct3D 3, 5, 6, and 7 graphics APIs proposed by Microsoft in 1996, 1997, 1998, and 1999, has been published. D7VK works by translating calls into the Vulkan API and allows retro games tied to Direct3D 3, 5, 6, and 7 to run on Linux via Wine. The project code is written in C++ and is distributed under the Zlib license. The d3d9 backend code from the DXVK project was used as a basis for development \u2014 D7VK translates Direct3D 3, 5, 6, and 7 API calls into Direct3D 9, which are then translated into the Vulkan API. The developer does not intend for D7VK to be included in DXVK, as was done with the implementations of Direct3D 8 and Direct3D 9 over Vulkan.\n<p>The new version has transitioned to work on top of the DXVK 3.1 release, reworked the executable buffer checks for D3D3 and reference counting (refcounting) for D3D3 devices, and improved texture handling for D3D5\/3. Fixes have been made to enhance game support: Palant\u00edrs in The Lord of the Rings, Resident Evil 2, and Frogger.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=66212\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 Win32 API &#8212; Wine 11.17. \u0421 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 11.16 \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442\u043e 44 \u043e\u0442\u0447\u0451\u0442\u0430 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0438 \u0432\u043d\u0435\u0441\u0435\u043d\u043e 387 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439. \u041d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0432\u0430\u0436\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u044d\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043e\u0432 \u044d\u043a\u0440\u0430\u043d\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0438 \u0438\u0433\u0440\u044b \u0441\u043e \u0441\u0432\u043e\u0438\u043c \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u0438 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0441 \u0443\u0447\u0451\u0442\u043e\u043c DPI \u0438\u043c\u0435\u044e\u0449\u0435\u0433\u043e\u0441\u044f \u043c\u043e\u043d\u0438\u0442\u043e\u0440\u0430. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0441\u0442\u0430\u0440\u0430\u044f [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-183251","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 Win32 API - Wine 11.17. \u0421 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 11.16 \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442\u043e 44 \u043e\u0442\u0447\u0451\u0442\u0430 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0438 \u0432\u043d\u0435\u0441\u0435\u043d\u043e 387 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alexander Kovalev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041d\u043e\u0432\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 Wine 11.17, Wine-staging 11.17, DXVK 3.1, D7VK 2.1 \u0438 Vkd3d 2.1 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 Win32 API - Wine 11.17. \u0421 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 11.16 \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442\u043e 44 \u043e\u0442\u0447\u0451\u0442\u0430 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0438 \u0432\u043d\u0435\u0441\u0435\u043d\u043e 387 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-09-05T14:53:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-05T14:53:26+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47New versions of Wine 11.17, Wine-staging 11.17, DXVK 3.1, D7VK 2.1, and Vkd3d 2.1 | ProHoster","description":"An experimental release of the open implementation of Win32 API - Wine 11.17 has been published. Since the release of 11.16, 44 bug reports have been closed and 387 changes have been made.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041d\u043e\u0432\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 Wine 11.17, Wine-staging 11.17, DXVK 3.1, D7VK 2.1 \u0438 Vkd3d 2.1 | ProHoster","og:description":"\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 Win32 API - Wine 11.17. \u0421 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 11.16 \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442\u043e 44 \u043e\u0442\u0447\u0451\u0442\u0430 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u0438 \u0432\u043d\u0435\u0441\u0435\u043d\u043e 387 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/new-versions-of-wine-11-17-wine-staging-11-17-dxvk-3-1-d7vk-2-1-and-vkd3d-2-1","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-09-05T14:53:22+00:00","article:modified_time":"2026-09-05T14:53:26+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"183251","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-09-09 10:59:26","updated":"2026-09-09 10:59:26","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/183251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=183251"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/183251\/revisions"}],"predecessor-version":[{"id":183252,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/183251\/revisions\/183252"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=183251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=183251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=183251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}