Rectus / openxr-steamvr-passthrough

OpenXR API Layer for SteamVR camera passthrough
MIT License
110 stars 5 forks source link

Setup application does not start in Windows 11 #5

Closed MatchTerm closed 1 year ago

MatchTerm commented 1 year ago

Just to let you know, I tried running the installer on windows 11. It crashes on boot, and the only solution was to run it in windows 8 compatibility mode inside the program settings.

I assume certain API calls in windows 11 native are triggering a crash. Would submit a crash report, but IDK where the crash log is in this.

Rectus commented 1 year ago

Thanks. The installer shouldn't put out any logs by itself, so the only place it would possibly be logged is the Windows Event Viewer under Windows Logs ->Applications.

MatchTerm commented 1 year ago

image image Here, four of these happen (as in, 4 events in total), two the same as each other. I'd send in the saved log itself, but Git is preventing me from sending it

Rectus commented 1 year ago

This should be fixed now in version 0.1.3 https://github.com/Rectus/openxr-steamvr-passthrough/releases/tag/v0.1.3-beta

MatchTerm commented 1 year ago

Can confirm, issue has been resolved. I'm curious to know, what did it cause this issue in the first place

Rectus commented 1 year ago

There was an extra Release() call on a ComPtr object. Not sure why it didn't crash on Windows 10.

MatchTerm commented 1 year ago

Aaa, ok. Well, all fixed now