ID:1970957
 
Resolved
Images without a loc set caused the map renderer to fail.
BYOND Version:509.1309
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 46.0.2490.71
Applies to:Webclient
Status: Resolved (509.1310)

This issue has been resolved.
Descriptive Problem Summary:

The renderer will at times randomly break and become unresponsive. This issue is identical to id:1923088.

Uncaught Uncaught Error: NullError: Cannot call "_appearance" on null
Stack Trace:
TypeError: Cannot read property '_appearance' of undefined
at AtomInfo.dart.AtomInfo.MapIcons$2 (http://localhost:5000/res/webclient.dart.js:3825:91)
at AtomInfo.dart.AtomInfo.MapIcons$1 (http://localhost:5000/res/webclient.dart.js:3937:19)
at AtomInfo.dart.AtomInfo.RefreshIcons$0 (http://localhost:5000/res/webclient.dart.js:3751:31)
at AtomInfo.dart.AtomInfo.MapIcons$2 (http://localhost:5000/res/webclient.dart.js:3910:17)
at AtomInfo.dart.AtomInfo.MapIcons$1 (http://localhost:5000/res/webclient.dart.js:3937:19)
at AtomInfo.dart.AtomInfo.RefreshIcons$0 (http://localhost:5000/res/webclient.dart.js:3751:31)
at ByondMap.dart.ByondMap.copyMapAtoms$3 (http://localhost:5000/res/webclient.dart.js:9805:12)
at ByondMap_doAtoms_closure.dart.ByondMap_doAtoms_closure.call$1 (http://localhost:5000/res/webclient.dart.js:10518:14)
at JSArray.dart.JSArray.forEach$1 (http://localhost:5000/res/webclient.dart.js:18451:11)
at ByondMap.dart.ByondMap.doAtoms$2 (http://localhost:5000/res/webclient.dart.js:9764:25)
Lummox JR resolved issue with message:
Images without a loc set caused the map renderer to fail.