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

Creating a portable copy of NVDA in an unknown folder doesn't show the message box #2208

Closed
nvaccessAuto opened this issue Apr 3, 2012 · 2 comments

Comments

@nvaccessAuto
Copy link

Reported by PZajda on 2012-04-03 16:59

  1. Go to NVDA Menu>Tools>Create Portable Copy...
  2. Type a wrong path then click Continu.

Then we have the error sound and that in the log:
ERROR - gui.installerGui.doCreatePortable (18:49:48):
Failed to create portable copy
Traceback (most recent call last):
File "gui\installerGui.pyc", line 137, in doCreatePortable
File "installer.pyc", line 277, in init
WindowsError: 3 Le chemin d'accès spécifié est introuvable: u'e:'
ERROR - unhandled exception (18:49:48):
Traceback (most recent call last):
File "gui\installerGui.pyc", line 129, in onCreatePortable
File "gui\installerGui.pyc", line 141, in doCreatePortable
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 25: ordinal not in range(128)

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-04-03 17:27
Changes:
Milestone changed from None to 2012.2

@nvaccessAuto
Copy link
Author

Comment 2 by mdcurran on 2012-04-16 12:34
Fixed in f5d2047. The directory is no longer set to the random location of 'e:', instead its left blank. When pressing continue, a message box is shown if the directory is still blank, or the drive does not exist.
Changes:
State: closed

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

No branches or pull requests

1 participant