Summary: | Krita crashes when trying to open configuration window | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | deathpyre.tarrant |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, honoomahoujutsushi, sven.langkamp |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=312196 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
deathpyre.tarrant
2012-12-26 01:25:38 UTC
It is an opengl problem... But from the backtrace, it's actually happening inside Qt. If you move .kde/share/config/kritarc somewhere else, can you open the settings dialog again? No change after moving $HOME/.kde4/share/config/kritarc. I wasn't sure if this was opengl or not, as this is the only instance where it has been problematic for me. Should I file a bug somewhere else? Git commit a8da7d21a08f6e58d6023d33507ef6b27dd1d94a by Sven Langkamp. Committed on 27/12/2012 at 01:40. Pushed by langkamp into branch 'master'. only check for shader if OpenGL is enabled, that avoid crashes on opening the preferences M +2 -3 krita/ui/dialogs/kis_dlg_preferences.cc http://commits.kde.org/calligra/a8da7d21a08f6e58d6023d33507ef6b27dd1d94a I have pushed a change that should allow to open the preferences. It will still crash when you enable OpenGL. Rebuilt and it works now, thanks a bunch! Is there anyplace upstream that might be able to use this bug report? Qt perhaps? Git commit 08295af5ab61b5ab3afe9b07e26a8564e02d332f by Boudewijn Rempt, on behalf of Sven Langkamp. Committed on 27/12/2012 at 01:40. Pushed by rempt into branch 'calligra/2.6'. only check for shader if OpenGL is enabled, that avoid crashes on opening the preferences M +2 -3 krita/ui/dialogs/kis_dlg_preferences.cc http://commits.kde.org/calligra/08295af5ab61b5ab3afe9b07e26a8564e02d332f We would only be able to report to Qt if we could recreate the problem in a small example application, and the chances of that are slim. |