Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble with addonCollectionManager
#6
(12-02-2020, 09:24 AM)Ofnuts Wrote: The first lines of the log say:
Code:
Configuration initialized OK
Reading configuration file C:\Users\cfier\AppData\Roaming\GIMP\2.10\plug-ins\addonCollectionManager.ini
Configuration file C:\Users\cfier\AppData\Roaming\GIMP\2.10\plug-ins\addonCollectionManager.ini not found or not readable: [Errno 2] No such file or directory: 'C:\\Users\\cfier\\AppData\\Roaming\\GIMP\\2.10\\plug-ins\\addonCollectionManager.ini'


As long as you have this the configuration file you create is not seen and aCM continues with the default configuration.

Can you open a terminal  (cmd.exe) and enter:

Code:
dir C:\Users\cfier\AppData\Roaming\GIMP\2.10\plug-ins\addonCollectionManager.ini

and see if it lists the file or reports an error?
Hello! 
As to point 1, the trouble IMHO is in the unescaped '\': attached logs with escaped '\\' and linux-style '/' in the .ini file. No errors--neither dialogs in Gimp!

Point 2: no trouble!

IMHO: needed a way to tell plugin to search for {type}_storage in parent directory...


Attached Files
.zip   logs.zip (Size: 49.41 KB / Downloads: 132)
Reply


Messages In This Thread
Trouble with addonCollectionManager - by carmen - 12-01-2020, 07:06 PM
RE: Trouble with addonCollectionManager - by carmen - 12-02-2020, 10:11 AM

Forum Jump: