Opened 15 months ago
Closed 14 months ago
#2208 closed defect (fixed)
Creating a portable copy of NVDA in an unknown folder doesn't show the message box
| Reported by: | PZajda | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2012.2 |
| Component: | Installer | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description
- Go to NVDA Menu>Tools>Create Portable Copy...
- 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: [Error 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)
Change History (2)
comment:1 Changed 15 months ago by jteh
- Milestone set to 2012.2
comment:2 Changed 14 months ago by mdcurran
- Resolution set to fixed
- Status changed from new to closed


Fixed in changeset:f5d2047bf6d49a5e5dec0b4fe16ddfeec5424b29. 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.