Next-Flip / Momentum-Firmware

🐬 Feature-rich, stable and customizable Flipper firmware
https://momentum-fw.dev
GNU General Public License v3.0
3.05k stars 107 forks source link

Flipper Crashes When Opening NFC App or using NFC Radio. [Dev version of the firmware] #111

Closed Ligerbot closed 2 months ago

Ligerbot commented 2 months ago

Describe the bug.

I am using the dev version of the firmware. When I open the NFC app with debug on the flipper crashes. When I use the NFC radio when debug is off the flipper also crashes. The error message it always give is "Out of memory". I would fix this on my firmware but I can not really code in C++ and also I have no idea how flipper apps work. I am also not sure if it is because my NFC radio isn't attached properly because I am in the middle of opening the flipper up. It is almost unscrewed so the radio might not be making electrical contact, but I don't think that would cause an out of memory error.

Reproduction

  1. Open NFC
  2. Use any NFC function that uses the radio.

Target

No response

Logs

No response

Anything else?

No response

Ligerbot commented 2 months ago

Update : It is not my radio, because I tried holding it together and it still was crashing.

Willy-JL commented 2 months ago

Settings > system > heap trace = off

Ligerbot commented 2 months ago

There is no off setting but I set it to main and it worked. Thanks a lot.

Willy-JL commented 2 months ago

It should be on None @Ligerbot . Does it crash on none?