| Summary: | krita does not support OpenGL 2.1 anymore | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Filippo Rossoni <filippo.rossoni> |
| Component: | OpenGL Canvas | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | 4of92000, halla, osxyz |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 3.0 Alpha | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| URL: | http://www.pasteall.org/68082 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Filippo Rossoni
2016-04-13 19:18:17 UTC
Hm... Which graphics card and which driver do you have? It looks like your system doesn't support OpenGL 3.1. at the end of report you need more information? filippor@linux-5ly5:~/Scaricati> glxinfo | grep OpenGL OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile OpenGL version string: 2.1 Mesa 11.2.0 OpenGL shading language version string: 1.20 OpenGL extensions: OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.2.0 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16 OpenGL ES profile extensions: Ah, sorry, I got it now. Your system only has opengl 2.1, and Krita 3 needs OpenGL 3.1. For some reason, Qt removed the possibility to actually query the system for its capabilities, but you should disable opengl before opening an image. We might be able to restore 2.1 compatibility, but not for 3.0 Oh, could you, after the crash, please try to find a file name krita-opengl.txt, probably in the system temp dir, and paste the contents here? $ cat /tmp/krita-opengl.txt Intel Open Source Technology Center, Mesa DRI Intel(R) Ironlake Mobile , 2.1 Mesa 11.2.0 *** Bug 362517 has been marked as a duplicate of this bug. *** Fixed in the current development builds. |