ZeVo Posted December 18, 2021 Share Posted December 18, 2021 When I launch the OSB launcher it wont let me click mirror mode. The button appears greyed out as if its unavailable. I can't find anything that says it wont be working so I cant figure out what the issue is? Link to comment Share on other sites More sharing options...
Zackaery Posted December 25, 2021 Share Posted December 25, 2021 @ZeVo Open up cmd prompt and do: java -version If it comes back as anything other than Java 1.8.0_XXX, then you have the wrong Java version installed. If you've set your java version to 1.8, then your default loading java for osbot may be loading through a newer version. To test this out, create a batch file by opening up notepad and pasting in the following code: java -jar "osbot 2.6.41.jar" Save this file as "OSBot.bat" and place the file wherever you load your osbot client, e.g. if your osbot.jar file is on your desktop, place the OSBot.bat file on your desktop. Run the batch file, and see if that allows you to run mirror mode. Link to comment Share on other sites More sharing options...