Page 1 of 1

App craches when I try to move layers

Posted: Mon Oct 19, 2020 1:58 pm
by bloojesd
Time to time, when I try to move layers down or up, just click them with mouse and move a little bit, app crashes and close everything. And doesn't matter is document is freshly created or few hours of work. This day it's happened 3 times already :(

The problem started to appear after recent update V 2.46(before that, everything worked fine).
One more thing that I changed after update is that I started to use .pss instead of .psd

Here's the last crash log.

______________


WinProc:
onMouseLeftUp
_INTERFACE::sendMessage msg=514 1 2 3
_wnd::getMessage
_wnd::getMessage_Layers

mousex=2414
mousey=339
WindowWidth=2560
WindowHeight=1440
CB=159
tool=20
maintool=42
mbuttondown=0

irf infinitytool=0
irf tooloptions=1
irf somemenu=0
irf curidw=9
irf aw=9
irf curbrprev=0
irf cursheetgroup=0
irf brform_activeitem=0
irf brushesactivegroup=1

brush bristle=0
brush brmode=2
brush mask=0
brush texture=0

CL=5
cd=1
ctrlz_num=170
ctrlz_size=170
numOflayers=5
docWidth=2684
docHeight=3689
docPutx1=0
docPuty1=0
docPutx2=2684
docPuty2=3689

cm=0
curp=0
numofp=0

GPU enable=1
GPU fastmode=0
GPU support=1
GPU tempsunsupport=0
GPU unsupportFunc=0
GPU vorsSupport=1

Thread save psd=0
Thread lock dcl=0

Re: App craches when I try to move layers

Posted: Sat Oct 24, 2020 10:52 am
by support
Be sure that you don't try to place the bottommost layer under itself with a stack of other layers.

Re: App craches when I try to move layers

Posted: Sat Oct 24, 2020 12:33 pm
by satopian
Be sure that you don't try to place the bottommost layer under itself with a stack of other layers.
Is this error due to the way the user interacts? I do not think so.
This is because v2.45 does not give an error for the same operation, and v2.46 always gives an error.

Re: App craches when I try to move layers

Posted: Sat Oct 24, 2020 12:35 pm
by support
I just give temporary solvation, until the bug will be fixed.

Re: App craches when I try to move layers

Posted: Mon Oct 26, 2020 1:02 pm
by bloojesd
support wrote:
Sat Oct 24, 2020 10:52 am
Be sure that you don't try to place the bottommost layer under itself with a stack of other layers.
ty, will try that :)