clabra / opennero

Automatically exported from code.google.com/p/opennero
Other
0 stars 0 forks source link

Nero crashes after failing to find path to /Local Settings/Application Data #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Running OpenNero.exe (Windows XP, sp3, *not* english version)

What is the expected output? What do you see instead?
I got 'This application has requested the Runtime to terminate it in an unusual 
way.
Please contact the application's support team for more information.'

What version of the product are you using? On what operating system?
windows XP, sp3, polish

Please provide any additional information below.

Before crash nero tries to access "D:\Documents and Settings\myUserName\Local 
Settings\Application Data\OpenNERO " which fails, because there's no 'Local 
Settings' folder (name on my system is localized, I found this problem using 
procMon). Manualy creating directory structure fixes the problem and nero runs 
correctly.

Original issue reported on code.google.com by mdesz...@gmail.com on 2 Dec 2011 at 9:16

GoogleCodeExporter commented 9 years ago
OpenNero version - OpenNERO-2011.12.02-win32.zip,
Proper local settings folder path : "D:\Documents and 
Settings\myUserName\Ustawienia lokalne\Dane aplikacji" - but that shouldn't 
matter, probably app should query system for it.

Original comment by mdesz...@gmail.com on 2 Dec 2011 at 9:40

GoogleCodeExporter commented 9 years ago
wow, i didn't realize until now that getting the user's home directory could be 
so convoluted:

http://msdn.microsoft.com/en-us/library/windows/desktop/bb762188(v=vs.85).aspx

I think we need a simpler place to put the opennero logs - do you have 
suggestions?

Original comment by ikarpov on 4 Dec 2011 at 7:13

GoogleCodeExporter commented 9 years ago
I think better error message is important because problem is easy to solve, 
once You know why it crashed/terminated.
 I am not sure if there exists good solution to getting writeable directory problem on windows, maybe logs can be put in the same directory openNero.exe is or some subdirectory.

Original comment by mdesz...@gmail.com on 4 Dec 2011 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 1 Sep 2013 at 7:10