Unable to open project for editing

I’ve been unable to opoen a project for editing. I’ve updated my Nvidia driver, and running Microsoft Windows Version 22H2 (OS Build 19045.4651)

C:\Program Files\depthkit>depthkit.exe
Depthkit v0.8.1 build 7-#82ca
2024-08-07 17:41:56.857 INFO  [19560] [Depthkit::LogSystemInfo@16] ====================================================
2024-08-07 17:41:56.859 INFO  [19560] [Depthkit::LogSystemInfo@17]                 Depthkit System Information
2024-08-07 17:41:56.859 INFO  [19560] [Depthkit::LogSystemInfo@18] ====================================================
2024-08-07 17:41:56.860 INFO  [19560] [Depthkit::LogSystemInfo@31]  CPU Manufacturer: AMD
2024-08-07 17:41:56.860 INFO  [19560] [Depthkit::LogSystemInfo@32]  CPU Model: AMD Ryzen 9 5950X 16-Core Processor
2024-08-07 17:41:56.861 INFO  [19560] [Depthkit::LogSystemInfo@33]  Number of logical CPU cores: 32
2024-08-07 17:41:56.861 INFO  [19560] [Depthkit::LogSystemInfo@34]  Total System memory (MB): 130994
2024-08-07 17:41:56.861 INFO  [19560] [Depthkit::LogSystemInfo@36]
2024-08-07 17:41:56.862 INFO  [19560] [Depthkit::LogSystemInfo@54]  GPU Manufacturer: Nvidia
2024-08-07 17:41:56.862 INFO  [19560] [Depthkit::LogSystemInfo@55]  GPU Model: NVIDIA GeForce RTX 3090/PCIe/SSE2
2024-08-07 17:41:56.862 INFO  [19560] [Depthkit::LogSystemInfo@56]  GPU Driver version: NVIDIA 560.81
2024-08-07 17:41:56.863 INFO  [19560] [Depthkit::LogSystemInfo@57]  Total Dedicated GPU memory (MB): 24576
2024-08-07 17:41:56.863 INFO  [19560] [Depthkit::LogSystemInfo@59] ====================================================
2024-08-07 17:42:07.750 ERROR [15428] [Depthkit::IO::WglNvDxInterop2::InteropObject::InteropObject@441] Unable to register DX GL shared objects.
2024-08-07 17:42:07.766 ERROR [16684] [Depthkit::IO::WglNvDxInterop2::InteropObject::InteropObject@441] Unable to register DX GL shared objects.

It crashes immediately after the Unable to register DX GL shared objects message to the console.

Any suggestions?

Additonally, attempting to ‘run as Administrator’ has no effect.

Evidently, I cannot run the depthkit editor while working through MS RemoteDesktop. When I interface with the machine connected to an actual monitor and keyboard, I’m able to run it.

@JacobFennell Regarding remote access, this is due to the virtual GPU driver which Microsoft Remote Desktop uses (as opposed to the driver of the physical GPU), which does not have the resources available to run Depthkit. Other remote access solutions like Parsec, VNC, and TeamViewer use the standard GPU driver, and do not exhibit this issue.

As for the first issue, are you using a multi-GPU configuration?

That’s interesting about the MS Remote Desktop—on a different machine (single 1080ti Nvidia GPU) it ran though the MS Remote Desktop without a problem.

Yes, the first machine had a dual NVLinked GPUs. When I ran a display cord to it, and connected the keyboard, it launched okay on the dual GPU system.

@JacobFennell That also corresponds to my experience with some remote desktop applications, where no image will draw on the remote side unless the GPU is fully connected to a powered-on physical display.

For clarity, are you now able to open your Depthkit project? If so, please let me know so I can mark this ticket as resolved.