Quote:
Originally Posted by capink
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.