Bool God Posted December 17, 2017 Posted December 17, 2017 Any suggestions on what to do if whenever I try to launch OSBot it says there was an error launching & to make sure my boot options are valid? It then says to check the console for possible error messages.
RONTAG Posted December 17, 2017 Posted December 17, 2017 (edited) if theres error messages in the console, can you post them here? Edited December 17, 2017 by RONTAG
Butters Posted December 18, 2017 Posted December 18, 2017 (edited) Most likely you're using Java 9 and OSBot only works with Java 8. Open a terminal and type java -version if it says something like java version "9" Java(TM) SE Runtime Environment (build 9+181) Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode) You need to uninstall it and install java 8. Alternatively you can point to java 8 directly (if you have several java version installed) when launching osbot from terminal "C:\Program Files\Java\jre1.8.0_131\bin\java" -jar "osbot 2.4.147.jar" Edited December 18, 2017 by nosepicker