View Single Post
Old 12-26-2020, 01:58 PM   #196
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,069
Karma: 75568269
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by capink View Post
However, from looking at your debug, one possible problem is that I did not account for program paths with spaces (missed this because it does not happen on linux). The version I will post later today will correct this by double quoting the program we are calling. If this does not help, I cannot offer much assistance with this.
I actually thought something like that might've happened. If you don't enclose the application path, you get something like "C:\Program is not recognized blah blah blah."

This time I did get an error in Ransack, which seems to indicate that AC tried to send the paths before the argument (the intended command-line is posted in #192 for reference). Not sure if that's another Linux difference.*

Code:
2020.12.26 14:56:07:786 Unexpected command line parameter: D:\Documents\My Books\Jenny Oldfield\Starlight (5627)
New debug:

Code:
Action Chains: Starting chain: Search with Agent Ransack
Action Chains: Search with Agent Ransack: starting action No. 1: Open With
Open:  C:\Program Files\Mythicsoft\Agent Ransack\AgentRansack.exe (file):  "D:\Documents\My Books\Jenny Oldfield\Steamboat Charlie (5626)" "D:\Documents\My Books\Jenny Oldfield\Starlight (5627)"  (args):  -d mutiple:  True
About to run a command: C:\Program Files\Mythicsoft\Agent Ransack\AgentRansack.exe
Job Spy: self.gui.tags_view.recount() is enhanced for showing icons of user category child values...
Action Chains: chain (Search with Agent Ransack) finished in: 0.28754210472106934
* I once managed to screw up and get a filename with a colon in Windows, which isn't ever supposed to happen. I couldn't do anything with it from within the Windows environment because the path was invalid. Eventually grabbed a Linux boot disk. That was able to rename it.

Last edited by ownedbycats; 12-26-2020 at 02:06 PM.
ownedbycats is offline   Reply With Quote