For some weird reason, your system appears to be translating specific characters in some cases, although thus far I can't see why nor can I replicate the problem even when I switch everything over to Hungarian. If you switch to English does the problem go away?
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR - http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
I've uploaded a new version of LB. Can you create a text file in your Launch Base folder named "graion.txt"
Then run Launch Base and quit. This should amend the text file with several values. Please post the file so I can see the values, thanks.
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR - http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
I talked with Graion Dilach about one LB bug I detected yesterday & he gave me the link of this topic, in my case without an internet connection I made a clean install of LB & a mod that use a custom Ares release & I wasn't able to launch that mod until I got an internet connection, then LB downloaded that syringe.exe file in LaunchBase\Resource & it worked.
LB never use the syringe.exe file that I put in the mod installer to run the mod.
Marshall, do you use the UCase or LCase functions, and/or InStr[Rev] or StrComp on the data to get the MD5 value of or do you convert strings to byte arrays using StrConv, possibly with vbTextCompare?
I use md5deep and a function called GetCommandOutput that I copypasted from the net somewhere. This uses user32emToCharBuffA to do something...
I think I need to switch to yet something else to get my checksums.
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR - http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
Well it was supposed to capture the output of command-line programs, which it did on my system but obviously doesn't work for all locales.
Really I shouldn't be using a separate exe to get my checksum so will need to look into something else, but so far I haven't managed to find a reliable, fast DLL.
It would be nice if I had time to translate the whole thing into a better language.
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR - http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.
Well I was referring to LB as a whole but that's really unfeasible.
CRC32 might be sufficient.
Whilst we're on the subject, I should probably look at rewriting the security system for plugins, although I wonder how important a robust security system for plugins is these days...
Ever wondered what the hell is going on?
Believe me friend you're not the only one.
--Lysdexia
Check out Launch Base for RA2/YR - http://marshall.strategy-x.com
Also home to the Purple Alert mod, 1.002 UMP, and the YR Playlist Manager.