outputting results from bounds can sometimes crash dream seeker in Bug Reports
|
|
Resolved
|
Sending an out-of-bounds turf (e.g., not visible on the user's map) as output to a skin control could cause Dream Seeker to crash.
|
| BYOND Version: | 494 |
| Operating System: | Windows 7 Pro |
| Web Browser: | Chrome 19.0.1084.46 |
| Applies to: | Dream Seeker |
|
| Status: |
Resolved (494)
This issue has been resolved.
|
|
|
bounds returns a list, and sometimes looping through the list elements and outputting them to the output causes a dream seeker crash.
var/v = bounds(m, 0, 0, 0, -32) for(var/e in v) world << e
|
If you can't reproduce it, I can send the developer a private project that reproduces the results. But I do not want to put it up for the public to download.
|