[Bug 47773] New: Origin: Legacy fails to open with DXVK when d3d10,d3d10_1 dxd10core, d3d11 and dxgi libraries are not disabled for OriginClientService.exe

WineHQ Bugzilla wine-bugs at winehq.org
Tue Sep 17 05:01:36 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47773

            Bug ID: 47773
           Summary: Origin: Legacy fails to open with DXVK when
                    d3d10,d3d10_1 dxd10core, d3d11 and dxgi libraries are
                    not disabled for OriginClientService.exe
           Product: Wine-staging
           Version: 4.16
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: werifGX at gmail.com
                CC: leslie_alistair at hotmail.com, z.figura12 at gmail.com
      Distribution: ---

Created attachment 65256
  --> https://bugs.winehq.org/attachment.cgi?id=65256
wine-output

Origin-legacy fails to open with DXVK when d3d10,d3d10_1 dxd10core, d3d11 and
dxgi libraries are not disabled for OriginClientService.exe 

If said libraries are disabled alike
https://github.com/Winetricks/winetricks/pull/1318 
```bash
if [ -n "$WINETRICKS_USE_LEGACY_ORIGIN" ]; then
  w_override_app_dlls 'OriginClientService.exe' 'disabled' 'd3d10'
  w_override_app_dlls 'OriginClientService.exe' 'disabled' 'd3d10_1'
  w_override_app_dlls 'OriginClientService.exe' 'disabled' 'd3d10core'
  w_override_app_dlls 'OriginClientService.exe' 'disabled' 'd3d11'
  w_override_app_dlls 'OriginClientService.exe' 'disabled' 'dxgi'
fi
```

Then client works no issues.

---

Based on output:
00c4:err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\Program
Files (x86)\\Origin\\imageformats\\qsvg.dll") not found
00e8:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting
Vulkan.
00e8:err:module:find_forwarded_export module not found for forward
'winevulkan.wine_vkGetInstanceProcAddr' used by
L"C:\\windows\\system32\\vulkan-1.dll"
00e8:err:vulkan:wine_vk_init Failed to load Wine graphics driver supporting
Vulkan.
00e8:err:module:find_forwarded_export module not found for forward
'winevulkan.wine_vkGetInstanceProcAddr' used by
L"C:\\windows\\system32\\vulkan-1.dll"
wine: Call from 0x7bc913c1 to unimplemented function
vulkan-1.dll.vkGetInstanceProcAddr, aborting
wine: Unimplemented function vulkan-1.dll.vkGetInstanceProcAddr called at
address 7BC913C1 (thread 00e8), starting debugger...

And assuming that DXVK wasn't initialized i deduced this being winebug.

-- 
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.



More information about the wine-bugs mailing list