Automate the number 1 workaround as follows:
Create a file like: PaintShopStart64.bat
containing 2 lines:
del /f /q "%USERPROFILE%\AppData\Local\Corel PaintShop Pro\16.0\Cache\LastFileTreeSel.PspCache"
start /normal /b /dPath "C:\Program Files\Corel\Corel PaintShop Pro X6 (64-bit)" "Corel PaintShop Pro.exe"
Put the file anywhere and make a shortcut to it on your desktop.
If you don't want to see the DOS window come up, then create a second file like: PaintShopStart64.vbs
containing 3 lines:
Set WshShell = CreateObject("WScript.Shell")
WshShell. Run chr(34) & "C:\Program Files\Corel\Corel PaintShop Pro X6 (64-bit)\PaintShopStart64.bat" & chr(34), 0
Set WshShell = Nothing
(note: remove the space after the dot in the line starting WshShell. Run - this editor is replacing it with *** if I leave out the space
In this case, put your .bat file in the PaintShop program install folder, put the .vbs file anywhere and create a desktop shortcut to the .vbs file.
You may need to adjust the folder paths according to your install and you may need admin rights. You can create a similar set of start files for the 32 bit program and adjust the folder paths in your startup files accordingly. This is just a workaround for something I hope gets fixed. I have a good idea of why the "Delete all cache files" option does not work. I have no idea why the startup delay happens - some user feedback from the program on startup would be helpful.
