Bug 363074 - Multiple issues with "Create copy from current image" including a crash
Summary: Multiple issues with "Create copy from current image" including a crash
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: 3.0 Beta
Platform: Microsoft Windows Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-14 16:07 UTC by Azure
Modified: 2016-05-18 21:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Azure 2016-05-14 16:07:14 UTC
There are three distinct issues that alternate whenever you use the "Create copy from current image" option in the file menus.

1. Krita crashes, either immediately after you select the "Create copy from current image" option, or immediately after the copy has been created and you try to do anything else in krita. Multiple runtime error popup messages appear and won't close. Krita has to be force closed from the task manager.
2. The canvas is copied correctly, but the contents are copied to a fraction of the size of the original, and aligned with the top left corner onto a canvas that's the size of the original document
3. The whole document is copied correctly, but the canvas appears blank until you change the visibility of one of the layers. After you do so, everything appears normal.

All three of these seem to randomly alternate with each other every time you try to copy a document.

Reproducible: Sometimes

Steps to Reproduce:
1. Open a non-blank document
2. Select the "Create copy from current image" option within the file menu

Actual Results:  
Any of the following three outcomes:
1. Krita crashes. Multiple runtime error popups appear and cannot be closed. Krita has to be force closed from the task manager.
2. A document is created with the same canvas dimensions as the original, but the contents are scaled down to a fraction of the original size
3. A correct copy of the document is created, but appears blank until you change the visibility of any layer

Expected Results:  
An exact copy of the document is made without issues

The specific 3.0 beta build I'm using is git d330a4a
Comment 1 Halla Rempt 2016-05-18 20:08:02 UTC
It actually looks like this is solved in RC1 , and the issue with the scaled down contents sounds familiar to a bug that I know was fixed. Can you check with the latest builds? I cannot reproduce it anymore in any case.
Comment 2 Azure 2016-05-18 21:14:17 UTC
All three of the issues do appear to be fixed in RC1, the "Create copy from current image" now works without a problem for me.
Comment 3 Halla Rempt 2016-05-18 21:34:54 UTC
Yay!