-
I tested your proggy with fackue's VMI files. I got this :
Code:
F:\Documents and Settings\SiZiOUS\Bureau>dci4vmi crzytxi2.VMI crzytxi2.DCI
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading crzytxi2.VMI ... OK!
[i] Name: C_TAXI02.SYS
[i] Size: 10240 bytes
[i] Type: Data File
[i] Date: 13 Mar 2006
[i] Time: 01:27:30
[i] Copy Protected: No
[+] Writing crzytxi2.DCI ... OK!
[+] All done!
Code:
F:\Documents and Settings\SiZiOUS\Bureau>dci4vmi crzytxi2.DCI crzytxi2
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading crzytxi2.DCI ... OK!
[i] Name: C_TAXI02.SYS
[i] Size: 10240 bytes
[i] Type: Data File
[i] Date: 13 Mar 2006
[i] Time: 01:27:30
[i] Copy Protected: No
[+] Writing crzytxi2.VMI ... OK!
[+] All done!
It works :D
-
Code:
C:\Documents and Settings\Cyle\Desktop>dci4vmi.exe crzytxi2.vmi crzytxi2.dci
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading crzytxi2.vmi ... ERROR: Can't open crzytxi2PATHEX".VMS!
[-] Source file crzytxi2.vmi could not be readed.
[-] Failed!
C:\Documents and Settings\Cyle\Desktop>dci4vmi.exe crzytxi2.VMI crzytxi2.dci
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading crzytxi2.VMI ... ERROR: Can't open crzytxi2 Files".VMS!
[-] Source file crzytxi2.VMI could not be readed.
[-] Failed!
C:\Documents and Settings\Cyle\Desktop>dci4vmi crzytxi2.VMI crzytxi2.DCI
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading crzytxi2.VMI ... ERROR: Can't open crzytxi2s\Comm".VMS!
[-] Source file crzytxi2.VMI could not be readed.
[-] Failed!
Same result.
-
1 Attachment(s)
Any update on this one? It's definitely 8 character VMS files that are the culprit, as someone else said 00 is only used to pad when there is < 8 characters making up the name in the VMI file of the VMS file.
Example below, doesn't convert. When I edited the name in the VMI file to 7 characters and a 00 byte, it did work.
It's pretty much there, would be great to see this final little bug fixed :)
Error with the original is:
Code:
E:\DC\Copy>dci4vmi.exe 00001334.VMI 00001334.DCI
DCI <-> VMI/VMS Tool v1.0
El Bucanero - www.bucanero.com.ar
[+] Reading 00001334.VMI ... ERROR: Can't open 00001334JSE;.W".VMS!
[-] Source file 00001334.VMI could not be readed.
[-] Failed!