You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting an error when connecting moonlight because it cannot initialize the VDD.
Failed to load "nvapi64.dll". Error: The specified module could not be found.
Failed to load "nvapi64.dll". Error: The specified module could not be found.
Cannot index into a null array.
At D:\Programs\Sunshine\tools\sunshine-virtual-monitor-main\setup_sunvdm.ps1:36 char:1
+ $vdd_name = (
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
Setting up a moonlight monitor with 2560x1600@72 with hdr off
Enabling the virtual display.
Get-PnpDevice : Cannot validate argument on parameter 'FriendlyName'. The argument is null. Provide a valid value for
the argument, and then try running the command again.
At D:\Programs\Sunshine\tools\sunshine-virtual-monitor-main\setup_sunvdm.ps1:76 char:29
+ Get-PnpDevice -FriendlyName $vdd_name | Enable-PnpDevice -Confirm:$fa ...
+ ~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-PnpDevice], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Get-PnpDevice
Setting up the virtual display and disabling other displays.
Disabling all other displays.
Failed to disable all other displays.
At D:\Programs\Sunshine\tools\sunshine-virtual-monitor-main\setup_sunvdm.ps1:112 char:9
+ Throw "Failed to disable all other displays."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Failed to disable all other displays.:String) [], RuntimeException
+ FullyQualifiedErrorId : Failed to disable all other displays.
I dont have nvidia so the missing dll is fine.
Can some1 help?
EDIT: looks like VDD was not correctly installed and the virtual display had no name. I fixed that but I still have errors.
Failed to load "nvapi64.dll". Error: The specified module could not be found.
Failed to load "nvapi64.dll". Error: The specified module could not be found.
Setting up a moonlight monitor with 2560x1600@72 with hdr off
Enabling the virtual display.
Setting up the virtual display and disabling other displays.
Disabling all other displays.
Failed to disable all other displays.
At D:\Programs\Sunshine\tools\sunshine-virtual-monitor-main\setup_sunvdm.ps1:112 char:9
+ Throw "Failed to disable all other displays."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Failed to disable all other displays.:String) [], RuntimeException
+ FullyQualifiedErrorId : Failed to disable all other displays.
The text was updated successfully, but these errors were encountered:
Hey.
Im getting an error when connecting moonlight because it cannot initialize the VDD.
I dont have nvidia so the missing dll is fine.
Can some1 help?
EDIT: looks like VDD was not correctly installed and the virtual display had no name. I fixed that but I still have errors.
The text was updated successfully, but these errors were encountered: