trainux Posted May 31, 2018 Share Posted May 31, 2018 (edited) If I execute this command to boot osBot, it throws this error: java -jar "osbot 2.5.8.jar" -debug 5005 -login user@gmail.com:pass -bot user@gmail.com:pass:0000 -world 394 -script FishingBot:none -allow norandoms,lowresource The console sends the following error: bot exited with code: 0 If I execute this other command to start everything is perfect: java -jar "osbot 2.5.8.jar" -debug 5005 -login user@gmail.com:pass -bot user@gmail.com:pass:0000 -world 394 -script FishingBot:none -allow norandoms I need the command "lowresource" Edited May 31, 2018 by trainux Error for Google Traductor Quote Link to comment Share on other sites More sharing options...
Lemons Posted May 31, 2018 Share Posted May 31, 2018 Seems you have some extra spaces, try: java -jar "osbot 2.5.8.jar" -debug 5005 -login user@gmail.com:pass -bot user@gmail.com:pass:0000 -world 394 -script FishingBot:none -allow norandoms,lowresource Quote Link to comment Share on other sites More sharing options...
trainux Posted May 31, 2018 Author Share Posted May 31, 2018 17 minutes ago, Lemons said: Seems you have some extra spaces, try: java -jar "osbot 2.5.8.jar" -debug 5005 -login user@gmail.com:pass -bot user@gmail.com:pass:0000 -world 394 -script FishingBot:none -allow norandoms,lowresource Thanks for the reply but sorry, error in the writing of the post. The command that I try to execute does not take space. I rewrite the command: java -jar "osbot 2.5.8.jar" -debug 5005 -login user@gmail.com:pass -bot user@gmail.com:pass:0000 -world 394 -script FishingBot:none -allow norandoms,lowresource Quote Link to comment Share on other sites More sharing options...
trainux Posted May 31, 2018 Author Share Posted May 31, 2018 You can see the command and the error: https://photos.app.goo.gl/HTI7gfI3lOoCgFZr1 Quote Link to comment Share on other sites More sharing options...