sencercoltu / steamvr-undistort

SteamVR lens distortion adjustment utility for spherical lenses
61 stars 6 forks source link

0.1.7 .exe doesn't open #4

Closed NoahWL closed 6 years ago

NoahWL commented 6 years ago

For some reason the Undistort.exe file does nothing upon double-clicking it. I've tried re-downloading, running as admin, and running in compatibility mode for Windows 7 and 8. 0.1.6 does the same, I haven't tried the others.

I'm on Windows 10 x64, R7 2700x, 1080 Ti. Is there a debug log generated somewhere that I can upload here? I didn't see anything generated in the folder I had the exe in, nor an output when running it through cmd. Also, strangely enough, downloading the source and running it through Visual Studio gives me no issues. So the program does work on my PC in its current state, just not through the executable.

If it matters at all, I was able to get a previous version working before the DX11 debug fixes were introduced. I actually settled on the same exact solution added here before I realized it was updated, lol.

sencercoltu commented 6 years ago

Maybe a file is missing. Have you unpacked the 0.1.4 zip and extracted the 0.1.7 exe inside the folder? I will add an exception/debug log to see what is going on. Does the .exe run after release compiling it on your machine?

NoahWL commented 6 years ago

Ah, I have not done so. I mistook “exe only” for stand-alone so I didn’t have any of the other necessary files. Thanks!