win 10 pro, gtx 285, core i5, can not start
Viewing post in Windows Pinner (GUI Version) comments
If you're on a x64 CPU, then you just have to run the exe in "WindowsAppSDK-Installer-x64", for example. And also, you have to 'Run as administrator', by right clicking the executable. Also, you don't have to install anything from MSIX folder.
I have already tested the application on a different machine (other than the one I used for development), and I just had to install the Windows SDK runtime, and it worked just fine.
Can you tell me the Windows version you're on? I think the minimum version is 1809. Also, thanks for the feedback, I will test my app on a few more machines, and hopefully can make changes.
Hey, can you try to run the program after installing .NET 6.0 Runtime (microsoft.com)? I cannot figure out the problem at all... I have been reading the docs for about 2 days now!
I v already installled net framework 6.100. Well, i m think its also can be caused by my videocard because its trash with directx9. Can you add something like logs (try{ ... }except(Exception e){ put error data to file } like this)to see which error exacly i m getting (i know that it can crash on framework starting, but usually it shows error).
This is error log for your app. This is the first error, then goes other errors, but they have not exception itself.
Application: Windows Pinner.exe
CoreCLR Version: 6.0.121.56705
.NET Version: 6.0.1
Description: The application requested process termination through Environment.FailFast.
Message: В индексе не найдены соответствия указанному ключу. (0x80070491)
Message(Translated): No mathes for key in index. (0x80070491)
Stack:
at System.Environment.FailFast(System.String)
at Microsoft.Windows.ApplicationModel.DynamicDependency.BootstrapCS.AutoInitialize.AccessWindowsAppSDK()
at <Module>..cctor()
As I see its framework problem, there is no errors in your app itself.
Hey, can you check if ClipCursor (GUI verson) by Realinspirer (itch.io) works on your system. It had the same problem but now I have fixed it and changed the download files. I will love your feedback.