https://bugs.winehq.org/show_bug.cgi?id=49477
--- Comment #13 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Hideman from comment #12)
After compilation now I require d3dx12.dll the things is I have already vkd3d with my system install version of wine why my newly compiled wine don't found it?
Note: I have compiled wine in a directory and I'm run it from there (did not do make install yet to prevent breaking my current system version of wine)
But nothing tell me how they are both linked. Any idea?
Well, not really an idea, maybe check the output of ./configure if some (vulkan)-developmentlibs are missing (??)
But I guess you could also try copy your self compiled (missing) api-ms*.dlls to your WINEPREFIX and then try run with your distro installed wine (that has the d3d12) and see how far you can get (the api-ms*.dlls from wine64-build/dlls/ to ~/.wine/drive_c/windows system32, and the api-ms*.dlls from wine32-build/dlls/ to ~/.wine/drive_c/windows/syswow64.
Regards