December 17, 20178 yr 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.
December 17, 20178 yr if theres error messages in the console, can you post them here? Edited December 17, 20178 yr by RONTAG
December 18, 20178 yr 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, 20178 yr by nosepicker
Create an account or sign in to comment