-
Notifications
You must be signed in to change notification settings - Fork 134
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
Policy was updated, please run this program again #100
Comments
Same problem for me |
Same problem but I found a workaround: |
If you see this error, it may be caused by any number of errors that is hidden by the exception handler that causes this message, "policy was updated". To discover the true issue, modify the diff --git a/WoeUSB/woeusbgui b/WoeUSB/woeusbgui
index ea4f17c..e357a8f 100755
--- a/WoeUSB/woeusbgui
+++ b/WoeUSB/woeusbgui
@@ -37,4 +37,5 @@ else:
WoeUSB.utils.update_policy_to_allow_for_running_gui_as_root(__file__)
print("Policy was updated, please run this program again")
+ raise That is, add the
|
Running as superuser fixes this for me sudo woeusbgui |
The command |
Good Habit Checklist for Issue Reporting
Checkout Mastering Markdown · GitHub Guides if you needs help on the GitHub-flavored Markdown syntax. You may remove sections and contents that don't apply.
Issue Reproduce Instructions
Expected Behavior
Current Behavior
Info of My Environment
WoeUSB Version
0.2.12
WoeUSB Source
Information about the Operating System
Description: Fedora release 38 (Thirty Eight)
The text was updated successfully, but these errors were encountered: