Jump to content

[SOLVED] OSBot Client won't load


Chambo

Recommended Posts

I've currently tried both OSBot 2.4.118 & 2.4.119 and both have the same problem. I click on the jar and it opens the initial login form. But after I click Launch nothing happens. I have tried...

 

  • Deleting and redownloading both files
  • Deleting Java and reinstalling
  • Searching google for possible solutions
  • Search OSBot for possible solutions

It has been like this for the past 1-2 weeks and I haven't found a solution yet. Does anyone have any insight and/or fixes for this problem?

Edit:

Now its not showing a stable version?

 

c7b6b04c6ae84feb2a0ba51aa4a8a54b.png

 

Moderator please close this! Solved!

Edited by Chambo
Solved. If you need help with this check the last quote by me.
Link to comment
Share on other sites

Hmm.. Not showing a stable version..

just a thought, have you verified that java is working correctly on your system?

i recently had to do a hot fix on my java for some off reason.

Now on MAC OSX I would say delete everything in Finder related to Osbot and start fresh. 

MAC's can be finnicy when it comes to .jars :-/

I hope your situation gets resolved. Have you talked with Alek or Maldesto?

Link to comment
Share on other sites

10 hours ago, Hi G00gle said:

Can you try to conpletely disable your firewall? It might block the connection. If you don't know how, please qoute me with what type OS you are running.

It is now showing the stable version number. I have disabled my firewall as well as my anti virus and it still will not work. 

I have Windows 10 and tried running the jar from command prompt and I get the following errors:

C:\Users\Chambo\Desktop>java -jar OSBot_2.4.118.jar
Error: Unable to access jarfile OSBot_2.4.118.jar

C:\Users\Chambo\Desktop>java -Xmx512M OSBot_2.4.118.jar
Error: Could not find or load main class OSBot_2.4.118.jar

I've also deleted all folders related to OSBot and deleted the jar file and redownloaded it as well. But still nothing. It still brings up the first launch screen but after I click launch OSBot will completely exit.

Link to comment
Share on other sites

16 minutes ago, Chambo said:

It is now showing the stable version number. I have disabled my firewall as well as my anti virus and it still will not work. 

I have Windows 10 and tried running the jar from command prompt and I get the following errors:


C:\Users\Chambo\Desktop>java -jar OSBot_2.4.118.jar
Error: Unable to access jarfile OSBot_2.4.118.jar

C:\Users\Chambo\Desktop>java -Xmx512M OSBot_2.4.118.jar
Error: Could not find or load main class OSBot_2.4.118.jar

I've also deleted all folders related to OSBot and deleted the jar file and redownloaded it as well. But still nothing. It still brings up the first launch screen but after I click launch OSBot will completely exit.

 

That basically means your path's are not set correct. Please try this:

 

C:\Program Files\Java\jdk1.8.0_60 

^ This is a example, update the path to your current Java version. DO NOT INCLUDE THE BIN FOLDER.

You can set your Java path by doing:

1. Go to your Windows 10 search box, and type Advanced System Settings.

2. Click on Environment variables.

3. CLick under the 'System variables' on New... - Type under Variable name: JAVA_HOME and then type C:\Program Files\Java\jdk1.8.0_60 (DO NOT INCLUDE THE BIN FOLDER, and update according to your jdk version)

4. Also make sure you have the PATH included, there should be a line like: %JAVA_HOME%\bin

 

Now we should check if the configuration was succesfull:

 

java -version should prompt you with a message stating your Java version.

As for the Java compiler:

javac -version

And now to check if your path was succesfully created:

echo %JAVA_HOME%

 

Let me know if it worked out for you.

Edited by Hi G00gle
  • Like 1
Link to comment
Share on other sites

1 hour ago, Hi G00gle said:

 

That basically means your path's are not set correct. Please try this:

 

C:\Program Files\Java\jdk1.8.0_60 

^ This is a example, update the path to your current Java version. DO NOT INCLUDE THE BIN FOLDER.

You can set your Java path by doing:

1. Go to your Windows 10 search box, and type Advanced System Settings.

2. Click on Environment variables.

3. CLick under the 'System variables' on New... - Type under Variable name: JAVA_HOME and then type C:\Program Files\Java\jdk1.8.0_60 (DO NOT INCLUDE THE BIN FOLDER, and update according to your jdk version)

4. Also make sure you have the PATH included, there should be a line like: %JAVA_HOME%\bin

 

Now we should check if the configuration was succesfull:

 

java -version should prompt you with a message stating your Java version.

As for the Java compiler:

javac -version

And now to check if your path was succesfully created:

echo %JAVA_HOME%

 

Let me know if it worked out for you.

Thanks man this helped! I also instead downloaded windows x64 Version instead of x86 and installed it into Program Files not Program Files(x86) and it is finally working again! Thanks for the help everyone!

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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