OSX 10.15.6 All Projects stuck on "Launching Delegate"

Hi - 

I have a very simple watchface that I have successfully been building for myself. Recently when I try and use a Run Configuration, Eclipse gets stuck on about 45% of the way through the build and reports "Launching Delegate...". It fails because of timeout. I have removed the 60 second timeout limitation and it just sits there forever.

I have updated to the latest SDK and tried using old ones. I've removed eclipse and reinstalled, changed workspaces, created new empty watchfaces to test with - all with the same results.

ANY help would be appreciated at this point - I'm unable to use the simulator or the "build for device" wizard to update my watchface.

Thank you!

  • Just to note: I am unable to BUILD anything at this point. I have moved the SDK folder, redownloaded the java VM, made sure the folder containing the .prg is writable, changed workspace folders.

    ANY help would be appreciated, I've spent about 5 hours on this already.

  • I have tried using the java VM from 15, 14 and 11 with the same results. I have taken the eclipse build command and typed in into terminal to run myself with the same issues - just runs and runs without any type of error message or result.

    Is there a log file somewhere that I can look at? Could this be related to permissions? I'm not sure why NOTHING happens.

    Command Here:

    /Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/MY_USER/Documents/Garmin/connectiq-sdk-mac-3.2.3-2020-10-13-c14e609bd/bin/monkeybrains.jar -o /Users/MY_USER/eclipse-workspace/TEST/bin/TEST.prg -w -y /Users/MY_USER/Documents/Garmin/developer_key -d fenix6_sim -s 3.2.0 -f /Users/MY_USER/eclipse-workspace/TEST/monkey.jungle 

  • I have also tried not using Eclipse at all to build with this command with the same results:

    monkeyc -o /Users/MY_USER/eclipse-workspace/TEST/bin/TEST.prg -y /Users/MY_USER/Documents/Garmin/developer_key -d fenix6_sim -s 3.2.0 -f /Users/MY_USER/eclipse-workspace/TEST/monkey.jungle 

  • It looks like this may be a Java issue? I'm also unable to open the java system preferences applet either through the GUI or through the command line. I've removed java and reinstalled it with the same results. I'm beginning to think this is some strange OSX/Java/Permissions thing

  • When I run monkeyc from the commandline, a monkeybrains title bar shows up and then a java icon shows up in my taskbar and sits there. I have to force close it to go away. If I right click and hit show in finder, it brings me to the java executable in the JDK 15 VM folder (if 15 is installed, or 11 if 15 is not installed). I have tried giving the java file permissions through security and permissions with no luck.