matthew98 Posted September 5, 2020 Posted September 5, 2020 (edited) When i try to run a normal cli start up command i get this error on MacOS. @MacBook-Pro ~ % java -jar "OSBot.jar" -allow lowresource,lowcpu -login myusername:mypassword -bot test@osbot.com:password:1234 zsh: no matches found: myusername:mypassword @MacBook-Pro ~ % Whereas when i run a standard command without the -login and -bot flag it opens up OSBot jar file but i get this warning: @MacBook-Pro % java -jar "OSBot.jar" -allow lowresource,lowcpu -debug 5005 Starting OSBot in low resource mode Starting OSBot in low cpu mode Debug enabled on port 5005 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.bulenkov.darcula.DarculaLaf (file:OSBot.jar) to constructor com.apple.laf.AquaLookAndFeel() WARNING: Please consider reporting this to the maintainers of com.bulenkov.darcula.DarculaLaf WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Does anybody know why OSBot isn't opening? Is it not working on MacOS? I'm on MacOS Catalina Version: 10.15.5. Edited September 7, 2020 by matthew98
matthew98 Posted September 5, 2020 Author Posted September 5, 2020 (edited) On 9/5/2020 at 8:16 PM, Muffins said: What java version are you using? Java Version 8 update 261. 14.0.2 Java Development Kit. MacBook-Pro ~ % java -version java version "14.0.2" 2020-07-14 Java(TM) SE Runtime Environment (build 14.0.2+12-46) Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing) Edited September 7, 2020 by matthew98
matthew98 Posted September 7, 2020 Author Posted September 7, 2020 I tried downgrading my Java Development Kit to 1.8.0_261. This version is working on my Windows 10 machine. java version "1.8.0_261" Sadly, I get the same results when running from my mac. I'm can only assume that OSBot's CLI -user flag command doesn't work on a MacOS system, at least not mine. Weird, as Java is cross platform.
Muffins Posted September 14, 2021 Posted September 14, 2021 34 minutes ago, Jeletaita said: Anyone solved this? are you using the new M1 chip