I already build the runnable with vs 2003, now when im going to open the runnable dont open and the log says:
How to remove XTrap, GameGuard and HackShield?XTRAP Start
fail to open XTrapTest.txt![]()
I already build the runnable with vs 2003, now when im going to open the runnable dont open and the log says:
How to remove XTrap, GameGuard and HackShield?XTRAP Start
fail to open XTrapTest.txt![]()
2003? you mean 2007?
steps:
open notepad
type : "XTRAP_PATCH_SKIP" with no quotes
save it as "test" in your client folder
Anyway dont start:
XTRAP Start
XTrapTest.txt :
XTRAP_PATCH_SKIP
what? if you put the file test in there it should skip it..
Project>Properties>C/C++>Preprocessors>remove _XTRAP;
or you can do that
Thanks, but I had another error.
what now?GUNZ 1,0,0,290 launched. build (Feb 23 2012 21:05:06)
Log time (02/23/12 21:08:13)
CPU ID = GenuineIntel ( family = 518 , model = 5 , stepping = 2 ) @ 2261 MHz
Display Device = Intel(R) Graphics Media Accelerator HD ( vendor=8086 device=46 subsys=9071104d revision=2 )
Display Driver Version = 8.15.0010.2008
Windows = 6.1 Build 7600 , (3848292KB) : ..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
Invalid Locale
Check your locale.xmlCannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
Invalid Locale
I already check it:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>KOR</COUNTRY>
<LANGUAGE>USA</LANGUAGE>
<MAXPLAYERS>16</MAXPLAYERS>
</LOCALE>
</XML>
Mef still active?
Posted via Mobile Device
Let me check :)
I remove mef
and still the same. :/#ifndef _Debug
#ifdef _MEF
strFileNameZNPC += ".mef";
#endif
#endif
And I try to remove filelist and gave me error.
just adding // to the line.// unsigned long nChecksum = ZGetApplication()->GetFileListCRC();
nChecksum = nChecksum ^ (*pAllocUID).High ^ (*pAllocUID).Low;
Last edited by ZeidForce; 24-02-12 at 08:05 PM.
removed.