Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.

I have 20H2 (19042.1415) version. I have I5 (x64) processor on 64 win 10 pro. I installed x64 sdk .exe. And reinstalled pinner. Also i have already installed windows sdk 10 and net core and net framework sdk's and runtime's 

(1 edit) (+1)

I think your machine is just fine. Let me see if I can do something to make the program work. 

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).

You can see the cause in the Event Viewer. Well, there's something wrong with the deployment method of WinUI. I may be changing  the files. Then, you can run it!

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.

Thanks for that, but I figured out that apparently unpackaged apps made using WinUI 3 have some kind of deployment problem... I am doin' a lil' thang right now, I think I have figured it out...will update the files soon, if everything went well.

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.

Hello mate! I spent 2 whole days to sort everything out! I have updated the files. You can now download Windows Pinner, and run it, (most probably). Thank you soo much for the feedbacks. 

ClipCursor working fine and now win pinner starts... But just black screen. 

(4 edits)

Hello, maximize the screen in Windows Pinner to show things. WinUI 3 doesn't have a minimum height or width feature, so I did that...lmao. I am a terrible person. Just make the window a little bigger. What's your sceen size, btw...I  haven't set it to too high. Also, ClipCursor don't have such problem, only Windows Pinner. I think  ClipCursor should work nicely.

(1 edit)

Yeah, now works fine. And... Just one thing... Can you test my app... Just run it... https://confusedtick606.itch.io/rc... Please. I havent tested my app on another machine too)