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.
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.