Windows-Sandbox icon indicating copy to clipboard operation
Windows-Sandbox copied to clipboard

`VGpu=Enable` breaks CUDA (`Default` still works)

Open lostmsu opened this issue 2 years ago • 0 comments

When I launch a configuration file with

<VGpu>Enable</VGpu>

Sandbox starts, but CUDA GPU libraries are missing.

Repro

  1. Create a config file with the above line.
  2. Open the Sandbox
  3. Open PowerShell
  4. cd C:\Windows\System32
  5. ls nv*.dll

Expected image Actual: no results

Workaround

So far it works with Default

<VGpu>Default</VGpu>

lostmsu avatar Sep 14 '23 19:09 lostmsu