Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large Sprites = Publishing Failed: Error #2015 #104

Open
Mlstrum opened this issue Dec 9, 2013 · 1 comment
Open

Large Sprites = Publishing Failed: Error #2015 #104

Mlstrum opened this issue Dec 9, 2013 · 1 comment

Comments

@Mlstrum
Copy link

Mlstrum commented Dec 9, 2013

While trying to export a large animation to Flump (2048x1536), we get an error message saying "Publishing Failed, Error #2015".

Is there somewhere to read what each error message means?

Scene has around 9 PNG backgrounds 2048x1536 with many miscellaneous animations totalling around 15 2048x2048 atlases.

Original Export Formats:
JSONZip,1,"",1,4096,Memory,best
JSONZip,0.5,"",1,2048,Memory,best
JSONZip,1,"",1,4096,Memory,best
JSONZip,0.5,"",1,2048,Memory,best

Tried also
JSONZip,0.5,"",1,2048,Memory,best
JSONZip,0.25,"",1,1024,Memory,best
JSONZip,0.5,"",1,2048,Memory,best
JSONZip,0.25,"",1,1024,Memory,best

@tconkling
Copy link
Owner

This is a list of Flash runtime errors: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/runtimeErrors.html

error 2015 is "invalid BitmapData" - this could mean that Flump is somehow trying to create a texture atlas bitmap with a 0-pixel width or height, or passing some other incorrect parameter to the BitmapData constructor.

If you're able to send the .FLA that's showing the problem, I can take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants