Amerio.Stephane Posted October 25 Share Posted October 25 Hello, When the command passed to 'sync' works with args containing spaces, the 'sync' command will repeat the command without escaping the args with quotes, hence breaking the command. >sync mycmd "arg1 with spaces" "arg2 also with spaces" will be executed as >mycmd arg1 with spaces arg2 also with spaces This breaks the parsing of mycmd. Link to comment
Solution silent Posted October 25 Solution Share Posted October 25 Hi Stephane, Thank you for the bug report! he command parser in Syncker indeed fails to correctly read line in this case. We have already fixed this issue in the internal build. This bug fix will also be included in the upcoming 2.19.1 update later this Autumn. Please let us know if you need a patch for that issue, and specify which engine version is required. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts