Mrkebubun / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

O3D Converter Can Not Resolve Paths with Spaces #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Attempting to use file paths with spaces such as "My Documents", O3D
Converter does not produce output file. This pertains to paths with spaces
used for input file (x.dae), output file as well as the directive
-asset-paths=<path with spaces>   
2.
Example:
Works
-no-binary C:\Untitled.dae  

Won't Work
-no-binary C:\Documents and Settings\me\My Documents\Untitled.dae

3.

What is the expected output? 
Untitled.o3dtgz file

What do you see instead?
no output file. 'C:\Documents' is not a recognized as an internal or
external command, operable program or batch file. 

What version of the product are you using? 
Oct 6 2009

On what operating system?
WinXP

What hardware are you using:  
Quad Core Intel, 4GB

graphics card type?
nVidia 8800GT 512mb  

motherboard type?
Asus P5Q

Please provide any additional information below.

Original issue reported on code.google.com by B.J.M....@gmail.com on 17 Dec 2009 at 12:24

GoogleCodeExporter commented 9 years ago
Most command line programs would require

-no-binary "C:\Documents and Settings\me\My Documents\Untitled.dae"

Does this work?

Original comment by kbr@chromium.org on 18 Dec 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Tested your approach. This works.
Thank you for the prompt response and solution.

Original comment by B.J.M....@gmail.com on 18 Dec 2009 at 12:53

GoogleCodeExporter commented 9 years ago
Closing as WontFix.

Original comment by k...@google.com on 18 Dec 2009 at 5:58