Jump to content

How To Compile Client Binary


Denis

Recommended Posts

what is wrong?

I use test client 402501

I compile novaline bin

 

log.png

Open ScriptLib/PythonLauncher.cpp

find this:

PyModule_AddIntConstant(builtins, "True", 1);

and add under that this:

PyModule_AddIntConstant(builtins, "TRUE", 1);
PyModule_AddIntConstant(builtins, "FALSE", 0);

and you're ready

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

0525 15:34:00736 :: ui
0525 15:34:00736 :: :2825: 
0525 15:34:00736 :: RuntimeWarning
0525 15:34:00736 :: : 
0525 15:34:00736 :: tp_compare didn't return -1 or -2 for exception
0525 15:34:00736 :: 

0525 15:34:00740 :: 
introLogin.py(line:499) __LoadScript
ui.py(line:2818) LoadScriptFile
ui.py(line:3008) LoadChildren
ui.py(line:3008) LoadChildren
ui.py(line:2825) LoadChildren

LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long

0525 15:34:00740 :: ============================================================================================================
0525 15:34:00740 :: Abort!!!!


0525 15:34:00747 :: ============================================================================================================
0525 15:34:00747 :: Abort!!!!

this not help:

system.py

def StringColorToInt(colorstring):
	import grp

	colorstring = colorstring.strip()

	if len(colorstring) != 8:
		raise ValueError, "input #%s is not in #AARRGGBB format" % colorstring

	a, r, g, b = colorstring[:2], colorstring[2:4], colorstring[4:6],colorstring[6:8]
	a, r, g, b = [int(n, 16) for n in (a, r, g, ]

	return grp.GenerateColor(float(r) / 255.0, float(g) / 255.0, float( / 255.0, float(a) / 255.0)

__builtin__.CTOA = StringColorToInt

in debug work fine

Link to comment
Share on other sites

The skills are in playerSettingmodule.py it hasn't to do anything with the bin

 

No, i got this in syserr:

0601 22:38:42285 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/gihyeol.msa) ERROR
0601 22:38:42623 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/noegeom.msa) ERROR
0601 22:38:42805 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/gihyeol_2.msa) ERROR
0601 22:38:43001 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/noegeom_2.msa) ERROR
0601 22:38:43185 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/gihyeol_3.msa) ERROR
0601 22:38:43381 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/noegeom_3.msa) ERROR
0601 22:38:43568 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/gihyeol_4.msa) ERROR
0601 22:38:43770 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/warrior/skill/noegeom_4.msa) ERROR
0601 22:38:47048 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/gihyeol.msa) ERROR
0601 22:38:47214 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/noegeom.msa) ERROR
0601 22:38:47290 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/gihyeol_2.msa) ERROR
0601 22:38:47364 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/noegeom_2.msa) ERROR
0601 22:38:47440 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/gihyeol_3.msa) ERROR
0601 22:38:47515 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/noegeom_3.msa) ERROR
0601 22:38:47591 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/gihyeol_4.msa) ERROR
0601 22:38:47666 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/warrior/skill/noegeom_4.msa) ERROR
0601 22:38:50929 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomjeon.msa) ERROR
0601 22:38:51243 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomgwang.msa) ERROR
0601 22:38:51503 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomjeon_2.msa) ERROR
0601 22:38:51743 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomgwang_2.msa) ERROR
0601 22:38:51985 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomjeon_3.msa) ERROR
0601 22:38:52234 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomgwang_3.msa) ERROR
0601 22:38:52503 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomjeon_4.msa) ERROR
0601 22:38:52756 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc/assassin/skill/seomgwang_4.msa) ERROR
0601 22:38:56403 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomjeon.msa) ERROR
0601 22:38:56540 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomgwang.msa) ERROR
0601 22:38:56617 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomjeon_2.msa) ERROR
0601 22:38:56692 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomgwang_2.msa) ERROR
0601 22:38:56768 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomjeon_3.msa) ERROR
0601 22:38:56843 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomgwang_3.msa) ERROR
0601 22:38:56919 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomjeon_4.msa) ERROR
0601 22:38:56993 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=d:/ymir work/pc2/assassin/skill/seomgwang_4.msa) ERROR

 

I remember when i use KR bin all work fine but on other bins (SG/GF) 6 skill for warrior/assasin dont work.

Any idea how i can fix this?

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.