Hello, installed the plugin for the fist time (the latest version) and started learning how to use it, but I keep getting this error when trying to create a new resource pack, i don’t know why it is happening, I’m just trying to put a pack ID and pack name then save but i can’t. Besides that though, everything is working fine so far.
I’m on windows 11 and using Krita 5.4 prealpha shared here Krita 5.3/6.0 beta thread - #188 by dkazakov
Traceback (most recent call last):
File "C:\Users\ginel\AppData\Roaming\krita\pykrita\jemlib\alib_propertygrid\dialogs\PropertyGrid_Window.py", line 124, in _onSave
if self.onObjectSave: self.onObjectSave(self.data_object)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "C:\Users\ginel\AppData\Roaming\krita\pykrita\touchify\src\PluginWindow.py", line 104, in onSettingsSaved
result.save()
~~~~~~~~~~~^^
File "C:\Users\ginel\AppData\Roaming\krita\pykrita\touchify\src\settings\TouchifyRegistry.py", line 50, in save
self.resources.save()
~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\ginel\AppData\Roaming\krita\pykrita\touchify\src\config\ResourcePackRegistry.py", line 54, in save
if os.path.exists(path): os.remove(path)
~~~~~~~~~^^^^^^
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\ginel\\AppData\\Roaming\\krita\\pykrita\\touchify\\resources\\mypack7'
I don’t know if it’s a problem of my computer or the plugin, if anyone knows a solution to this i i’d greatly appreciate it.