question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error loading Vortice.Dxc libs (wrong .dll install path)

See original GitHub issue

Hi, 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: image

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:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

3reactions
amerkolecicommented, Aug 28, 2019

HI @Sergio0694, Glad it worked, The visible is false now.

I will release 1.0.0 official nuget packages today, stay updated 😃

0reactions
amerkolecicommented, Aug 28, 2019

Nuget packages has been published and on nuget now, please take look at: https://www.nuget.org/packages?q=Tags%3A"vortice"

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found