Summary: | crashes when opening existing file or creating a new one after enabled open gl | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | raul <colorpixel> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | colorpixel, halla |
Priority: | NOR | ||
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/calligra/1c0e9a5269144a470343811808c27a619cf13a80 | Version Fixed In: | |
Sentry Crash Report: |
Description
raul
2013-11-16 13:28:29 UTC
I've had more reports of radeon/windows being incompatible with the latest opengl canvas, I'm afraid. It's a bit of a problem, since we don't have any windows/radeon testing systems ourselves, only Intel and Nvidia -- let alone a mac system with radeon and bootcamp :-). Git commit 5638428294c7b8f3f1db7c86bee60a8ba21825ff by Dmitry Kazakov. Committed on 12/12/2013 at 13:34. Pushed by dkazakov into branch 'master'. Fix crash when switching QPainter->openGL canvases The openGL context should be initialized at least once in the beginning. This surely fixes: Related: bug 328649, bug 328627 Please check whether these bugs are fixed now: M +1 -0 krita/ui/canvas/kis_canvas2.cpp M +5 -0 krita/ui/opengl/kis_opengl.cpp M +2 -0 krita/ui/opengl/kis_opengl.h http://commits.kde.org/calligra/5638428294c7b8f3f1db7c86bee60a8ba21825ff Git commit 00b41abdb63fec901ebadbb356240158a24c0e36 by Dmitry Kazakov. Committed on 12/12/2013 at 13:34. Pushed by dkazakov into branch 'calligra/2.8'. Fix crash when switching QPainter->openGL canvases The openGL context should be initialized at least once in the beginning. This surely fixes: Related: bug 328649, bug 328627 Please check whether these bugs are fixed now: M +1 -0 krita/ui/canvas/kis_canvas2.cpp M +5 -0 krita/ui/opengl/kis_opengl.cpp M +2 -0 krita/ui/opengl/kis_opengl.h http://commits.kde.org/calligra/00b41abdb63fec901ebadbb356240158a24c0e36 Hi Raul, could you check with the latest installer? Either http://heap.kogmbh.net/downloads/krita_x86_2.7.9.1.msi or http://heap.kogmbh.net/downloads/krita_x64_2.7.9.1.msi Ok, I´ll check when on my machine again (at least January). Thanks for the effort (In reply to comment #4) > Hi Raul, could you check with the latest installer? > > Either > > http://heap.kogmbh.net/downloads/krita_x86_2.7.9.1.msi > > or > > http://heap.kogmbh.net/downloads/krita_x64_2.7.9.1.msi Hi Boudewijn, Today I deleted Krita and installed krita_x64_2.7.9.10.msi. First thing I did was go to settings/screen/enable Open GL. and enable it (just this option). Then I closed Krita and re-execute It. At start screen, clicking on settings button or on opening new custom file It crashed and got closed. After That I unninstalled Krita and reinstalled it. When opening same issue. Maybe This option must be saved in software settings (Which may not deleted by unninstalling Krita through control panel/unninstall ) (In reply to comment #4) > Hi Raul, could you check with the latest installer? > > Either > > http://heap.kogmbh.net/downloads/krita_x86_2.7.9.1.msi > > or > > http://heap.kogmbh.net/downloads/krita_x64_2.7.9.1.msi Hi Boudewijn, Today I deleted Krita and installed krita_x64_2.7.9.10.msi. First thing I did was go to settings/screen/enable Open GL. and enable it (just this option). Then I closed Krita and re-execute It. At start screen, clicking on settings button or opening new custom file button It crashed and got closed. After That I unninstalled Krita and reinstalled it. When opening same issue. Maybe This option must be saved in software settings (Which may not deleted by unninstalling Krita through control panel/unninstall ) The opengl option is saved in c:\Users\USER\AppData\Roaming\krita\share\config\kritarc. If you remove that, then opengl is disabled again. The weird thing is that we do try to check whether krita crashes after enabling opengl, and then try to disable it again. Maybe that only works on Linux... Thanks, It´s not possible to go to krita preferences after enable Open Gl option, but deleting that file and reinstalling krita works fine and deleting that file without reinstalling also works. Git commit 9e943adac83fa6e9578ec17930b57e5e80d91947 by Boudewijn Rempt. Committed on 17/02/2014 at 15:57. Pushed by rempt into branch 'calligra/2.8'. This adds extra synching of the config object, since on windows, the config setting doesn't seem to be written out before we crash. Now we _know_ that creating the canvas failed, so we can move to the cpu canvas next run. M +2 -0 krita/ui/kis_view2.cpp http://commits.kde.org/calligra/9e943adac83fa6e9578ec17930b57e5e80d91947 Git commit 1c0e9a5269144a470343811808c27a619cf13a80 by Boudewijn Rempt. Committed on 17/02/2014 at 15:57. Pushed by rempt into branch 'master'. This adds extra synching of the config object, since on windows, the config setting doesn't seem to be written out before we crash. Now we _know_ that creating the canvas failed, so we can move to the cpu canvas next run. M +2 -0 krita/ui/kis_view2.cpp http://commits.kde.org/calligra/1c0e9a5269144a470343811808c27a619cf13a80 |