ManniX-ITA
ManniX-ITA
VisualStudio
I'm a Sunday's developer, coding for fun... Anyway, since I have a Debian host that I use as NAS will try when I have some spare time. But wouldn't be...
Ok, I was not really up to date. Thought I had to install CMake on a Linux/WSL host. Let me check.
Also on your fork there's the CleanupInternalInterfaces issue: ``` openvr_api_public.obj : error LNK2019: unresolved external symbol "void __cdecl vr::CleanupInternalInterfaces(void)" (? CleanupInternalInterfaces@vr@@YAXXZ) referenced in function VR_ShutdownInternal ``` What's the best workaround?...
I assume so, from "cmake --build ." output: Building Custom Rule C:/Users/manni/source/repos/openvrokawo/src/CMakeLists.txt
I've just commented it as I did before. Took me a while to confirm; yes, while compiling with CMake the original code doesn't leak. I've stumbled on another and more...
It was not what I thought. After a series of uncoherent results I've found out that Trace.WriteLine is randomly leaking memory. Now I'm back to no leaks until the vrclient...
I guess this is just the Pandora's vase lid of what's causing this eternal instability of SteamVR closing and re-opening and becoming so unstable to require a full system reboot....
Is there anyone that could work on this issue? Due to this leak is impossible to create any kind of utility or monitoring software using OpenVR.
@dashingstag thanks for the info. can you elaborate a bit more? Do you mean you spawn another process that just calls init once and if it's not successful dies?