Opened 8 years ago

Last modified 8 years ago

#111 closed defect

%2F in filename causes error — at Version 3

Reported by: edt Owned by: s10k
Priority: major Component: Vago
Keywords: Cc:

Description (last modified by Iritscen)

-create "/Users/EKT2014/Games/Oni/AE/Tools/VagoGUI/VagoWorkspace/XML/XML - ONI/" "/Users/EKT2014/Desktop/TXMPIteration001%2FKS_chestpack.xml"
System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/EKT2014/Desktop/TXMPIteration001/KS_chestpack.xml".

It has been such a long time having to deal with %2F in a filename I forgot the solution :(

Edit: You mean "%2F" --Iritscen

Change History (3)

comment:1 Changed 8 years ago by s10k

Edt that error is from OniSplit not Vago.

Do you know any way to pass it to OniSplit without causing that error?

Last edited 8 years ago by s10k (previous) (diff)

comment:2 Changed 8 years ago by Iritscen

If I may butt in here, I tried sending a file with "%2F" in it to OniSplit on the command line, and it worked fine, so it seems that there's an issue in the way that Vago is encoding and passing the command string to OniSplit. Something in Qt, perhaps, is interpreting the %2F as the ASCII hex code for "/" (which, of course, it is), rather than passing it as-is.

comment:3 Changed 8 years ago by Iritscen

  • Description modified (diff)
  • Summary changed from %2 in filename causes error to %2F in filename causes error
Note: See TracTickets for help on using tickets.