Acknowledged

Simulator does not work with the most basic example setup from the docs

Trying to develop for the Venu3, but new to Connect IQ platform
Can't get a basic developing setup to work by following the tutorials.

Creating a project all seems to go fine, but running a file like MetronomeApp.mc by pressing F5 will via Run > Run without Debugger launches the Simulator but simply gives me a gray screen with 0 interaction options. 

Weirdly enough, when I sideload the app onto my watch it does seem to work which makes it even stranger.

Launching the simulator does give me an error in VSCode about being 'Unable to connect to the simulator'

Sadly a lot of the documentation seems outdated or otherwise suggests things work differently from how it actually does. (no .vscode folder is created automatically, no screens in the simulator, etc).

Details about my setup:

- host on Windows 11

- VS Code version 1.89.1

- Latest version of the Monkey C extension

- Connect IQ SDK 7.1.1 installed

- All Watches/Wearables as devices installed

- Running verify installation in vscode via the command prompt works fine

- Running Java jre1.8

- Command that is used to launch the simulator: 

c:\Program Files\Java\jre-1.8\bin\java.exe -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar c:\Users\...\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-7.1.1-2024-04-17-66d0159ae\bin\monkeybrains.jar -o bin\Metronome.prg -f c:\Users...\Metronome\monkey.jungle -y c:\...\developer_key -d venu3_sim -w

Parents
  • Hi Brad,

    There is definitely no simulators running. Cancelling the "Run" through VSCode, rebooting and then retrying on a freshly booted system, restarting VSCode, killing the simulator.exe through task manager are all ways I have tried but to no avail. 

    I don't see how running the simulator from the Roaming folder it is installed is supposed to change things? It also does not seem to work.

    In all cases the simulator boots to an empty gray screen in which I can perform `File > {Kill Device, View Memory, View Profiler, Edit Persisten Storage, Delete All Apps, Quit}` 
    All other options are grayed out. None of the options show any information. The watch UI is never loaded.

    (I got it to work on my Linux boot so I have an idea of what it should look like I guess)

    If you need any more information let me know

Comment
  • Hi Brad,

    There is definitely no simulators running. Cancelling the "Run" through VSCode, rebooting and then retrying on a freshly booted system, restarting VSCode, killing the simulator.exe through task manager are all ways I have tried but to no avail. 

    I don't see how running the simulator from the Roaming folder it is installed is supposed to change things? It also does not seem to work.

    In all cases the simulator boots to an empty gray screen in which I can perform `File > {Kill Device, View Memory, View Profiler, Edit Persisten Storage, Delete All Apps, Quit}` 
    All other options are grayed out. None of the options show any information. The watch UI is never loaded.

    (I got it to work on my Linux boot so I have an idea of what it should look like I guess)

    If you need any more information let me know

Children
No Data