ID:2883812
 
Resolved
Filters requiring more than 2 passes were producing incorrect results, often resulting in objects disappearing or using an old appearance.
BYOND Version:515.1610
Operating System:Windows 10 Home
Web Browser:Firefox 116.0
Applies to:Dream Seeker
Status: Resolved (515.1611)

This issue has been resolved.
Descriptive Problem Summary:

Numbered Steps to Reproduce Problem:
1. Apply filter outline to atom with size >= 3
2. Run project
3. Invisible object
Code Snippet (if applicable) to Reproduce Problem:
obj
step_size = 8
icon = 'smile.dmi'
New()
..()
filters = filter(type="outline",size=3)


Expected Results:
Object appears with 3px outline
Actual Results:
Object vanishes

Does the problem occur:
Every time? Or how often?Every time
In other games?Seems to be all
In other user accounts?N/A
On other computers?Unsure

When does the problem NOT occur?
Set outline filter to size <= 2
When using BYOND 514.1589
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:
None
I need a test project for this report.
Lummox JR resolved issue with message:
Filters requiring more than 2 passes were producing incorrect results, often resulting in objects disappearing or using an old appearance.