ID:1997194
 
Resolved
Some maptext could cause infinite loops when used with the webclient.
BYOND Version:509.1316
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 47.0.2526.80
Applies to:Webclient
Status: Resolved (509.1317)

This issue has been resolved.
Descriptive Problem Summary:
It seems like certain maptext will completely overwhelm and crash DreamDaemon in the new release.

Code Snippet (if applicable) to Reproduce Problem:
maptext = "<span style=\"font-size: 25px; font-family: 'minimicraregular'; text-align: center; font-weight: bold;\">[num]"



In this example, text-align used to be incorrectly assigned to font-align (which isn't an actual CSS value). When I changed it to text-align, DD began crashing whenever the maptext displayed.
If the center tag isn't working, that definitely deserves a bug report.
Right-o, I've gone and created a new topic for that.

id:1997218
Hey hey! I think this is the same as the infinite loop issue you've had.
Lummox JR resolved issue with message:
Some maptext could cause infinite loops when used with the webclient.