Jump to content

FirstTimeBotting

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

FirstTimeBotting's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Update on the OSBot Manager: instead of using the jar I downloaded the source code and ran it that way. Using this method I got the manager itself to load, but if I try to log in to OSBot I get: Debug enabled on port 51436 Starting local script with name: \"Explv's Tutorial Island\" Exception in thread "main" java.lang.IllegalArgumentException at org.osbot.ch.<init>(zdb:141) at org.osbot.ch.<init>(zdb:208) at org.osbot.ch.<init>(zdb:684) at org.osbot.HE.IiiiiiiiIiIi(ey:71) at org.osbot.Boot.iiiiiiiiIIiI(et:310) at org.osbot.Boot.launch(et:385) at org.osbot.Boot.main(et:306)
  2. I did load OSBot with -norandoms, and if I wait for it to fully load, I can successfully use the script to login to a free to play world, but if I try to run it from the command line, the script just exits without doing anything.
  3. I was wondering if there is any way to select a world on first login (for example, choosing a specific world/ choosing a f2p world/ choosing a non PvP world). I looked around for a solution but the CLI -world flag is broken on mac Explv had an OSBot manager application which supposedly could do what I want, but I couldn't get it to run and other people seem to have been having the same problem I tried to write an extension to Explv's login handler to choose worlds, which will choose the world I specify, but it doesn't work on first startup (I think because the application tries to start it before the bot is fully loaded and ready to go) Any help would be appreciated.
  4. Same as arbicrax172 ran it on java 1.8 via the command line on a Mac Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:873) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at file_manager.LocalScriptLoader.getScriptFromClass(LocalScriptLoader.java:58) at file_manager.LocalScriptLoader.addScriptsFromJar(LocalScriptLoader.java:51) at file_manager.LocalScriptLoader.getLocalScripts(LocalScriptLoader.java:38) at gui.dialogues.input_dialog.ScriptDialog.<init>(ScriptDialog.java:32) at gui.tabs.ScriptTab.<init>(ScriptTab.java:11) at gui.ManagerPane.<init>(ManagerPane.java:66) at main.ExplvOSBotManager.start(ExplvOSBotManager.java:26) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  5. First post here ever! I don't really even know what I'm entering to win
×
×
  • Create New...