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

Selection Crash #413

Closed
aseprite-bot opened this issue Aug 20, 2014 · 1 comment
Closed

Selection Crash #413

aseprite-bot opened this issue Aug 20, 2014 · 1 comment

Comments

@aseprite-bot
Copy link
Collaborator

From DragonDe...@gmail.com on June 16, 2014 03:21:27

What steps will reproduce the problem? I...have no idea why ASEprite crashed on me. I was editing the attached image and when I made a selection, the program quickly crashed on me. It doesn't normally crash when you try making selections, though. What is the expected output? What do you see instead? A selection is made; The program crashes. What version of the product are you using? On what operating system? ASEprite v1.0.1; Windows 8

Attachment: aseprite-memory.dmp Characters.gif

Original issue: http://code.google.com/p/aseprite/issues/detail?id=413

@aseprite-bot aseprite-bot added this to the v1.0 milestone Aug 20, 2014
@aseprite-bot
Copy link
Collaborator Author

From davidcapello on June 16, 2014 17:40:28

It could be a memory problem (not enough memory to allocate some internal structures).

Note for the developer: the problem is in Editor::drawOneSpriteUnclippedRect() when the "tmp" bitmap is destroyed (a check for "tmp != NULL" is missing): https://github.com/aseprite/aseprite/blob/dev/src/app/ui/editor/editor.cpp#L401

Status: Accepted
Owner: davidcapello
Labels: Milestone-1.0

@dacap dacap closed this as completed in 80073e6 Oct 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant