ibogicevic / SCADinspect

Static code analysis and javadoc-like parts documentation for your OpenSCAD-Files *** CURRENTLY UNDER DEVELOPMENT ***
GNU General Public License v3.0
2 stars 1 forks source link

Preferences not working on every system #195

Closed Jobarion closed 7 years ago

Jobarion commented 7 years ago
java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
ibogicevic commented 7 years ago

Have a look at this: http://stackoverflow.com/questions/18559000/reading-and-writing-from-to-java-preferences-fails-on-fresh-windows-8

Jobarion commented 7 years ago

Error was caused due to mistakes on our side.