Oklahomie96 Posted September 13, 2017 Share Posted September 13, 2017 can get osbot to launch when i try to login. cant** Quote Link to comment Share on other sites More sharing options...
Oklahomie96 Posted September 13, 2017 Author Share Posted September 13, 2017 as soon as i click launch the login app disappears and acts like its going to open but then nothing happens? Quote Link to comment Share on other sites More sharing options...
Polymorphism Posted September 13, 2017 Share Posted September 13, 2017 Hi! Few things, first if you're using a proxy, ensure that it is not only working, but is SOCKS5 If you are under windows please paste the code below into notepad and save it as "run osbot.bat" in the same folder as your osbot jar >There are some modifications necessary for this code to run properly, ensure you've made these changes! "OSBot.jar" needs to be changed to whatever the name of your OSBot jar is, such as "osbot 2.4.138.jar" OSBOT_USERNAME and OSBOT_PASSWORD will need to be changed to whatever your login details are remember the colon between the 2 Please get post back a screenshot of the black console window. @echo off java -Xmx1024M -jar "OSBot.jar" -login OSBOT_USERNAME:OSBOT_PASSWORD -debug 5010 Quote Link to comment Share on other sites More sharing options...
solace fury Posted September 13, 2017 Share Posted September 13, 2017 10 hours ago, Polymorphism said: Hi! Few things, first if you're using a proxy, ensure that it is not only working, but is SOCKS5 If you are under windows please paste the code below into notepad and save it as "run osbot.bat" in the same folder as your osbot jar >There are some modifications necessary for this code to run properly, ensure you've made these changes! "OSBot.jar" needs to be changed to whatever the name of your OSBot jar is, such as "osbot 2.4.138.jar" OSBOT_USERNAME and OSBOT_PASSWORD will need to be changed to whatever your login details are remember the colon between the 2 Please get post back a screenshot of the black console window. @echo off java -Xmx1024M -jar "OSBot.jar" -login OSBOT_USERNAME:OSBOT_PASSWORD -debug 5010 I am having the same issue but this doesn't do anything, did this work for you? Quote Link to comment Share on other sites More sharing options...