Hi,
I’m seeing another exception in the ERA Viewer that I’m having trouble explaining.
Error Name: Unhandled Exception
Occurrences: 2
First Occurrence: 2026-01-01
Last Occurrence: 2026-01-02
Devices:
Venu® X1: 15.33
Forerunner® 970: 15.33
App Versions: v1.1.2.1
Languages: deu
Backtrace:
ViewHandler.popView:29
PageMenuDelegate.onBack:43
The exception seems to occur at the decrement (--) operation in the following code:
private static var _stackSize as Number = 0;
public static function popView( transition as SlideType ) as Void {
if( _stackSize < 1 ) {
throw new GeneralException( "ViewHandler.popView called on zero view stack size" );
}
_stackSize--;
WatchUi.popView( transition );
}
Do you have any idea what could trigger an exception at _stackSize-- in this context?
Is it possible that the ERA report is misleading here? I double-checked that the backtrace matches the v1.1.2.1 code.
Source file: