itsrudisha 0 Share Posted March 24, 2020 I can get to the point where the scripts pops up... but once I click the script I want, then select my account and hit start, nothing happens. The interface doesn't pop up like it used to and the scripts window doesn't close. I've already tried deleting the dreambot folder and redownloading everything. I also have the client in fresh start mode. Any tips? Thanks! Link to comment Share on other sites More sharing options...
itsrudisha 0 Author Share Posted March 24, 2020 (And yes, I've tested other scripts. Nothing starts) Link to comment Share on other sites More sharing options...
Hashtag 8369 Share Posted March 25, 2020 Try running the client with the following command in Command Prompt: java -jar -Xbootclasspath/p:%HOMEPATH%/DreamBot/BotData/client.jar %HOMEPATH%/DreamBot/BotData/client.jar Then look at the black window and see if it catches any kind of errors. Link to comment Share on other sites More sharing options...
itsrudisha 0 Author Share Posted March 26, 2020 11 hours ago, Hashtag said: Try running the client with the following command in Command Prompt: java -jar -Xbootclasspath/p:%HOMEPATH%/DreamBot/BotData/client.jar %HOMEPATH%/DreamBot/BotData/client.jar Then look at the black window and see if it catches any kind of errors. I got this: Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: Truncated class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at org.dreambot.server.net.0.0.findClass(0.java:34) at org.dreambot.api.script.loader.NetworkLoader.getRemoteClass(NetworkLoader.java:79) at org.dreambot.0.1.0.0.4.4(4.java:108) at org.dreambot.0.1.0.0.2.4(2.java:256) at org.dreambot.0.1.0.0.2$$Lambda$236/25759826.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$400(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now