Jump to content

Recommended Posts

0711 07:25:01133 :: CANNOT_FIND_PACK_FILE [sound/effect/etc/dropitem/dropitem.mss]
0711 07:26:02257 :: ui
0711 07:26:02259 :: :2825: 
0711 07:26:02260 :: RuntimeWarning
0711 07:26:02261 :: : 
0711 07:26:02261 :: tp_compare didn't return -1 or -2 for exception
0711 07:26:02263 :: 

0711 07:26:02293 :: 
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

0711 07:26:02293 :: ============================================================================================================
0711 07:26:02294 :: Abort!!!!


0711 07:26:02339 :: ============================================================================================================
0711 07:26:02340 :: Abort!!!!


0711 07:26:02398 :: granny_shared_vbs:
0711 07:26:02399 :: 	0: 40
0711 07:26:02400 :: 	1: 20
0711 07:26:02402 :: 	2: 20
0711 07:26:02403 :: 	3: 40
0711 07:26:02405 :: 	4: 0
0711 07:26:02406 :: 	5: 20
0711 07:26:02408 :: 	6: 0
0711 07:26:02408 :: 	7: 0
0711 07:26:02408 :: 	8: 0

my new error after repairing that one is that from above... 

The man who gave me the launcher for his compiled core has said this: 

"I've forgot to say that launcher I gave you is using python 2.7 and the right client has to have that function implemented:

 

def unsigned32(n):

return n & 0xFFFFFFFFL"

and after i putted in my client python27.dll and granny2.dll posted by him, my client showed up with that error..  I asked him, and he said: Put that function in your client and then replace hexadecimals number like 0xXXXXX with unsigned32(0xXXXXXX..) ...  and I don't know how to do that... 

Link to comment
Share on other sites

  • Bronze

 

Open PythonUtils.cpp in scriptLib and add these

#define PyLong_AsLong PyLong_AsLongLong
#define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong

Problem can be solved. 

 

Best Regards

Ellie

 

where i find this file ? this launcher is not compiled by me.. that guy only told me to do hat i said.. 

 

 

If you are not compiled binary, that's bad for you because your binary need to these defines. Unsigned32 function not so usefull for you. If i were you, i will compile by binary.

 

Best Regards

Ellie

Do not be sorry, be better.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.