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
There's now no good way for a VM stack trace to be shown when a fatal Glk error is raised. This would require basically a whole ecosystem rethink, but there are a few possible ways we could do this:
Have GlkApi ask the VM for a stack trace
Don't display any errors directly from GlkApi, but throw an error, require the VM to catch it, and then show the error itself.
The text was updated successfully, but these errors were encountered:
There's now no good way for a VM stack trace to be shown when a fatal Glk error is raised. This would require basically a whole ecosystem rethink, but there are a few possible ways we could do this:
The text was updated successfully, but these errors were encountered: