darbawt 0 Posted March 26 Share Posted March 26 i open the boot client , type in user and pass . launch in stealth mode the boot menu disappears and nothing happens , no client pops open or nothing. please Quote Link to post Share on other sites
GitKenser 25 Posted March 26 Share Posted March 26 Check logs, prolly is EventError thing. Quote Link to post Share on other sites
darbawt 0 Posted March 26 Author Share Posted March 26 14 minutes ago, GitKenser said: Check logs, prolly is EventError thing. i cant check logs, nothing happens after i type user and pass in . the boot just disappears after i hit run in stealth. the client doesnt even open up Quote Link to post Share on other sites
StarCraftSniper 8 Posted March 26 Share Posted March 26 i think you need to install webwalking located at the bottom of the login GUI Quote Link to post Share on other sites
Gunman 486 Posted March 26 Share Posted March 26 @darbawt Put this in notepad and save it as a .bat file; Then run it same location as OSBot. Logs should pop up in the black box when it crashes. java -jar "osbot 2.6.22.jar" -debug 5005 pause Probably one drive or 3rd party Anti Virus causing the issue Quote Link to post Share on other sites
Randombotter777 0 Posted March 27 Share Posted March 27 @darbawt Tried your fix and it states "Error: Could not find or load main class" bot exited with code : 1 Any ideas? new to site, thanks Quote Link to post Share on other sites
Bimothy 0 Posted March 27 Share Posted March 27 @Gunman Hey I'm have the same issue. One drive is disabled and I don't have any 3rd party antivirus and I'm receiving the same message through the .bat file. Could Windows Defender be causing the issue? thanks in advance Quote Link to post Share on other sites
bigusyeetus 0 Posted March 27 Share Posted March 27 (edited) 17 hours ago, Gunman said: @darbawt Put this in notepad and save it as a .bat file; Then run it same location as OSBot. Logs should pop up in the black box when it crashes. java -jar "osbot 2.6.22.jar" -debug 5005 pause Probably one drive or 3rd party Anti Virus causing the issue I've got the EXACT same issues as Bimothy and Randombotter777 as well! "Error: COuld not find or load main class" "Bot exited with code: 1 " Edited March 27 by bigusyeetus adding more information to solve an error Quote Link to post Share on other sites
tiepatys 0 Posted March 28 Share Posted March 28 (edited) Same debug output for me. I did fresh windows reinstall, java newest version, anti-virus non existant, firewall completely disabled. Devs? any ideas? Edited March 28 by tiepatys Quote Link to post Share on other sites
Czar 21857 Posted March 28 Share Posted March 28 Could be bad path env, or incorrect java, try this? Be sure to check if (x86) or if the jre version is the same (1.8) @echo off title OSBot "C:/Program Files/Java/jre1.8.0_241/bin/java.exe" -jar "OSBot XXXX.jar" -debug 5005 pause Quote Link to post Share on other sites
tiepatys 0 Posted March 28 Share Posted March 28 1 hour ago, Czar said: Could be bad path env, or incorrect java, try this? Be sure to check if (x86) or if the jre version is the same (1.8) @echo off title OSBot "C:/Program Files/Java/jre1.8.0_241/bin/java.exe" -jar "OSBot XXXX.jar" -debug 5005 pause Same error as shown in the picture above. Quote Link to post Share on other sites
tiepatys 0 Posted March 28 Share Posted March 28 Dongraded java to 8u281 and worked. Quote Link to post Share on other sites