Jump to content

matthew98

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

matthew98's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. 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.
  2. 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)
  3. 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.
×
×
  • Create New...