Jump to content

dreammaker

Inactive Member
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dreammaker

  1. --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Assertion failed! Program: I:\40k GameClient\Metin2Debug.exe File: ..\..\source\EterLib\Camera.cpp Line: 261 Expression: m_fDistance >= 0 --------------------------------------------------------------------------------------------------------------------------- This is client log: 0706 21:35:09784 :: SYSERR: Traceback (most recent call last): 0706 21:35:09784 :: SYSERR: File "uiTarget.py", line 479, in OnUpdate 0706 21:35:09785 :: SYSERR: UnboundLocalError 0706 21:35:09785 :: SYSERR: : 0706 21:35:09785 :: SYSERR: local variable 'exchangeButton' referenced before assignment 0706 21:35:09785 :: SYSERR: --------------------------------------------------------------------------------------------------------------------------- This is code block in python: def OnUpdate(self): distance = 0 // I added this definition for the error in this blok// if player.IsPVPInstance(self.vid): constInfo.VID = self.vid event.QuestButtonClick(constInfo.STHX) if not self.healthBoard.IsShow() and self.vid != 0: self.healthBoard.Show() else: self.healthBoard.Hide() if self.isShowButton: exchangeButton = self.buttonDict[locale.TARGET_BUTTON_EXCHANGE] distance = player.GetCharacterDistance(self.vid) if distance < 0: return distance // this solved problem > local variable 'distance' referenced before assignment if exchangeButton.IsShow(): if distance > self.EXCHANGE_LIMIT_RANGE: self.RefreshButton() else: if distance < self.EXCHANGE_LIMIT_RANGE: self.RefreshButton() Above code block keep giving this error . I dont know what can I do
  2. In client Debug mode error is here : SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/shaman/intro/wait.m SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/shaman/intro/not_se SelectCharacterInstance: no vid by 0 ------------------------------------------------------------ ETE LOGIN WINDOW FrameSkip ║©┴ñ 700 PointWindow: BackGround PointWindow: character_board PointWindow: start_button PointWindow: BackGround PointWindow: BackGround PointWindow: BackGround PointWindow: character_board PointWindow: start_button ## Network - OffLine Phase ## ## Network - OffLine Phase ## NEW LOGIN WINDOW ------------------------------------------ -------------- DeleteCharacterInstance: no vid by 1 DeleteCharacterInstance: no vid by 2 DeleteCharacterInstance: no vid by 3 LOGIN WINDOW OPEN ------------------------------------------ -------------- ===== Load Script File : locale/tr/ui/LoginWindow.py Succeed connecting. Succeed connecting. Any ideas ? Pls.
  3. Hello.Im trying to connect my server (40k source-allwip).I removed Ymir license and time ticks - Internal IP problem fixed also I log in succesfully from local client. I cant connect from another computer or remote client. Its shows logging in but when I select character.It drops main login screen.My log is: :: SYSTEM: new connection from [88.25x.xxx.xxx] fd: 15 handshake 1820652733 output input_len 0, ptr 0x29110000 :: Handshake: client_time 0 server_time 137712 :: AUTH_PHASE 0x29110000 :: InputAuth::Login : ninja(5) desc 0x29110000 :: SetLoginKey 358692903 :: InputAuth::Login : key 358692903:0x1fd17db login ninja :: QID_AUTH_LOGIN: START 358692903 0x29110000 :: Create_Time 0 19700101 :: Block Time -2 :: WRONGPWD :: SYSTEM: new connection from [88.25x.xxx.xxx] fd: 21 handshake 3478335047 output input_len 0, ptr 0x29110400 :: SYSTEM: closing socket. DESC #15 :: Handshake: lower than zero -20 :: Handshake: client_time 0 server_time 149553 :: AUTH_PHASE 0x29110400 :: InputAuth::Login : ninja(5) desc 0x29110400 :: SetLoginKey 2016660112 :: InputAuth::Login : key 2016660112:0x5318d7c6 login ninja :: QID_AUTH_LOGIN: START 2016660112 0x29110400 :: Create_Time 0 19700101 :: Block Time -2 :: SetRemainSecs ninja 0 type 2 :: SendAuthLogin ninja key 11906 :: AuthLogin result 1 key 2016660112 :: SYSTEM: closing socket. DESC #21
  4. MySQL 5.5 you mean ? .game core size grow problem generally occurs because incompatible MySQL databases.Even minor version diffrences make game core errors.. Write your /var/db/mysql/ system log here
  5. #TAG system if gamemasta.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(kral_lonca_live)") if gamemasta2.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(kral_live)") if gamemasta2.find("[VIP]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(vip_live)") if gamemasta2.find("[AVCI]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(avci_live)") if gamemasta2.find("[PRENSES]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(prenses_live)") if gamemasta2.find("[KRALICE]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(kralice_live)") if gamemasta2.find("[DEV]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(juliet_pma)") if gamemasta2.find("[PRENS]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(prens_live)") if gamemasta2.find("[Admin]Whisky")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 net.SendChatPacket("(leonardo_gameadmin)") #TAG system END There is an error in TAG system.When I enter game it didnt give any error .But TAG system dont work.I found an error in Client log: 0519 18:38:13269 :: !! PARSING ERROR - Strange Command : DEV This is the part of the code gave this error: if gamemasta2.find("[DEV]")!=-1 and constInfo.GM_MARK == 0: constInfo.GM_MARK = 1 I opened a char. named [DEV]Night It shows no tag sign on him. what can be the problem ?
  6. Anyone tell me how can I add this maps to server side ?
  7. I have this problem too.I cant find out why this is happening.My game.core also grows over 4GB safe_create: calloc failed [12] Cannot allocate memory buffer_new: calloc failed [12] Cannot allocate memory I tried this solution and raised my BSD RAM buffers: I have to change for this paraments for normal working server: If you want check your paraments Use command: ipcs -M How to change my paraments bro? 1. ee /etc/sysctl.conf 2. type your paraments > I set it like this: kern.ipc.shmall=4294967296 kern.ipc.shmmax=4294967296 The numbers are written in bytes 2GB - 2147483648 bytes. 3. Use for restart: service sysctl restart Bu it didnt solve my problem.Smth is wrong with game.My virtual machine gives 4Gb RAM for FreeBSD.Is that not enough ?.That game files runs on FreeBSD 7.2 with low RAM and now I got v10.1.I think it is not related with RAM amount or BSD buffer settings. Pls help My game version : 34083
  8. How can we unpack files without encryption indexes (.eix) ?.Is it possible to unpack just using ".epk" files ?
  9. What are you talking about? Vanilla core Novaline has been compiled from the Source. The Maxmi the core has been compiled from maline_sg. As a matter of Nova Thumbnail mainline_sg with the reduced forms of the size already you know. Novaline (Vanilla CORE) strip = 6 MB Mainline_sg strip = 4 MB So its all based on mainline SG.what are u talking about ? If vanilla doesnt report bugs and corrects them, can u do it yourself ?.of course not.do u even know c++ programming ? No. so cut the crap.
  10. This core is taken from vanilla. He changed some settings and lines. here it is > Just crap
×
×
  • 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.