Complete
over 3 years ago

We are not able to debug app call stacks since they are specific to the app (unless the app is maintained by Garmin). If you have more specific information that is not due to a bug in your app code that leads to a reliably-reproducible crash, we can investigate further.

new fr devices crush in view.initialise

fr255...fr955


Error: System Error
Details: Failed invoking <symbol>
Stack:
  - initialize() at 704b03c0.mb:1886 0x30002d61
  - initialize() at PSX6_Vie.mc:292 0x10002492                               ///HERE WatchFace.initialize();
  - getInitialView() at PSX6_App.mc:247 0x100003bc

Parents
  • I even get this same failure if I create a brand-new watch face in vscode from scratch and try to run it on a Forerunner 955.

    Error: System Error Details: Failed invoking <symbol>

    Stack:

    - initialize() at 704b03c0.mb:1886 0x300032b4

    - initialize() at /Users/rreeder/vscode_garmin/test955/source/test955View.mc:9 0x1000007d

    - getInitialView() at /Users/rreeder/vscode_garmin/test955/source/test955App.mc:21 0x10000047

    I could share the code, but it really is that simple.  Create a new Monkey C Project for a watch face in VSCode (I'm on a Mac), add the Forerunner 955 as a supported device in the manifest, and try building and running.

Comment
  • I even get this same failure if I create a brand-new watch face in vscode from scratch and try to run it on a Forerunner 955.

    Error: System Error Details: Failed invoking <symbol>

    Stack:

    - initialize() at 704b03c0.mb:1886 0x300032b4

    - initialize() at /Users/rreeder/vscode_garmin/test955/source/test955View.mc:9 0x1000007d

    - getInitialView() at /Users/rreeder/vscode_garmin/test955/source/test955App.mc:21 0x10000047

    I could share the code, but it really is that simple.  Create a new Monkey C Project for a watch face in VSCode (I'm on a Mac), add the Forerunner 955 as a supported device in the manifest, and try building and running.

Children
No Data