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
EAssertionFailed: Exception EAssertionFailed in module tike.exe at 00942F8B.
Assertion failure (C:\BuildAgent\work\82cac59564031c74\keyman\developer\src\tike\debug\Keyman.System.Debug.DebugEvent.pas, line 372).
File "Keyman.System.Debug.DebugEvent.pas", line 373, in Keyman.System.Debug.DebugEvent.TDebugEventList.AddStateItems
end;
File "System.pas", line 24855, in System.@Assert
File "Keyman.System.Debug.DebugEvent.pas", line 372, in Keyman.System.Debug.DebugEvent.TDebugEventList.AddStateItems
Assert(action._type = KM_CORE_IT_END);
File "UfrmDebug.pas", line 473, in UfrmDebug.TfrmDebug.ProcessKeyEvent
FEvents.AddStateItems(FDebugCore.State, vkey, modifier, debugkeyboard);
File "UfrmDebug.pas", line 342, in UfrmDebug.TfrmDebug.HandleMemoKeydown
Exit(ProcessKeyEvent(Message));
...
(11 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
The output from Keyman Core changed in #11172 to emit a
`KM_CORE_IT_INVALIDATE_CONTEXT` action when a frame key is pressed, but
the debugger was not catering for this scenario, causing an assertion
failure.
Fixes: #11486
Fixes: KEYMAN-DEVELOPER-1Y4
The output from Keyman Core changed in #11172 to emit a
`KM_CORE_IT_INVALIDATE_CONTEXT` action when a frame key is pressed, but
the debugger was not catering for this scenario, causing an assertion
failure.
Fixes: #11486
Fixes: KEYMAN-DEVELOPER-1Y4
Sentry Issue: KEYMAN-DEVELOPER-1Y4
The text was updated successfully, but these errors were encountered: