- Thread Author
- #1
Hey 
I have been trying to follow the instructions by Eagles13, It seems the video is outdated but still it did help me understand the basics of how to write the code.
Since I know somewhat basic C++, I have been spending time reading all the tutorials out here.
While going through the basics, I noticed that there is no "com.runemate.Boot". It seems it has been replaced by "com.runemate.boot.Boot".
And then I fixed the "Program arguments" as per the tutorial. "-sdk -login:[username]:[password]:RS3"
Everything else is same as shown in the video by Eagles13.
The problem starts when i try to test out my code. I get the following errors.
1) What is this Invalid login syntax.
2) Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002.
3)Also I can't seem to run/find my local code.
Please help.
I have been trying to follow the instructions by Eagles13, It seems the video is outdated but still it did help me understand the basics of how to write the code.
Since I know somewhat basic C++, I have been spending time reading all the tutorials out here.
While going through the basics, I noticed that there is no "com.runemate.Boot". It seems it has been replaced by "com.runemate.boot.Boot".
And then I fixed the "Program arguments" as per the tutorial. "-sdk -login:[username]:[password]:RS3"
Everything else is same as shown in the video by Eagles13.
The problem starts when i try to test out my code. I get the following errors.
Code:
Invalid login syntax.
[Debug] RuneMate Version: 2.3.5
[Debug] Java Version: 8u101 x86 (Oracle Corporation)
[Debug] Operating System: Windows 10 x64
Oct 12, 2016 12:41:15 PM 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.
1) What is this Invalid login syntax.
2) Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002.
3)
Please help.
Last edited: