Motion Blurs causing instant crash
|
|
Resolved
Some values of motion blur still caused crashes.
|
BYOND Version: | 512.1394 |
Operating System: | Windows 7 Pro 64-bit |
Web Browser: | Chrome 61.0.3163.100 |
Applies to: | Dream Seeker |
|
Status: |
Resolved (512.1395)
This issue has been resolved.
|
|
|
Descriptive Problem Summary: The conditions are the same as this issue. Certain higher-end values, as seen below, cause instant crashes now (not hangs). (To be specific, the window instantly freezes and I get the "Dream Daemon has stopped working" Windows message.)
Code Snippet (if applicable) to Reproduce Problem:
mob verb/test() // works: filters += filter(type = "motion_blur", x = 8) // does not work: filters += filter(type = "motion_blur", x = 8, y = 4)
Does the problem occur:
Every time? Or how often? Every time.
When does the problem NOT occur? It does not.
Workarounds: None.
|