is this the intended minimum size for the selector and palette? because for me i cant go lower than these and its too large when i use the shortcut for the pop up palette, i cant access it and crashes the application
id like to know if the minimum size is intended because before krita 5.0 the pop up palette would smoothly pop up without crashing
Yes that is the intended minimum size, which is actually slightly smaller than the fixed value it had in 4.x.
If it got larger, it can only be due to changed settings for UI scaling.
No idea why it would be crashing though, but without even knowing the platform itâs impossible to diaagnose.
So, which operating system are you using?
What is the size of your monitor?
If itâs Windows, you should find a crash log at -\AppData\Local\kritacrash.log.
That log is very long and should be made available by using a pastebin or by providing a link to a file sharing service or website.
Iâve just tried 5.0.0 compared with 4.4.8 and see no difference in size when 5.0.0 is set to 380px.
So, please check for any UI scaling setting changes anywhere.
Does the crash happen as soon as you activate the popup palette or when you try to use it?
If possible, a full screen screenshot when the popup palette is showing would be very useful to see. You can upload one in a reply here.
I was wondering about the size in pixels actually. So, what are they?
Are you using different monitors with one computer or an external monitor as an extended desktop? or whatever ⌠?
Is that error message image a Windows system level message?
Did you find âkritacrash.logâ?
Are you saying that 4.4.8 does not crash and shows the popup palette with no problems if you use 4.4.8 on the same computer with the same small monitor?
-it is windows 10
-the screen resolution is 1366x768
-im using a singular laptop with no external monitor hooked up
-there is no windows system error message when krita crashes, it just crashes immediately
-yes i found âkritacrash.logâ and its the C++ exception handling exception at location 00007FF9920A4F69 in module KERNELBASE.dll
Please make a formal bug report at: https://bugs.kde.org/
Sign up and sign in are needed.
You can (and should) attach kritacrash.log to the report.
For the Software/OS Versions section at the end of the report template, you can replace that template content with the output of Help â Show system information for bug reports.
As an experiment, which should be harmless, can you try this:
Go to -\AppData\Local and find the file âkritarcâ which is the main configuration file.
With krita not running, edit it as follows:
Find the line that says âpopuppalette/size=385â (or whatever size it is) and change it to âpopuppalette/size=280â
Save and Close then run krita to see if that helps.
(At a size of 280, the brush preset icons are almost useless but try it and see what happens.)
If you make any changes to popup palette options in krita settings after that, the popup palette size will be reset.
i have tried out editing the components in the file âkritarcâ
i edited other components like recent files to see if it would be affected and it did, and changed the pop up palette size to 240 but still wouldnt load, freezes krita then crashes still.
The main problem is the C++ exception handling on the crash log which idk what it means and why the problem exists.
Thatâs actually your graphics driver crashing, nothing Krita can really do about.
And if Krita even tries to use OpenGL instead of ANGLE that probably means this is some super old integrated graphics that has no Direct3D 11 support, unless you had manually set graphics acceleration from âAutoâ to âOpenGLâ.
We just noticed the crash originates from Small Color Selector docker (it uses OpenGL directly for HDR display support, similar to the canvas), so suggesting to disable canvas acceleration may not actually help.
You can try anyway, Iâm not sure if hiding the Small Color Selector docker makes a difference, it will be loaded either way, just not rendered.
But aside of additional places where OpenGL code could be disabled, Iâm afraid we really canât do much to fix the issue.
Iâm still not sure which CPU generation weâre talking about here, but it looks like the very first Core i generation with integrated graphics. The drivers havenât been updated for close to a decade then, and Intel doesnât mention Windows 10 support for that driver version either.