ID:1677645
 
Resolved
Objects without icons displayed a broken image in statpanels.
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 37.0.2062.120
Applies to:Webclient
Status: Resolved (507.1257)

This issue has been resolved.
Descriptive Problem Summary:
Displaying items without icons still attempts to put icon on stat.

Numbered Steps to Reproduce Problem:
Create object
Display object in stat tab

Code Snippet (if applicable) to Reproduce Problem:
mob/Stat()
src.contents += new/obj/ticon()
for(var/obj/ticon/c in contents)
stat(c)

obj/ticon


Expected Results:
No Icon

Actual Results:
Unfound image icon. http://76.84.103.201:1000/icon/65535.png



Does the problem occur:
Every time? Or how often?
In other games? Yes (Omega Mall)

Occurs in all releases of webclient.
Lummox JR resolved issue with message:
Objects without icons displayed a broken image in statpanels.
Nice timing; I had just stumbled onto this myself.