Skip to content
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

On Windows, modules must be unloaded before uninstalling #36

Closed
TheLastProject opened this issue Dec 6, 2017 · 2 comments
Closed

On Windows, modules must be unloaded before uninstalling #36

TheLastProject opened this issue Dec 6, 2017 · 2 comments

Comments

@TheLastProject
Copy link
Member

Otherwise, removing will go wrong due to a "PermissionError" caused by a file lock. If the git directory is deleted, the module even becomes an "unremovable system module". Bad stuff...

@TheLastProject
Copy link
Member Author

At least, that's my assumption. Honestly, the exact error is rather weird:

PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\IEUser\\.config\\pext\\modules\\pext_module_emoji\\.git\\objects\\pack\\pack-17ef42979ba3f5699d1d1c9e55e6933f2f00f72e.idx'

@TheLastProject
Copy link
Member Author

Nevermind, 291d3ab fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant