darbawt Posted March 26, 2021 Share Posted March 26, 2021 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 comment Share on other sites More sharing options...
Herman Posted March 26, 2021 Share Posted March 26, 2021 Check logs, prolly is EventError thing. Quote Link to comment Share on other sites More sharing options...
darbawt Posted March 26, 2021 Author Share Posted March 26, 2021 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 comment Share on other sites More sharing options...
StarCraftSniper Posted March 26, 2021 Share Posted March 26, 2021 i think you need to install webwalking located at the bottom of the login GUI Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 26, 2021 Share Posted March 26, 2021 @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 comment Share on other sites More sharing options...
Randombotter777 Posted March 27, 2021 Share Posted March 27, 2021 @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 comment Share on other sites More sharing options...
Bimothy Posted March 27, 2021 Share Posted March 27, 2021 @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 comment Share on other sites More sharing options...
bigusyeetus Posted March 27, 2021 Share Posted March 27, 2021 (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, 2021 by bigusyeetus adding more information to solve an error Quote Link to comment Share on other sites More sharing options...
tiepatys Posted March 28, 2021 Share Posted March 28, 2021 (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, 2021 by tiepatys Quote Link to comment Share on other sites More sharing options...
Czar Posted March 28, 2021 Share Posted March 28, 2021 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 comment Share on other sites More sharing options...
tiepatys Posted March 28, 2021 Share Posted March 28, 2021 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 comment Share on other sites More sharing options...
tiepatys Posted March 28, 2021 Share Posted March 28, 2021 Dongraded java to 8u281 and worked. Quote Link to comment Share on other sites More sharing options...
multipleyar Posted April 28, 2021 Share Posted April 28, 2021 On 3/28/2021 at 5:15 PM, tiepatys said: Dongraded java to 8u281 and worked. This works. Got 8u231 and it fixed it. Quote Link to comment Share on other sites More sharing options...