Jump to content

[ Dead Download Link ] [RELEASE] Binary r28249 Fixed. [ We Need You ]


HITRON

Recommended Posts

  • Premium

EDIT: ahhh here we go.

 

The error is in localeinfo.py, i've changed it cause the old gave me "traceback" error, now the new doesn't read my locale?.
 
 
Solution: in localeinfo.py
 
change this:

def LoadLocaleFile(srcFileName, localeDict):
 
funcDict = {"SA":SA, "SNA":SNA}
 
lineIndex = 1
 
try:
lines = open(srcFileName, "r").readlines()

 

with this:

def LoadLocaleFile(srcFileName, localeDict):
 
funcDict = {"SA":SA, "SNA":SNA}
 
lineIndex = 1
 
try:
lines = pack_open(srcFileName, "r").readlines()

 

New Error:

0315 22:52:01071 :: Traceback (most recent call last):
 
0315 22:52:01071 ::   File "uiPhaseCurtain.py", line 61, in OnUpdate
 
0315 22:52:01071 ::   File "networkModule.py", line 150, in __ChangePhaseWindow
 
0315 22:52:01072 ::   File "introLogin.py", line 236, in Open
 
0315 22:52:01072 ::   File "introLogin.py", line 737, in __LoadLoginInfo
 
0315 22:52:01072 ::   File "system.py", line 137, in __pack_import
 
0315 22:52:01072 :: ImportError
0315 22:52:01072 :: : 
0315 22:52:01072 :: Bad magic number in C:Documents and SettingsNabbHackeRKoashi3libxml__init__.pyc
0315 22:52:01072 :: 

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

mh.. same error, i will try to change bytes of that .pyc, maybe u mistaked some.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

Yeah i've already changed bytes in .pyc init file, i was wondering about this new-new error:

0315 23:22:00934 :: ValueError
0315 23:22:00934 :: : 
0315 23:22:00934 :: bad marshal data
0315 23:22:00934 :: 

I think some .pyc got corrupted, this error is often due to a .pyc-corruted file.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

What kind of system.py do you use? Try with this: 

This is the hidden content, please

The problem can't be the system.py this time as i said, in fact it doesn't work.

 

Mh..

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

Maybe this: 

This is the hidden content, please

New error <<

0315 23:52:01210 ::   File "C:Documents and SettingsNabbHackeRKoashi3libxmldomminidom.py", line 49, in ?
 
0315 23:52:01210 ::     
0315 23:52:01210 :: class Node(xml.dom.Node):
 
0315 23:52:01210 :: AttributeError
0315 23:52:01210 :: : 
0315 23:52:01210 :: 'module' object has no attribute 'dom'
0315 23:52:01210 ::

but i think i can fix this my way, it gaves me a decent output.

 

Thank u very much for the support.

 

Edit: i'm not able to resolve the error this time.

 

It's due to a wrong-coded minidom.py, i need a good one since i can't code this by myself.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

When I login, it have 3 messages and then character select but when I login it say the 3 messages and back to login, don´t change to character select

Server problem, not client's

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

With other bin i can connet with my server it not habe any problem :S and I have 40k sv (40250)

 

This is my syserr.txt:

0324 01:03:11346 :: Traceback (most recent call last):

0324 01:03:11347 ::   File "networkModule.py", line 205, in SetSelectCharacterPhase

0324 01:03:11347 ::   File "exception.py", line 28, in Abort

0324 01:03:11347 ::   File "exception.py", line 9, in GetExceptionString

0324 01:03:11347 ::   File "system.py", line 137, in __pack_import

0324 01:03:11347 :: ImportError
0324 01:03:11347 :: : 
0324 01:03:11347 :: Bad magic number in libtraceback.pyc
0324 01:03:11347 :: 

Link to comment
Share on other sites

  • Former Staff

 

With other bin i can connet with my server it not habe any problem :S and I have 40k sv (40250)

 

This is my syserr.txt:

0324 01:03:11346 :: Traceback (most recent call last):

0324 01:03:11347 ::   File "networkModule.py", line 205, in SetSelectCharacterPhase

0324 01:03:11347 ::   File "exception.py", line 28, in Abort

0324 01:03:11347 ::   File "exception.py", line 9, in GetExceptionString

0324 01:03:11347 ::   File "system.py", line 137, in __pack_import

0324 01:03:11347 :: ImportError
0324 01:03:11347 :: : 
0324 01:03:11347 :: Bad magic number in libtraceback.pyc
0324 01:03:11347 :: 

Use this lib folder for you client:

 

ExternPython26lib

 

copy the whole one to your client ;)

Link to comment
Share on other sites

Hello,

 

i have still same problem.

0405 14:04:03862 :: ui
0405 14:04:03862 :: :1975: 
0405 14:04:03862 :: RuntimeWarning
0405 14:04:03862 :: : 
0405 14:04:03862 :: tp_compare didn't return -1 or -2 for exception
0405 14:04:03862 :: 

0405 14:04:03862 :: Traceback (most recent call last):

0405 14:04:03862 ::   File "networkModule.py", line 239, in SetGamePhase

0405 14:04:03863 ::   File "game.py", line 107, in __init__

0405 14:04:03863 ::   File "interfaceModule.py", line 291, in MakeInterface

0405 14:04:03863 ::   File "interfaceModule.py", line 113, in __MakeChatWindow

0405 14:04:03864 ::   File "uiChat.py", line 622, in __init__

0405 14:04:03864 ::   File "ui.py", line 1992, in __init__

0405 14:04:03864 ::   File "ui.py", line 2008, in CreateScrollBar

0405 14:04:03865 ::   File "ui.py", line 1975, in SetSize

0405 14:04:03865 :: OverflowError
0405 14:04:03865 :: : 
0405 14:04:03865 :: Python int too large to convert to C long
0405 14:04:03865 :: 

I have binary from mainline_released. And I upgrade python-2.2 to python-2.7.

Can you help me, pls. 

 

Thank you a lot.

 

Dumik

Link to comment
Share on other sites

Hello,

 

i have still same problem.

0405 14:04:03862 :: ui
0405 14:04:03862 :: :1975: 
0405 14:04:03862 :: RuntimeWarning
0405 14:04:03862 :: : 
0405 14:04:03862 :: tp_compare didn't return -1 or -2 for exception
0405 14:04:03862 :: 

0405 14:04:03862 :: Traceback (most recent call last):

0405 14:04:03862 ::   File "networkModule.py", line 239, in SetGamePhase

0405 14:04:03863 ::   File "game.py", line 107, in __init__

0405 14:04:03863 ::   File "interfaceModule.py", line 291, in MakeInterface

0405 14:04:03863 ::   File "interfaceModule.py", line 113, in __MakeChatWindow

0405 14:04:03864 ::   File "uiChat.py", line 622, in __init__

0405 14:04:03864 ::   File "ui.py", line 1992, in __init__

0405 14:04:03864 ::   File "ui.py", line 2008, in CreateScrollBar

0405 14:04:03865 ::   File "ui.py", line 1975, in SetSize

0405 14:04:03865 :: OverflowError
0405 14:04:03865 :: : 
0405 14:04:03865 :: Python int too large to convert to C long
0405 14:04:03865 :: 

I have binary from mainline_released. And I upgrade python-2.2 to python-2.7.

Can you help me, pls. 

 

Thank you a lot.

 

Dumik

 

Use CTOA.

 

Check this post: http://metin2dev.org/board/topic/459-problem-with-clientbinary/?p=3526

Link to comment
Share on other sites

0412 18:27:00517 :: 
introLogin.py(line:531) __LoadScript
ui.py(line:2715) GetChild

LoginWindow.__LoadScript.BindObject - exceptions.KeyError:Channel1Button

0412 18:27:00517 :: ============================================================================================================
0412 18:27:00517 :: Abort!!!!


0412 18:27:00523 :: ============================================================================================================
0412 18:27:00523 :: Abort!!!!

I got this error. 

 

True -> TRUE && False -> FALSE = Done.

Replace LIB and Python22 = Done.

Copy metin2client.exe = Done.

 

What i did wrong ?

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



  • Similar Content

  • Activity

    1. 13

      Metin2 Closed Beta Content (2003-2004)

    2. 0

      PRESENTATION PAGE [OLDGODSMT2 RELEASE]

    3. 25

      [SRC] Metin2 on LINUX - The Old Metin2 Project

    4. 2

      United/Club/Midgard serverfiles?

    5. 13

      Metin2 Closed Beta Content (2003-2004)

    6. 13

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.