fstyle Posted October 25, 2016 Share Posted October 25, 2016 Yes Either run it from the terminal: java -jar /path/to/dir/explv_osbot_manager*.jar Or setup the .jar file to open with Java on double click, by finding instructions online for your distribution, for example: http://askubuntu.com/questions/192914/how-run-a-jar-file-with-a-double-click nice. it works. by the way, do you still mind configuring it? osbot seems to have a problem on some people when running multiple clients at the same time. can you add like a 10 second delay when running multiple configs/bots? Quote Link to comment Share on other sites More sharing options...
progamerz Posted October 25, 2016 Share Posted October 25, 2016 Can't load configs saved from the 1st version cause of the error of UI serial version or something idk if you can fix it. Quote Link to comment Share on other sites More sharing options...
Explv Posted October 25, 2016 Author Share Posted October 25, 2016 Can't load configs saved from the 1st version cause of the error of UI serial version or something idk if you can fix it. If you have configs from the first version unfortunately it is likely you will have to remake them because I changed the way the serialisation works when I changed to use a table view. 1 Quote Link to comment Share on other sites More sharing options...
Saiyan Posted October 25, 2016 Share Posted October 25, 2016 If you have configs from the first version unfortunately it is likely you will have to remake them because I changed the way the serialisation works when I changed to use a table view. you know how it says set mem for the client if you leave it blank when you start it it sets it to -1 and the manager app times out and doesnt respond am i doing something horribly wrong because it said optional on mem allocation Quote Link to comment Share on other sites More sharing options...
Explv Posted October 25, 2016 Author Share Posted October 25, 2016 you know how it says set mem for the client if you leave it blank when you start it it sets it to -1 and the manager app times out and doesnt respond am i doing something horribly wrong because it said optional on mem allocation -1 is the default option, when it is set to -1 the -mem parameter isn't set by the application. I will change -1 to say something like "default" to make this less confusing Quote Link to comment Share on other sites More sharing options...
Explv Posted October 25, 2016 Author Share Posted October 25, 2016 you know how it says set mem for the client if you leave it blank when you start it it sets it to -1 and the manager app times out and doesnt respond am i doing something horribly wrong because it said optional on mem allocation Issue has been fixed, was related to ) included in the script name Quote Link to comment Share on other sites More sharing options...
Saiyan Posted October 28, 2016 Share Posted October 28, 2016 Issue has been fixed, was related to ) included in the script name Start all, only starts 1 of them and doesnt load the other clients Could you look into this? Edit: I had to start the instances individually with "Start" Quote Link to comment Share on other sites More sharing options...
Explv Posted October 28, 2016 Author Share Posted October 28, 2016 Start all, only starts 1 of them and doesnt load the other clients Could you look into this? Edit: I had to start the instances individually with "Start" Will take a look tonight Quote Link to comment Share on other sites More sharing options...
Antonio Kala Posted October 29, 2016 Share Posted October 29, 2016 Couldn't get it working on windows 2007, can someone confirm or deny if it's currently working for you? Quote Link to comment Share on other sites More sharing options...
Explv Posted October 29, 2016 Author Share Posted October 29, 2016 Couldn't get it working on windows 2007, can someone confirm or deny if it's currently working for you? It has only been tested on Windows 10 and Linux. I will try and add some stuff that will make it compatible with older windows versions Quote Link to comment Share on other sites More sharing options...
Antonio Kala Posted October 29, 2016 Share Posted October 29, 2016 (edited) It has only been tested on Windows 10 and Linux. I will try and add some stuff that will make it compatible with older windows versions Alright thanks let me know if you need access to windows 7, I can let you teamview to one of my servers. Would you know if it works on Centos 7? Edited October 29, 2016 by Antonio Kala Quote Link to comment Share on other sites More sharing options...
Explv Posted October 29, 2016 Author Share Posted October 29, 2016 Alright thanks let me know if you need access to windows 7, I can let you teamview to one of my servers. Would you know if it works on Centos 7? Yes it should work on Centos 7 Quote Link to comment Share on other sites More sharing options...
Tom Posted October 31, 2016 Share Posted October 31, 2016 Couldn't get it working on windows 2007, can someone confirm or deny if it's currently working for you? Are you launching it with command line or by opening as application? java -jar NAMEOFJAR.jar It will 100% work on windows 7, issue is on your end. Quote Link to comment Share on other sites More sharing options...
Explv Posted October 31, 2016 Author Share Posted October 31, 2016 (edited) Alright thanks let me know if you need access to windows 7, I can let you teamview to one of my servers. Would you know if it works on Centos 7? Are you launching it with command line or by opening as application? java -jar NAMEOFJAR.jar It will 100% work on windows 7, issue is on your end. Indeed, I have just tested it on Windows 7 and can confirm that it works. Make sure you are using the latest version of my application and opening the .jar with Java 8, either by right clicking and selecting "Open With", setting the default application for .jar files to Java or, as Tom posted, running it from the command line using "java -jar name_of_the_file.jar" Edited October 31, 2016 by Explv Quote Link to comment Share on other sites More sharing options...
Juggles Posted November 3, 2016 Share Posted November 3, 2016 (edited) Is it possible to have all the settings the same and just change the username?This would save time when you're adding 20+ accounts running the same bot/same settings and all you have to do is change the username for each one. For example, have Script, World Type, Low CPU, Low Resource always set the same and then just change username. Anyways, this is a great feature. Thanks for the release Edited November 3, 2016 by Juggles Quote Link to comment Share on other sites More sharing options...