Sleepingsamu Posted September 26, 2018 Share Posted September 26, 2018 So I'm trying to open OSBot, and I can get past the Web Walking and my User/Pass works, however...when I try to click the "Launch" button to actually launch it, nothing happens, nothing pops up and the OSBot launch window disappears. I created a batch file with this particular code: cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x java -jar "%recent%" echo %recent% pause I put it in the same folder as the OSBot .Jar file, and when I run it through the command prompt, the OSBot box will appear, and when I click "Launch", the OSBot box disappears and the cmd prompt tells me to "press any key to continue"...but even when I do that, it still doesn't open. I also have Java 8 installed. Is there anyone who can help me with this problem? Thanks in advance~ Quote Link to comment Share on other sites More sharing options...
Night Posted September 26, 2018 Share Posted September 26, 2018 Google the Jarfix utility and run it, this will probably help. Quote Link to comment Share on other sites More sharing options...