arquicanedo / barbecueboss

Barbecue ConnectIQ App for Garmin Devices
Apache License 2.0
5 stars 0 forks source link

[Bug] Approach S60 crashes on SteakMenuDelegate.mc:45 #103

Open arquicanedo opened 4 years ago

arquicanedo commented 4 years ago

I cannot figure out why. Other watches behave properly. This watch seems to only support CIQ 2.4. Not sure if this is related to that. The error is as follows:

Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack: 
  - onSelect() at /Users/canedo/eclipse-workspace/barbecue_app/source/SteakMenuDelegate.mc:45 0x10006e5b 
  - handleEvent() at /private/var/jenkins/workspace/Tech-Rel-CIQ-Mac/mbsimulator/submodules/technology/monkeybrains/virtual-machine/api/WatchUi.mb:1261 0x30001f6e 
arquicanedo commented 4 years ago

This watch also generates the following error on the SmokeView

Error: Symbol Not Found Error
Details: Could not find symbol 'ProbeTempDrawable'
Stack: 
  - SmokeLayout() at Rez:145 0x1000806f 
  - onLayout() at /Users/canedo/eclipse-workspace/barbecue_app/source/Views/Smoke/SmokeView.mc:22 0x10001af0 

I'm guessing this is something related to the annotations in the monkey.jungle.

arquicanedo commented 4 years ago

The problem with S60 is that it inherits from the templates of 240x240 but it does not have BLT. I'll create a custom resources directory. The first bug still open.

nilsbenson commented 4 years ago

give me a sec- I just fixed it and will push the change

nilsbenson commented 4 years ago

pushed a change that fixes the crash on the SmokeView

nilsbenson commented 4 years ago

Currently I have no idea why it can't find the BitmapPicker for the crash in the steak menu..

arquicanedo commented 4 years ago

Yes, the BitmapPicker is a really strange bug.

arquicanedo commented 4 years ago

It is affecting all the Pickers it seems. If you go to the smoke menu and swipe right it is supposed to go to DurationPiker and it gives a similar error.

arquicanedo commented 4 years ago

I'd say let's eliminate this watch from the supported devices.