(@Adoxa) A question about / an issue with the XML Project
-
Ah okay… I tried that (without, to be honest, having more than a very vague idea what it would do) but I just had those voice UTFs isolated in a separate folder, and no stringlist was made. Now that I do it for Freelancer in its entirety it seems a list has at least been generated…
The issue remains, however
In my old pilot_f_ill_m01.utf.xml the first line is
<_x800932CC name=“0x800932CC” type=“file” filename=“pilot_f_ill_m01_utf\gcs_refer_system_Br06-.wav”/>
in the new one it is
<_x800932CC name=“0x800932CC” type=“file” filename=“pilot_f_ill_m01_utf\0x800932CC.wav”/>
The entry “gcs_refer_system_Br06-” is in the stringlist though….
(BTW all the entries in the new file are hash only)
So, what I can do / try?
(BTW it is 2:05 AM here, so I might -and should!- at a moment in the near future go get some sleep. The issue is dear to me nonetheless; this is not a ‘vapor question’ )
-
I tried it out on my virtual 10 and it seemed to work fine. How does it go if you explicitly run via the command line?
C:\Users\Jason>utfxml DATA\AUDIO\pilot_f_ill_m01.utf C:\Users\Jason>fgrep 800932CC pilot_f_ill_m01.utf.xml <_x800932CC name="0x800932CC" type="file" filename="pilot_f_ill_m01_utf\0x800932CC.wav"/> C:\Users\Jason>utfxml -s XML\strings.lst DATA\AUDIO\pilot_f_ill_m01.utf C:\Users\Jason>fgrep 800932CC pilot_f_ill_m01.utf.xml <_x800932CC name="0x800932CC" type="file" filename="pilot_f_ill_m01_utf\gcs_refer_system_Br06-.wav"/>
-
Thanks, but man I’m bad with the command prompt (which, I just learned, is called ‘PowerShell’ in Win10). I managed to change the directory to C:\users; then realized my UTFXML is not located there but somewhere in a subsubsubfolder on the F: drive, which I didn’t manage to change the dir to.
I’ll make another ‘SDK’ / databse on my Win7 laptop. Consider this thread closed.
BTW I’m glad the website is back online again; coulnd’t reach it for like 2 days or so.
-
@Adoxa
UTFXML wont start but XMLUTF works.
Windoze 10 Pro x64 -
I have encountered issues with this before if the path is invalid, it will not start. Check that the path set in the registry is correct.
-
Windows XP SP2 Compatible mode works
-
Laz wrote:
I have encountered issues with this before if the path is invalid, it will not start. Check that the path set in the registry is correct.Just confirmed that UTFXML.exe will crash without the correct FL install path in the registry:
Exception code: 0xc0000005 Fault offset: 0x00000000 Faulting process ID: 0x2848
Setting Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft Games\Freelancer\1.0\AppPath resolves it.