Problems in the brush engine

As the title states I’m having a problem with the brush engine

I made a brush the good ol’ way, and I clicked the Save New Brush Preset (as should I), set up the thumbnail and all;


after a few seconds voila
Here comes my greatest enemy

so that is the problem,
Am I making a mistake? Cannot state that I ain’t baffled.

Strange. Just out of curiosity, try a name without a / or \.

1 Like

@Takiro Yes:

2 Likes

I assume it’s because a file is named like the preset and the name isn’t sanitized, then Krita runs into an error because / and \ are path separators. I bet having a : would cause trouble too, on windows at least, not to mention all the other characters Windows can’t handle in file names.

2 Likes

On Linux, the colon and backslash are accepted:

Preset name tests

I’ll let @APoeticHeart test this on Windows and then they can create a formal bug report at https://bugs.kde.org/ (a fun filled activity :slight_smile: )

1 Like

I tested this and it’s working. It works with the colon as well

@Takiro Colon works as well, I’ll try another one with / or \

It creates the problem.
and when I remove the slashes/backslashes


Works very well, I’ll report this bug soon :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.