Ruoloc Posted February 27, 2022 Share Posted February 27, 2022 HELP! !!!! !! T_T lol. I'm trying to test scripts on my MacBook instead of having to swap between desktop and back.. Each time I launch the OSBot jar, it will open to the launcher, and then once logged in, it won't launch the bot client. Unsure if anyone has had this issue before. Searched around on the forums a bit, couldn't find much other than a suggestion for a Zulu Java version, though installing this and then trying again(after reboot) didn't change the outcome. This is what shows when running through terminal, not sure if that debug will be useful information. Any advice, suggestions or fixes greatly appreciated. Thanks :- ) Quote Link to comment Share on other sites More sharing options...
Gunman Posted February 27, 2022 Share Posted February 27, 2022 @Ruoloc Try adding the -debug 5005 flag when launching from the command line, will show more debug info. Could try using Java 8, possible it's an issue with Java 11 support Quote Link to comment Share on other sites More sharing options...
Ruoloc Posted February 28, 2022 Author Share Posted February 28, 2022 Update: Resolved. The issue seemed to be that I was unable to pick which Java version I wanted to use. I had to remove all versions using the following terminal commands; sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -rf /Library/Application\ Support/Oracle/Java/ sudo rm -rf /Library/Java/JavaVirtualMachines Then I had to install a JDK 8 ARM version from Azul. This can be found here: https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk My java now looks a little funky but it works >.> 2 Quote Link to comment Share on other sites More sharing options...
guevaram Posted March 4, 2022 Share Posted March 4, 2022 On 2/27/2022 at 7:50 PM, Ruoloc said: Update: Resolved. The issue seemed to be that I was unable to pick which Java version I wanted to use. I had to remove all versions using the following terminal commands; sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -rf /Library/Application\ Support/Oracle/Java/ sudo rm -rf /Library/Java/JavaVirtualMachines Then I had to install a JDK 8 ARM version from Azul. This can be found here: https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk My java now looks a little funky but it works >.> How did you generate the icon to appear in the dock? after i install it it's installed but i cant get the azul icon to appear at the bottom or atleast i cant open the osbot without using that as the default launcher. Quote Link to comment Share on other sites More sharing options...
Cod3xDev Posted March 5, 2022 Share Posted March 5, 2022 can you confirm for me if your M1 Mac works with the hardware mouse checkbox ticked? for me it doesn't work properly on my M1 Macbook Quote Link to comment Share on other sites More sharing options...
Ruoloc Posted March 11, 2022 Author Share Posted March 11, 2022 On 3/5/2022 at 3:52 PM, Cod3xDev said: can you confirm for me if your M1 Mac works with the hardware mouse checkbox ticked? for me it doesn't work properly on my M1 Macbook I can confirm that hardware mouse works fine for my M1 MacBook Air on Stealth Mode. I've not got premium so cannot check Mirror. Quote Link to comment Share on other sites More sharing options...
Ruoloc Posted March 11, 2022 Author Share Posted March 11, 2022 On 3/5/2022 at 6:46 AM, guevaram said: How did you generate the icon to appear in the dock? after i install it it's installed but i cant get the azul icon to appear at the bottom or atleast i cant open the osbot without using that as the default launcher. Is the only version of Java installed the Azul version? I had to run those commands, then reinstall the Azul Java sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -rf /Library/Application\ Support/Oracle/Java/ sudo rm -rf /Library/Java/JavaVirtualMachines After running those and installing new Java, the Java icon changed to that funky little guy instead of the coffee cup. Try running this command in your terminal : 'java -jar *Drag your OsBot Jar file into the terminal* -debug 5005' then you can compare your terminal response to mine below. felix@felixs-air ~ % java -jar /Users/felix/OSBot/OSBot\ 2.6.42.jar -debug 5005 Debug enabled on port 5005 [DEBUG][03/11 09:02:03 PM]: Injected 2 field list filters [DEBUG][03/11 09:02:03 PM]: Injected 2 field filters [DEBUG][03/11 09:02:03 PM]: Injected 2 method list filters [DEBUG][03/11 09:02:03 PM]: Injected 3 method filters In debug mode! Listening for transport dt_socket at address: 5005 Stealth injection class-filter enabled! Successfully loaded OSBot! [INFO][03/11 09:02:04 PM]: Welcome to OSBot 2.6.42! [INFO][03/11 09:02:04 PM]: Loaded 4 RS accounts! [INFO][03/11 09:02:05 PM]: Script list refreshed and loaded 8 scripts. Check your java version also using : 'java -version' and see what it's saying. Quote Link to comment Share on other sites More sharing options...
Arthur Posted March 11, 2022 Share Posted March 11, 2022 On 2/28/2022 at 11:50 AM, Ruoloc said: Update: Resolved. The issue seemed to be that I was unable to pick which Java version I wanted to use. I had to remove all versions using the following terminal commands; sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -rf /Library/Application\ Support/Oracle/Java/ sudo rm -rf /Library/Java/JavaVirtualMachines Then I had to install a JDK 8 ARM version from Azul. This can be found here: https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk My java now looks a little funky but it works >.> This worked for me. 1 Quote Link to comment Share on other sites More sharing options...
Ruoloc Posted March 12, 2022 Author Share Posted March 12, 2022 On 3/5/2022 at 3:52 PM, Cod3xDev said: can you confirm for me if your M1 Mac works with the hardware mouse checkbox ticked? for me it doesn't work properly on my M1 Macbook Sorry, Didn't test it much. It takes control, but hovers objects and npc's for a long period. I'm not sure what the issue is though. Quote Link to comment Share on other sites More sharing options...
KryptiX Posted October 16, 2023 Share Posted October 16, 2023 Thank for this @Ruoloc! I tried you're first step and worked flawless on my M2 Mac Pro 2023 Quote Link to comment Share on other sites More sharing options...