You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
called from bool reverse = edit->getTrack()->reverseAvailable() ? edit->getReverse() : false; (edit_gp_screen.cpp:179)
edit is asserted to be != NULL, but i don't see obvious way for edit->getTrack() to be != NULL, and being null is the easiest way for a method access to raise an abort
From google play console, STK 1.5-beta1
addr2line shows
Full backtace
The text was updated successfully, but these errors were encountered: