sfPlayer1 / Matcher

Tool for tracking elements in obfuscated Java archives across releases
GNU General Public License v3.0
75 stars 41 forks source link

Throws warning on windows 10 when launched. #2

Closed wgaylord closed 5 years ago

wgaylord commented 5 years ago

WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

sfPlayer1 commented 5 years ago

This is a Java bug, see e.g. https://stackoverflow.com/questions/16428098/groovy-shell-warning-could-not-open-create-prefs-root-node

Using Java 9 should avoid this, otherwise the stackoverflow workaround can fix it with 8.

wgaylord commented 5 years ago

I am not updating till 9 unless Mojang can get MC to run on it. (And every other program it broke) Otherwise it causes way to many problems to be worth dealing with.

modmuss50 commented 5 years ago

Minecraft runs on 8 through to 12. Other programs cannot really help you.

Most IDEs allow you to use a separate version of java easily without needing to install it as the default one.