-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
[BUG] Cannot Access Settings #3085
Comments
Does this folder exist? Do you have Ms Defender protected folder access enabled? Either way, the settings UI shouldn't crash |
This issue is confirmed on both administrator and standard user profiles |
what happens if you create the |
Already thought of that and there was no change. Settings are still inaccessible. |
For the time being, please try to unset the environment variable so UniGetUI Settings can load. (make sure to fully restart UniGetUI so settings UI can load again) I will fix this issue |
I have unset the environmental variables for UniGetUI every way I know how (PowerShell, Registry Editor, Command Prompt, Control Panel) and still the same issue. In Control Panel > System Properties > Environmental Variables I can see environmental variables set for the following:
No environmental variables listed for unigetui and still unable to view UniGetUI settings. |
This might be my bad, it seems like the crash is originating from the triplet detector not checking if the Also @realAllonZ, I suspect the reason it's not locating vcpkg based on %VKPKG_ROOT% is because it's looking for %VCPKG_ROOT%, with a C. And if you installed the vkpkg npm module and are then trying to use it as the vcpkg package manager it's not going to work because they're two different things. You can't install vcpkg from npm; see vcpkg.io to install the vcpkg (C/C++) package manager. |
I can confirm, this issue occurs when setting the vcpkg root to a directory not containing a @realAllonZ, a temporary fix is completely exiting UniGetUI (right click the taskbar icon and select "Quit") and deleting the |
The reason that just creating the |
I deleted |
Anyways, I will introduce changes so an exception does not block accessing the Settings UI. |
Please confirm these before moving forward
UniGetUI Version
3.1.4
Windows version, edition, and architecture
Windows 11 Pro 10.0.22631 x64
Describe your issue
Steps to reproduce the issue
Installed vkpg via npm
Restart UniGetUI
vkpkg not detected as installed via %VKPKG_ROOT%
Change vkpkg root location to C:\Users<user>\node_modules\vkpkg
Restart UniGetUI
Error Message:
Click Settings to attempt other root
Stays on current screen
UniGetUI Log
Package Managers Logs
Relevant information
No response
Screenshots and videos
No response
The text was updated successfully, but these errors were encountered: