Error loading Vortice.Dxc libs (wrong .dll install path)
See original GitHub issueHi, me and @Aminator are currently moving from DotNetDxc
to Vortice.Dxc
, and we noticed that the latter copies the two dxcompiler.dll
and dxil.dll
files to the wrong directory. Currently, those .dlls are placed under the runtimes\win-x[64|86]\native
path, but that causes a runtime exception, as the caller of those .dlls is only looking for them next to the entry point of the app.
Right now I’m getting this error:
As a test, manually copying the two .dlls to the output folder solves the issue.
Would it be possible to setup the NuGet package so that instead of placing those .dlls into the runtime
tree, it would just copy the correct ones (depending on the CPU architecture) right to the output folder, next to all the other .dll files?
Thanks! 😄
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
.dll is either not designed to run on Windows or it contains ...
Welcome to Microsoft Community. This error is prompted, usually caused by missing or damaged dll files. If it is a dll file of...
Read more >Lord Of The Rings Online (LOTRO)? [Archive] - Page 6
I'm using the game client downloaded from the free trial website, so it shouldn't be a problem with the client not having the...
Read more >FO4 - How To Install Buffout 4 And Resolve Most Common ...
You should see a message that Buffout 4 and other DLL mods loaded correctly. Look for any reported errors or missing dependencies.
Read more >Analysis Report Windows.Management.Service.dll
Sample tries to load a library which is not present or installed on the analysis machine, adding the library might reveal more behavior ......
Read more >Analysis Report ampcontrollerserverps.dll
JA3 SSL client fingerprint seen in connection with other malware. PE file contains sections with non-standard names. Registers a DLL. Tries to load...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
HI @Sergio0694, Glad it worked, The visible is false now.
I will release 1.0.0 official nuget packages today, stay updated 😃
Nuget packages has been published and on nuget now, please take look at: https://www.nuget.org/packages?q=Tags%3A"vortice"