1. Open "OpenNERO-2011.12.02-win32\NERO\module.py"
2. Comment out line 156 and line 173:
#location = os.path.relpath("/") + location
(add the character "#" at the beginning of these two line)
3. So far so good.
If you want this as a temporary fix, just create a new line under the
first location line mentioned above (create a new line 157) and put in
this line with the same indentation: "location =
os.path.basename(location)".
This will save the file using the filename you made, but it will NOT
save it in the folder you specify. It saves it in the nero app data
folder mentioned above. But hey, it at least saves it somewhere! heh