LTVA1 / flipper-zero-video-player

An application for playing videos (with sound) on Flipper Zero.
MIT License
131 stars 5 forks source link

crashes on 0.98.3 #11

Open oj-briodd opened 7 months ago

oj-briodd commented 7 months ago

same issue as the previous issue, i load the video player fap and open my bnd file then the flipper immediately crashes and says "furi_check failed" Screenshot-20240218-202338

LTVA1 commented 7 months ago

Hm, I remember updating the app like a week ago. Will check today, hopefully

LTVA1 commented 7 months ago

Okay, it indeed crashes. I need to investigate

LTVA1 commented 7 months ago

Weird, I recompiled on different machine and it does not crash... I still think that it would crash for you, but please try this version video_player.zip

oj-briodd commented 7 months ago

sorry im away from my computer at the moment, i tried that but it doesn't even launch it says "preload failed media/video_player.fap update firmware to use with this application (apitoonew)"

On Mon, Feb 19, 2024, 2:19 AM LTVA1 @.***> wrote:

Weird, I recompiled on different machine and it does not crash... I still think that it would crash for you, but please try this version video_player.zip https://github.com/LTVA1/flipper-zero-video-player/files/14327721/video_player.zip

— Reply to this email directly, view it on GitHub https://github.com/LTVA1/flipper-zero-video-player/issues/11#issuecomment-1951840009, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGICY4FVYE6LE4JTE5MMQVDYUL4JBAVCNFSM6AAAAABDOTWE42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRHA2DAMBQHE . You are receiving this because you authored the thread.Message ID: @.***>

LTVA1 commented 7 months ago

Hm, for me it shows API version mismatch but still allows to continue...

LTVA1 commented 7 months ago

Okay, I compiled dev branch official firmware, installed it, then compiled my app and launched it. And everything works. Try cloning the firmware repo and then running ./fbt.cmd flash_usb_full (for Windows; for Linux run ./fbt flash_usb_full). It will compile the firmware, and install it (it will take a while). Then try to launch the app that I linked above.