Maniphest T38998

Copy Previous Settings Not Working, with accented Username
Closed, Duplicate

Assigned To
None
Authored By
Iván Barták (smt)
Mar 6 2014, 5:05 PM
Tags
  • BF Blender
Subscribers
Bastien Montagne (mont29)
Iván Barták (smt)

Description

System Information
Windows 8.1

Blender Version
Broken: 2.70 19f7f9a

Short description of error
When I click on Copy Previous Settings, the fallowing error message pops up.

I suspect, that it is caused by the accent in my (Auto generated thanks to Windows 8) account name. Also I cant set any path which consist my account name as simulation target. When I does, it sticks at 0 and loads forever,

Error message:
"A hozzáférés megtagadva" - Access Denied

Traceback (most recent call last):

File "C:\Users\Iván\Desktop\Blender Source\blender-2.70-RC1-windows64\2.70\scripts\startup\bl_operators\wm.py", line 1315, in execute
  shutil.copytree(path_src, path_dst, symlinks=True)
File "C:\Users\Iván\Desktop\Blender Source\blender-2.70-RC1-windows64\2.70\python\lib\shutil.py", line 295, in copytree
  os.makedirs(dst)
File "C:\Users\Iván\Desktop\Blender Source\blender-2.70-RC1-windows64\2.70\python\lib\os.py", line 266, in makedirs
  mkdir(name, mode)PermissionError: [WinError 5] A hozzáférés megtagadva: 'C:\\Users\\Iván\\AppData\\Roaming\\Blender Foundation\\Blender\\2.70'location: <unknown location>:-1

Event Timeline

Iván Barták (smt) created this task.Mar 6 2014, 5:05 PM
Iván Barták (smt) raised the priority of this task from to 90.
Iván Barták (smt) updated the task description.
Iván Barták (smt) added a project: BF Blender.
Iván Barták (smt) edited a custom field.
Iván Barták (smt) added a subscriber: Iván Barták (smt).
Bastien Montagne (mont29) added a subscriber: Bastien Montagne (mont29).Mar 6 2014, 7:09 PM

This is more than likely related to an issue with embedded python, unicode and windows console. Fix will be in python3.4, up till then all you can try is copying by hand your 2.69 into a new 2.70 directory, and see whether this works…

Bastien Montagne (mont29) changed the task status from Unknown Status to Duplicate.Mar 6 2014, 7:11 PM

✘ Merged into T31555.

Iván Barták (smt) added a comment.Mar 7 2014, 7:25 PM

Thank you, copying config files manually works!