Re: [TUT][1.5]Fix all GunZ Runnable Errors
Quote:
Originally Posted by
cdrking
This is the files i needed to build cml,
#include "rsa.h"
#include "randpool.h"
#include "gzip.h"
#include "hex.h"
#include "files.h"
Can anyone answer on how to get that please
EDIT: OH I GOT IT I FORGOT TO PUT sdk folder inside Gunz and put the contents of Include from cryptopp.
I got another problem, and i guess this is the last problem,
"fatal error C1083: Cannot open compiler intermediate file: 'f:\cryptopp\source\release\cryptlib.pch': Permission denied
LINK : fatal error LNK1257: code generation failed"
Please help! :<
You didn't done cryptopp good or you have to rebuild it.
Don't delete the cryptopp folder and let it be on the same directovery!
Re: [TUT][1.5]Fix all GunZ Runnable Errors
i will try to rebuild the crypto
i didnt delete any of the folders files. but okay i will try what you said.
Using vs2003 Pro is okay? or it really should be enterprise?
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Help-me
MLOG
Code:
GUNZ 1,0,0,290 launched. build (Jul 13 2012 14:00:46)
Log time (07/13/12 14:02:26)
CPU ID = GenuineIntel ( family = 262 , model = 7 , stepping = 10 ) @ 2599 MHz
Display Device = Intel(R) G33/G31 Express Chipset Family ( vendor=8086 device=29c2 subsys=2a78103c revision=10 )
Display Driver Version = 6.14.0010.5218
Windows = 5.1 Build 2600 , Service Pack 3 (2097151KB) : Windows xp..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
Invalid Locale
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Quote:
Originally Posted by
kaiqueolhy
Help-me
MLOG
Code:
GUNZ 1,0,0,290 launched. build (Jul 13 2012 14:00:46)
Log time (07/13/12 14:02:26)
CPU ID = GenuineIntel ( family = 262 , model = 7 , stepping = 10 ) @ 2599 MHz
Display Device = Intel(R) G33/G31 Express Chipset Family ( vendor=8086 device=29c2 subsys=2a78103c revision=10 )
Display Driver Version = 6.14.0010.5218
Windows = 5.1 Build 2600 , Service Pack 3 (2097151KB) : Windows xp..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
Invalid Locale
me too have the same error
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Did you guys disable .mef and changed up the locale.xml??
Re: [TUT][1.5]Fix all GunZ Runnable Errors
yes i did and changed the every usa locale to KOR
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Quote:
Originally Posted by
medotarek
yes i did and changed the every usa locale to KOR
Did you remove filelist?
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Quote:
Originally Posted by
Military
Did you remove filelist?
no i didn't
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Re: [TUT][1.5]Fix all GunZ Runnable Errors
Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>BRZ</COUNTRY>
<LANGUAGE>BRZ</LANGUAGE>
<MAXPLAYERS>10</MAXPLAYERS>
</LOCALE>
</XML>
iam building in BRZ_Release_Publish
how can i disable the file list??
Re: [TUT][1.5]Fix all GunZ Runnable Errors
First of all build in KOR.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>KOR</COUNTRY>
<LANGUAGE>KOR</LANGUAGE>
<MAXPLAYERS>16</MAXPLAYERS>
</LOCALE>
</XML>
Re: [TUT][1.5]Fix all GunZ Runnable Errors