k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Menu key causes crash #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Hitting the Menu key
2. Hitting the Menu key, then exiting. Also happens if you try undo, redo, or 
copying and pasting.(There's a lot of things you can do to cause it to crash 
after hitting this button)

What is the expected output? What do you see instead?

There is no expected output - Perhaps the menu you would expect to see when 
right-clicking with certain tools?

Instead, you either crash or nothing happens, then you do one of the said 
actions and crash.

What version of the product are you using? On what operating system?

Version 0.9. I've seen this happen on Windows 7 64-bit and Vista 32-bit.

Please provide any additional information below.

My guess is that it has something to do with the buffers. Specifically the 
drawing buffer, perhaps?

TECH INFO:

  Problem Event Name:   APPCRASH
  Application Name: aseprite.exe
  Application Version:  0.9.0.0
  Application Timestamp:    4e6698c0
  Fault Module Name:    aseprite.exe
  Fault Module Version: 0.9.0.0
  Fault Module Timestamp:   4e6698c0
  Exception Code:   c0000005
  Exception Offset: 00093f2c
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:    1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Original issue reported on code.google.com by ergba...@gmail.com on 13 Mar 2012 at 4:30

GoogleCodeExporter commented 8 years ago

Original comment by davidcapello on 19 Mar 2012 at 11:51

GoogleCodeExporter commented 8 years ago
Fixed with commit f1180e7a71881c95d682c59fea8e14e5892a06bf: 
https://github.com/dacap/aseprite/commit/f1180e7a71881c95d682c59fea8e14e5892a06b
f

Original comment by davidcapello on 20 Mar 2012 at 12:05