Hise won't open on Windows 10
-
@d-healey said in Hise won't open on Windows 10:
Ah yeah that makes total sense, clearing out the old HISE preferences can solve this kind of problem. You might not need to delete the whole folder. Just one of the files in the folder - that way you can avoid losing all of your settings.
But finding out which file is the tricky part.
Yes, that's why I didn't think much about this moment, there still aren't many settings to remember them)))
-
@d-healey No errors in the console. When I click on "Start Without Debugging" from the Visual Studio exported project, nothing happens.
@It_Used said in Hise won't open on Windows 10:
had this on Win 11, and after clearing AppData path (Use Win + R, paste and run it) %AppData% delete folders HISE or HISE.exe.
Thanks I also tried this.. but the issue is still there..
-
@bendurso Send me the binary, I'll take a look tomorrow
-
@d-healey Thanks, I will
-
@bendurso It opens just fine here. Are you sure you deleted the correct HISE settings folder?
It should be at
C:\Users\<username>\AppData\Roaming\HISE
-
@d-healey Thanks for checking :) yeah, I deleted that folder. It might be related to some windows update? I'll try to unistall the last updates
-
@bendurso I have the latest updates installed
-
Anti-virus maybe?
-
What happens if you run the debug build from within VS?
-
@Christoph-Hart I had just such problems on Win 11, too, after launching the release version and the one that I built myself. But as I wrote here, everything was resolved by deleting all Hise folders in AppData.
-
@d-healey said in Hise won't open on Windows 10:
I have the latest updates installed
Latest updates from W11?
No antivirus.. only the default Windows Defender. I added the whole HISE folder to exclusions.
@Christoph-Hart said in Hise won't open on Windows 10:
What happens if you run the debug build from within VS?
Nothing happens..
I formatted Windows 10, reinstalled Visual Studio, Faust, and IPP. The build succeeded, but I still can’t open HISE.exe.
I’m suspecting something: when I reinstalled Visual Studio and selected Desktop Development with C++, it had the Windows 11 SDK selected by default. So I unchecked it and selected the Windows 10 SDK instead. Was that the correct choice?
-