Opened 18 years ago
Closed 18 years ago
#251 closed defect (fixed)
Save to image crash
Reported by: | king | Owned by: | king |
---|---|---|---|
Priority: | major | Milestone: | release_1.1 |
Component: | Qt Gui | Version: | |
Keywords: | Cc: |
Description
It looks like save to image is broken when at least using dimensions of 800x380.
Here's the error I got:
Unhandled exception at 0x6a23010e in mussagl.exe: 0xC0000005: Access violation reading location 0x00000000.
Note:
See TracTickets
for help on using tickets.
As it turns out, the SequenceBrowserWidget (which initializes the SaveImageDialog) was being initialized before default_dir shared_ptr. Therefore it was passing on a null pointer which was getting dereferenced when trying to save to image. Save to image is now fixed as of changeset [523].