ArmyofDragons 28 Posted July 3, 2018 Sifted through like 10+ threads on here trying to find out why my .jar is not loading in the Dreambot\Scripts folder. .jar is compiled as an artifact in IntelliJ and includes the compiled source output. Yes, there is a ScriptManifest. I refreshed, restarted client, etc. and the local script(s) will not show up. Still have no idea why it's not working. Debug Console says nothing related to an error occurring.
Geek 3 Posted July 3, 2018 5 hours ago, ArmyofDragons said: Sifted through like 10+ threads on here trying to find out why my .jar is not loading in the Dreambot\Scripts folder. .jar is compiled as an artifact in IntelliJ and includes the compiled source output. Yes, there is a ScriptManifest. I refreshed, restarted client, etc. and the local script(s) will not show up. Still have no idea why it's not working. Debug Console says nothing related to an error occurring. What worked for me is delete ur Dreambot folder (Be sure to safe any scripts) And delete the launcher it self. Then reinstall it all.
Hashtag 9077 Posted July 3, 2018 If you have more than one local script .jar file in your folder, remove them one by one to see if one of them is causing all of them to disappear. This happens when a .jar file has errors in it and the client fails to load it. However, if that's not the case, you could try to run the client through CMD in case it would catch the error. java -jar -Xbootclasspath/p:%HOMEPATH%/DreamBot/BotData/client.jar %HOMEPATH%/DreamBot/BotData/client.jar
ArmyofDragons 28 Author Posted July 3, 2018 6 hours ago, Hashtag said: If you have more than one local script .jar file in your folder, remove them one by one to see if one of them is causing all of them to disappear. This happens when a .jar file has errors in it and the client fails to load it. However, if that's not the case, you could try to run the client through CMD in case it would catch the error. java -jar -Xbootclasspath/p:%HOMEPATH%/DreamBot/BotData/client.jar %HOMEPATH%/DreamBot/BotData/client.jar Seems like none of the scripts have errors. And when I use "refresh all" it flickers the button and nothing happens. No "loading.." or anything at all.
Hashtag 9077 Posted July 3, 2018 16 minutes ago, ArmyofDragons said: Seems like none of the scripts have errors. And when I use "refresh all" it flickers the button and nothing happens. No "loading.." or anything at all. Did you try to run the client through CMD? Did it say anything?
ArmyofDragons 28 Author Posted July 3, 2018 1 minute ago, Hashtag said: Did you try to run the client through CMD? Did it say anything? Yeah I think I had out of date Java versions on my desktop, so I uninstalled those and I am seeing if it works now.
ArmyofDragons 28 Author Posted July 3, 2018 I fixed it, this can be locked/closed now. Thanks @Hashtag. I find it odd that the debug console doesn't print out errors (that should be fixed...)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.