Jump to content

Proxy bot initialization error?


Suiseiseki

Recommended Posts

For those having issues and know how to use cmd/terminal:

Change directory to where your OSBot jar is located and type in the following command:

java -jar "osbot 2.4.119.jar" -debug 5005

Get the client to the point where it gives you the error. Copy and paste everything in the terminal/cmd window here, please do not screenshot.

Link to comment
Share on other sites

47 minutes ago, Alek said:

For those having issues and know how to use cmd/terminal:

Change directory to where your OSBot jar is located and type in the following command:

java -jar "osbot 2.4.119.jar" -debug 5005

Get the client to the point where it gives you the error. Copy and paste everything in the terminal/cmd window here, please do not screenshot.

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

 

C:\>cd users\yukio\desktop

C:\Users\yukio\Desktop>java -jar "osbot 2.4.119.jar" -debug 5005
Debug enabled on port 5005
[DEBUG][04/20 09:16:09 PM]: Injected 2 field list filters
[DEBUG][04/20 09:16:09 PM]: Injected 2 field filters
[DEBUG][04/20 09:16:09 PM]: Injected 2 method list filters
[DEBUG][04/20 09:16:09 PM]: Injected 3 method filters
In debug mode!
Listening for transport dt_socket at address: 5005
Stealth injection class-filter enabled!
[DEBUG][04/20 09:16:10 PM]: OSBot is now ready!
[INFO][04/20 09:16:11 PM]: Loaded 2 RS accounts!
                                [INFO][04/20 09:16:12 PM]: Welcome to OSBot 2.4.119!
Loaded 0 local scripts and 15 SDN scripts.
[INFO][04/20 09:16:22 PM]: Updated injection hooks for client revision : 139!
[DEBUG][Bot #1][04/20 09:16:22 PM]: Initializing stealth injection bot...
[INFO][Bot #1][04/20 09:16:23 PM]: Downloading latest RS2 old-school client parameters...
Bot failed to initialize! If you are running OSBot from command-line, ensure that the world you entered is valid! If the world you entered is valid, please check the OSBot forums for online/offline status.
[INFO][04/20 09:16:23 PM]: Started bot #1
 


Might not be what you're looking for, but that's the point where it stops loading. Thanks for looking into it!

Edited by ancientt
adding on
  • Like 3
Link to comment
Share on other sites

16 minutes ago, ancientt said:

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

 

C:\>cd users\yukio\desktop

C:\Users\yukio\Desktop>java -jar "osbot 2.4.119.jar" -debug 5005
Debug enabled on port 5005
[DEBUG][04/20 09:16:09 PM]: Injected 2 field list filters
[DEBUG][04/20 09:16:09 PM]: Injected 2 field filters
[DEBUG][04/20 09:16:09 PM]: Injected 2 method list filters
[DEBUG][04/20 09:16:09 PM]: Injected 3 method filters
In debug mode!
Listening for transport dt_socket at address: 5005
Stealth injection class-filter enabled!
[DEBUG][04/20 09:16:10 PM]: OSBot is now ready!
[INFO][04/20 09:16:11 PM]: Loaded 2 RS accounts!
                                [INFO][04/20 09:16:12 PM]: Welcome to OSBot 2.4.119!
Loaded 0 local scripts and 15 SDN scripts.
[INFO][04/20 09:16:22 PM]: Updated injection hooks for client revision : 139!
[DEBUG][Bot #1][04/20 09:16:22 PM]: Initializing stealth injection bot...
[INFO][Bot #1][04/20 09:16:23 PM]: Downloading latest RS2 old-school client parameters...
Bot failed to initialize! If you are running OSBot from command-line, ensure that the world you entered is valid! If the world you entered is valid, please check the OSBot forums for online/offline status.
[INFO][04/20 09:16:23 PM]: Started bot #1
 


Might not be what you're looking for, but that's the point where it stops loading. Thanks for looking into it!

Try again with this version:
https://osbot.org/devbuilds/osbot 2.4.119.jar

Link to comment
Share on other sites

3 minutes ago, Alek said:

Try again with this version:
https://osbot.org/devbuilds/osbot 2.4.119.jar

Here is the same debug with the provided version.

 

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\yukio>cd\

C:\>cd users\yukio\desktop

C:\Users\yukio\Desktop>java -jar "osbot 2.4.119.jar" -debug 5005
Debug enabled on port 5005
[DEBUG][04/20 09:40:48 PM]: Injected 2 field list filters
[DEBUG][04/20 09:40:48 PM]: Injected 2 field filters
[DEBUG][04/20 09:40:48 PM]: Injected 2 method list filters
[DEBUG][04/20 09:40:48 PM]: Injected 3 method filters
In debug mode!
Listening for transport dt_socket at address: 5005
Stealth injection class-filter enabled!
[DEBUG][04/20 09:40:49 PM]: OSBot is now ready!
[INFO][04/20 09:40:50 PM]: Loaded 2 RS accounts!
[INFO][04/20 09:40:51 PM]: Welcome to OSBot 2.4.119!
Loaded 0 local scripts and 15 SDN scripts.
[INFO][04/20 09:40:54 PM]: Updated injection hooks for client revision : 139!
[DEBUG][Bot #1][04/20 09:40:54 PM]: Initializing stealth injection bot...
[INFO][Bot #1][04/20 09:40:54 PM]: Downloading latest RS2 old-school client parameters...
Bot failed to initialize! If you are running OSBot from command-line, ensure that the world you entered is valid! If the world you entered is valid, please check the OSBot forums for online/offline status.
java.lang.NumberFormatException: For input string: "13a"[INFO][04/20 09:40:55 PM]: Started bot #1

        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at org.osbot.rs07.RS07Parameters.iiIiiiiIiIii(pm:3)
        at org.osbot.rs07.RS07Parameters.<init>(pm:134)
        at org.osbot.core.inject.RS07ClientInjector.inject(fz:276)
        at org.osbot.rs07.Bot.initialize(eh:399)
        at org.osbot.sd.run(ps:192)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 

Link to comment
Share on other sites

Just now, ancientt said:

Here is the same debug with the provided version.

 

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\yukio>cd\

C:\>cd users\yukio\desktop

C:\Users\yukio\Desktop>java -jar "osbot 2.4.119.jar" -debug 5005
Debug enabled on port 5005
[DEBUG][04/20 09:40:48 PM]: Injected 2 field list filters
[DEBUG][04/20 09:40:48 PM]: Injected 2 field filters
[DEBUG][04/20 09:40:48 PM]: Injected 2 method list filters
[DEBUG][04/20 09:40:48 PM]: Injected 3 method filters
In debug mode!
Listening for transport dt_socket at address: 5005
Stealth injection class-filter enabled!
[DEBUG][04/20 09:40:49 PM]: OSBot is now ready!
[INFO][04/20 09:40:50 PM]: Loaded 2 RS accounts!
[INFO][04/20 09:40:51 PM]: Welcome to OSBot 2.4.119!
Loaded 0 local scripts and 15 SDN scripts.
[INFO][04/20 09:40:54 PM]: Updated injection hooks for client revision : 139!
[DEBUG][Bot #1][04/20 09:40:54 PM]: Initializing stealth injection bot...
[INFO][Bot #1][04/20 09:40:54 PM]: Downloading latest RS2 old-school client parameters...
Bot failed to initialize! If you are running OSBot from command-line, ensure that the world you entered is valid! If the world you entered is valid, please check the OSBot forums for online/offline status.
java.lang.NumberFormatException: For input string: "13a"[INFO][04/20 09:40:55 PM]: Started bot #1

        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at org.osbot.rs07.RS07Parameters.iiIiiiiIiIii(pm:3)
        at org.osbot.rs07.RS07Parameters.<init>(pm:134)
        at org.osbot.core.inject.RS07ClientInjector.inject(fz:276)
        at org.osbot.rs07.Bot.initialize(eh:399)
        at org.osbot.sd.run(ps:192)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
 

 

Some people have had success setting the world, so,

 

java -jar "osbot 2.4.119.jar" -debug 5005 -login osbotusername:osbotpassword -bot rslogin:rspassword:1234 -world 336

  • Like 1
Link to comment
Share on other sites

                           [DEBUG][04/21 02:44:59 PM]: Injected 2 field list filters
[DEBUG][04/21 02:44:59 PM]: Injected 2 field filters
[DEBUG][04/21 02:44:59 PM]: Injected 2 method list filters
[DEBUG][04/21 02:44:59 PM]: Injected 3 method filters
In debug mode!
Listening for transport dt_socket at address: 5005
Stealth injection class-filter enabled!
[DEBUG][04/21 02:45:07 PM]: OSBot is now ready!
[INFO][04/21 02:45:09 PM]: Loaded 2 RS accounts!
[INFO][04/21 02:45:15 PM]: Welcome to OSBot 2.4.119!
Loaded 0 local scripts and 2 SDN scripts.
[INFO][04/21 02:45:29 PM]: Updated injection hooks for client revision : 139!
[DEBUG][Bot #1][04/21 02:45:29 PM]: Initializing stealth injection bot...
[INFO][Bot #1][04/21 02:45:37 PM]: Downloading latest RS2 old-school client parameters...
Bot failed to initialize! If you are running OSBot from command-line, ensure that the world you entered is valid! If the world you entered is valid, please check the OSBot forums for online/offline status.
[INFO][04/21 02:45:38 PM]: Started bot #1
java.lang.NumberFormatException: For input string: "13a"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at org.osbot.rs07.RS07Parameters.iiIiiiiIiIii(pm:3)
        at org.osbot.rs07.RS07Parameters.<init>(pm:134)
        at org.osbot.core.inject.RS07ClientInjector.inject(fz:276)
        at org.osbot.rs07.Bot.initialize(eh:399)
        at org.osbot.sd.run(ps:192)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

Link to comment
Share on other sites

  • Alek locked this topic
  • Alek unlocked this topic
  • Alek locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...