Crashes with images and vis_contents
|
|
Resolved
Images in the visual contents of their container could cause a recursion that crashed the server.
|
BYOND Version: | 513 |
Operating System: | Windows 10 Home 64-bit |
Web Browser: | Chrome 85.0.4183.83 |
Applies to: | Dream Daemon |
|
Status: |
Resolved (513.1533)
This issue has been resolved.
|
|
|
Descriptive Problem Summary: Server crashes when code snippet is ran.
Numbered Steps to Reproduce Problem: Unpack the test case, run it, and use the test command.
Code Snippet (if applicable) to Reproduce Problem:
mob verb/test1() var/image/i = image(loc = src) i.vis_contents += src src << i
When does the problem NOT occur? N/A
http://files.byondhome.com/FKI/Playground.rar
|