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

NVDA fails to delete temporary files with .delete extension #17562

Open
paulber19 opened this issue Dec 20, 2024 · 1 comment
Open

NVDA fails to delete temporary files with .delete extension #17562

paulber19 opened this issue Dec 20, 2024 · 1 comment
Labels
p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.

Comments

@paulber19
Copy link

After a faulty installation of an add-on, a temporary file with the .delete extension remains in the "addons" folder and NVDA reports an error in the log on each restart.
ERROR - addonHandler.removeFailedDeletion (17:59:45.736) - MainThread (3760):
Failed to delete path E:\documents\Paulo\temp\nvda 2024.4\userConfig\addons\tmpneiy66px.delete, try removing manually

Steps to reproduce:

Actual behavior:

  • choose an add-on in the addons folder
  • open a file of this add-on in text editor
  • update this add-on and restart NVDA
  • nvda reports an error loading the add-on
  • close the text editor and restart NVDA
  • the add-on is correctly installed but an error is reported in the log.

Expected behavior:

Since it is possible to manually delete this fileNVDA should be able to do that too à when it starts.

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

NVDA portable

NVDA version:

NVDA 2024.4.1

Windows version:

Windows 10 22H2 (10.0.19045) workstation AMD64

Name and version of other software in use when reproducing the issue:

None

Other information about your system:

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

No

If NVDA add-ons are disabled, is your problem still occurring?

An add-on is necessary.

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

No tested.

@LeonarddeR
Copy link
Collaborator

I can reproduce this.

@michaelDCurran michaelDCurran added p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

No branches or pull requests

3 participants