ID:85066
 
Resolved
Fixed in 456
BYOND Version:455.1046
Operating System:Windows 7 Ultimate 32-bit
Web Browser:Firefox 3.5.4
Status: Resolved (456)

This issue has been resolved.
Descriptive Problem Summary:
When making a 256x256 pixel icon in dream maker's icon editor, the flood option causes dream maker to crash.
Numbered Steps to Reproduce Problem:
1. Create a new icon file(new or old environment did not make a difference)
2. Set the icon file's size to 256x256
3. Select Flood and a color.
4. Click anywhere on the icon to flood with a color and dream maker immediately crashes.

Expected Results:
A solid color icon.
Actual Results:
A crashed dream maker.
Does the problem occur:
Every time? Or how often?
Every time.
When does the problem NOT occur?
Never.

Ah, probably a stack overflow due to the depth-first fill. That should be easy to fix.
Thank you much.