AlexTaran / flipperzero

My apps for Flipper Zero
MIT License
6 stars 2 forks source link

Crash at startup #5

Open ygbourhis opened 3 months ago

ygbourhis commented 3 months ago

Since the firmware upgrade to 0.100.3 the v1.0 application makes the Flipper Zero crash and reboot.

HappyAmos commented 3 months ago

I'm investigating. One of my apps is also crashing at startup, trying to figure out what changed.

Seems to be crashing at app init in main loop: gui_add_view_port(gui, view_port, GuiLayerFullScreen);

HappyAmos commented 3 months ago

found it: appstate->mutex was never allocated.

Fixed bug and finally added new features all in one big push. I'm so glad it's Saturday. I wish tomorrow were Saturday, too!