ID:2046878
 
Not a bug
BYOND Version:509
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 48.0.2564.116
Applies to:Dream Maker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
When you create a new icon file of size greater than 32x32 and save and compile your project with the .dmi file empty, if you close the porject and reopen the .dmi will have the transparency in the palette replaced with black.

Numbered Steps to Reproduce Problem:
1. Create a new environment
2. Create a new icon file with a size greater than 64x64
3. Save your file
4. Compile your project
5. Close your project
6. Open your project
7. Notice that there is now a new icon in the icon file that is all black (although it appears transparent in the overview of the icon file) and the transparency part palette has been replaced by black.

Code Snippet (if applicable) to Reproduce Problem:


Expected Results:
The icon keeps its transparency

Actual Results:
Transparency is replaced by black

Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?

When does the problem NOT occur?
If you make an icon in the icon file before saving & compiling.

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.)
Unsure, have yet to test.

Workarounds:
Make sure to make any icon in the icon file before saving & compiling.
It's not really a bug, except possibly for the mask color being black. Adding a state so the icon isn't empty is intended behavior.
Lummox JR resolved issue (Not a bug)
Ah I see, thanks for clearing that up.