-
Notifications
You must be signed in to change notification settings - Fork 222
Audio App crashes Portapack #350
Comments
Can you test both versions and be sure that the older one works? If you tell me the timestamp of the one that works vs the one that does not I can check the differences. BTW I compiled the "latest" -> https://github.com/eried/portapack-havoc/releases |
k, will let you know, luckily i saved the "old" one, alt least the binary. |
my mistake, havnt tested the older version very much (downloaded and compiled 8th April 2020). it has the same error. other modes AM and NFM are not influenced either way. I didnt test any other apps, too many possible combination, it just happend that i was using exactly those two configurations for testing my TPMS sensors |
Strange I do not get a lock if I repeat exactly what you do in those videos, it might be a faulty portapack? PS: btw! I noticed what a beautiful case, the mirrored engraved text worked flawlessly! 🤣🤣🤣 |
i dont know what the Problem can be, that just how it is with my portapack thnx, the housing is great, i printed it on a Formlabs Form2, work very well :) |
I can replicate this as well. If i go into the audio app, set it to WFM, exit and then go into ACARS or TPMS i get a had lock with a red screen reading "M4 Guru Medidtation Unhandled". I can also lock up the audio receiver, by going into WFM mode, exiting audio receiver, and then reopening it. The main screen then partially loads the and then hard locks. Seems to be something caused by WFM mode in the audio app. If i can provide anymore information, please let me know. |
I do not get the exact same type of lock up, but if I do audio, ACARS/TPMS and then back to audio, the audio app locks the portapack (only the upper part refreshes). Maybe some missing initialization stuff, I will play around it to see if I can find something |
Yes, i've only noticed it with the audio app, specifically in WFM mode. I
can help you test whatever scenarios you need.
…On Wed, May 6, 2020 at 12:54 PM Erwin Ried ***@***.***> wrote:
Only with the audio app? I could check the initialization of that one but
it would be helpful if you both @fcanaan <https://github.com/fcanaan>
@helmarw <https://github.com/helmarw> test *all* 👷♂️ the possible
entering/exiting situations that work weird to pin point what is going on.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC4P7XNVMFD7VURXPSECA3RQG6AHANCNFSM4MVSHR7Q>
.
--
FRANK CANAAN
*SYSTEMS ADMINISTRATOR*
T: 805.265.6863
*wearehathway.com <http://wearehathway.com/>*
|
Find the same problem in another app/in-out combination. Im no expert on the code, but with a few examples, it will be evident to fix 😂 I hope lol |
Strangely, the only error I can now replicate over and over is open audio,
switch to wfm mode, exit audio, open audio again, crash. Top 1/3 of
receiver menu shows the rest of the screen is black. Hard lock, have to
reset.
IF I open another Listener app, close it,and then open audio again, it does
not crash. Will keep testing.
…On Wed, May 6, 2020, 1:15 PM Erwin Ried ***@***.***> wrote:
Find the same problem in another app/in-out combination. Im no expert on
the code, but with a few examples, it will be evident to fix 😂 I hope lol
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC4P7Q76MA3FBROPNCJR3DRQHAMLANCNFSM4MVSHR7Q>
.
|
I’ve found a repeatable M4 Guru error. |
I can confirm tht M4 guru error, awesome! I will buzz around the code to see if I can find the source of the problem |
I think I found a way to make it stop hanging :) it needs a call to @fcanaan have you found more bugs? I want to be sure I am not breaking something else before posting the fix |
@fcanaan @helmarw take a look and give me feedback of https://github.com/eried/portapack-havoc/releases/download/nightly/portapack-nightly_202005081310.bin It solves the 1/3 screen hang, but not the M4 guru error yet. |
For me, it is hanging if I go to capture, and then, after that into audio reciever |
OK you are right, this is a different kind of hang tho. We have 1/3 of screen, M4 guru meditation and "just frozen" now. I think there is some stuff not cleanly terminated or such, because this #353 is just calling the on_modulation_changed (which calls again the update_modulation ) and it fixes partially some issues. I am doing some test in pocsag and radiosonde constructors/destructors to see if I find the real issue. |
OK! so I found the M4 guru meditation problem, SPEC just leaves the sampling rate too high... so this issue would be 100% solved... "And I Would've Gotten Away With It Too. If It Weren't For You Meddling @nemanjan00 ." xDDDDD |
OK @nemanjan00 @fcanaan @helmarw Try to hang: https://github.com/eried/portapack-havoc/releases/download/nightly/portapack-nightly_202005061640.bin somehow. I think this ticket could be closed. |
@eried, I did not test that image, but, image built from your master does seem to work without any crashes for me. |
I'll toss the image on my unit at lunchtime and report back to you.
…On Fri, May 8, 2020, 8:35 AM Nemanja Nedeljković ***@***.***> wrote:
@eried <https://github.com/eried>, I did not test that image, but, image
built from your master does seem to work without any crashes for me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC4P7W5Y4UXRFIBPNKLT43RQQRDRANCNFSM4MVSHR7Q>
.
|
Loaded bin. Looking good. Haven't been able to crash it yet. Will keep trying. Thanks! |
No crashes in the image yet. I have found that the map does not load when you view a flight picked up by the ads-b app. The worldmap.bin has been generated correctly and is in the correct spot on the sd card. I even reverted to the last public image I had, and the map functionality came back. I went back to the image that doesnt have crashes, but no map. |
@fcanaan yes I changed the map file for a mercator one instead of equidistant, you can download my world_map.bin from sdcard.rar or check the pullrequests here to create yours from the updated jpg |
hi, sorry had to take care of other stuff last few weeks. great to see the development, I will try out the updated firmware soon! |
GURU still there but Audio doesnt crash anymore, at least not that I could make it |
I cannot trigger guru anymore, how are you triggering it? |
im going into Audio and displaying SPEC and then exit Audio and start TPMS |
Nope, I fixed that :) it was merged today here or you can check my release bin too |
i recompiled it a aprox 11 hours ago from a fresh git clone |
The PR was accepted like 9 hours ago #356, so if you compiled this one 11 hr ago, you still have the guru m4 error |
k makes sense, i was to quick. |
when switching from Audio app to e.g. TPMS and then back to Audio, Portapack crashes
see short video I recorded, happens also from other apps but only when going back to Audio
IMG_5604.mp4.zip
i m using the version just downloaded and compiled 2-3 hours ago.
the version I downloaded and compiled about three weeks ago (04-08 I think) did not have this issue as far as I know
The text was updated successfully, but these errors were encountered: