Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

App working on simulator but not Versa

I made a new Nixie Tube watchface, but it only runs on the Fitbit OS Simulator. When I attempt to run it on my actual device, it doesn't work. It shows the time, but then numbers start to flicker and disappear. Some never even load, especially 2's and 8's. The strangest thing is, the app it's based off of, https://github.com/Fitbit/sdk-lcd-clock , seems to run fine on the Fitbit! And all I changed were the photos. I even kept the names all the same. Any ideas what's going on? This is my Log so far:

 

[HOST][1:18:05 PM]Companion launched by [peerAppLaunched]
[HOST][1:18:05 PM]App Started
[1:18:06 PM]Error -1 Invalid path '/mnt/assets/./resources/.png'
[1:18:10 PM]Error 0 Critical glue error
[1:18:10 PM]Error -1 Invalid path '/mnt/assets/./resources/8.png'
[1:20:02 PM]Error 0 Critical glue error
[1:20:02 PM]Error -1 Invalid path '/mnt/assets/./resources/2.png'
[1:20:02 PM]Error 0 Critical glue error
[1:20:02 PM]Error -1 Invalid path '/mnt/assets/./resources/0.png'
 
 
Please help me!
Best Answer
0 Votes
1 REPLY 1

Your images are bigger than the size you've specified in the index.gui, so the device is probably struggling to dynamically resize them.

Best Answer
0 Votes