laptop and a wrench

Bug

The tryFatalErrorRecovery() method does not work as expected as it does not clear any fatal errors resulting from a lost WebGL context.

ArcGIS Maps SDK for JavaScript
Bug-ID-Nummer BUG-000160714
EingereichtAugust 16, 2023
Zuletzt geändertDecember 6, 2024
Gilt fürArcGIS Maps SDK for JavaScript
Gefunden in Version4.27
BetriebssystemN/A
BetriebssystemversionN/A
StatusNon-Reproducible

Zusätzliche Informationen

This is an asynchronous issue. The tryFatalErrorRecovery() method works correctly when a fatal error has occurred. Use view.watch() to look for a fatal error, and then use the tryFatalErrorRecovery() method. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#fatalError for more information. view.watch("fatalError", function(error) { if(error) { console.error("Fatal Error! View has lost its WebGL context. Attempting to recover..."); view.tryFatalErrorRecovery(); } });

Schritte zur Reproduzierung

Bug-ID: BUG-000160714

Software:

  • ArcGIS Maps SDK for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln