-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't access games in Windows 11 pro 24h2 #141
Comments
same |
Bump! Same error here! |
Same error running 24H2. |
I know practically nothing about C#; but after some trial-and-error, I copied Fixing this issue for good will still need some effort from the developer's side; but for now this workaround works for me. |
The GOAT |
did anyone figure how to fix it |
manituu can you help me debug it |
@jenesuispasbavard did have the solution for us. The Powershell from this Windows build comes with a new "System.Memory.dll" which access to "System.Security.Principal.Windows.dll". Both seems to be in PATH, so if you would load it from there it should work rightaway. What can i do, to help you debugging? |
I feel like I'm misunderstanding something here. I took System.Memory.dll and System.Security.Principal.Windows.dll and pasted them into the UWPHook install folder like you said but it didn't fix a thing |
Oh, it's because my install folder was in downloads, my bad. I just put it in |
I have created a fix for this. |
This comment was marked as resolved.
This comment was marked as resolved.
Fixed issue #141 Can't access games in Windows 11 pro 24h2
I've pushed a new release with the fix proposed by @dos-ise: |
I've just installed 2.14.2 and I encounter this issue. The contents of my log file is:
(This is without trying any of the workarounds in this issue) Windows info:
|
Could you try this release? I have created a .NET8 Port of UWPHook with a single file publish. This should solve version conflict problems. |
@dos-ise This works! |
Actually it just closes when I click the Export button. Logs don't help much:
|
Thanks @AKK9 for testing. I found the error and have updated the release. |
Just ran the new version in this repository, I get the following error: I have attached my application.log (there are a few more errors because I ran it multiple times) What should I do? Thanks!
|
@cooldudeseven7Dev Could you try this version? |
I don't know what went wrong but this release does contain the correct dll Files. |
@dos-ise Nice! I can confirm the app loads the app list and exports them into Steam. However, when I try to launch them from Stream I get an error. I've tried STALKER 2, Celeste, Tunic and Dead Island 2, and the error looks like this: But not sure if this is even relevant to this issue, or a something else entirely |
Can confirm. There is still a bug in the .NET8 port Try to look into it today. |
@AKK9 I have updated the port. Take a look at this version. |
THANK YOU SO MUCH! This worked PERFECTLY! |
Hey. For me it doesnt send anything to Steam. I just select the Game and press "export", but then it just seems to get stuck and the App closes. Any idea whats happening? |
Hi there, since i updated to 24h2 (release canditate channel) UWPHook can't read the installed apps.
On startup (and if i click on reload app list) there is an error coming up
[ERR] Error trying to get installed apps on your PC
Die Datei oder Assembly "System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
The message says: The file or assembly "System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" or a dependency was not found. The system can't find the choosen file.
If I can do anything to help you debug this just let me know.
The text was updated successfully, but these errors were encountered: