Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Workaround hanging with DirectX12 games with D3DMetal #604

Open
Gcenx opened this issue Aug 23, 2024 · 1 comment
Open

Workaround hanging with DirectX12 games with D3DMetal #604

Gcenx opened this issue Aug 23, 2024 · 1 comment

Comments

@Gcenx
Copy link
Collaborator

Gcenx commented Aug 23, 2024

Firstly open a terminal session and navigate to MyCoolWrapper.app/Contents/SharedSupport/wine/lib/wine/x86_64-unix

Now run the following command

/usr/bin/install_name_tool -add_rpath @loader_path/../../../../../Frameworks/d3dmetal/external ntdll.so

Alternative method
/usr/bin/install_name_tool -add_rpath @loader_path/../../external ntdll.so

Next make a copy of MyCoolWrapper.app/Contents/Framework/d3dmetal/external/libd3dshared.dylib into /Contents/SharedSupport/wine/lib/external

@antoninmuller
Copy link

It work with tekken8 ! tks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants