lawrancej / logisim

Git fork of Logisim code base
http://www.cburch.com/logisim/
GNU General Public License v3.0
211 stars 104 forks source link

New Issue #53

Open hamsticker opened 10 years ago

hamsticker commented 10 years ago

Jan 13, 2014 3:24:26 PM java.util.prefs.WindowsPreferences WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

got this issue when I ran it, it ran but yeah......

ghost commented 9 years ago

I don't think this is a Logisim specific error. A quick Google search reveals that a lot of people have gotten this error and it has to do with Java/Eclipse.

I got rid of it by doing this:

  1. Open the Run box and run regedit.exe
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft
  3. Right click the Javasoft folder and clock change permissions
  4. Set the permissions to full access for yourself and Apply the changes

Next time you build, the error should be gone.