bitmap error: Ubuntu 20.04

Former Member
Former Member

Ok, I've given this a real shot, but I feel like I'm either missing something obvious, or there's something else afoot.

I can't load a bitmap.  The error is obtuse.  I know it's finding the png in the path, if I change it, monkeydo's sanity checker bails early.

Error: Invalid Resource Specified
Details: Failed invoking <symbol>
Stack:
- setBitmap() at D:\grmn\prj\di\ciq\toolchain\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:4266 0x30004326
- initialize() at D:\grmn\prj\di\ciq\toolchain\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:4181 0x30004124
- AboutLayout() at Rez:66 0x10003890
- onLayout() at /home/mahlon/tmp/connectiq-tester/source/AboutView.mc:13 0x100022cc
Encountered an app crash

The layout piece I'm loading is simply this:

<layout id="AboutLayout">

<bitmap id="logo" x="center" y="center" filename="../drawables/logo.png" />
</layout>

If I replace the bitmap with a label, everything is fine.  I can't tell if I'm doing something blatantly incorrect, or if it's an artifact of my environment.

Has anyone using linux encountered this?  Suggestions/advice welcome.