Jump to content

Source Client Clean & Fixed


Reboot

Recommended Posts

How can I solve
this problem ?
0819 06:43:14028 :: invalid idx 0
0819 06:43:24501 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
0819 06:43:41193 :: Failed to load script file : locale/de/ui/InventoryWindow.py
0819 06:43:41219 :: 
ui.py(line:2773) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/de/ui/InventoryWindow.py(line:6) ?

LoadScriptFile!!!!!!!!!!!!!! - exceptions.AttributeError:'module' object has no attribute 'EQUIPMENT_RING1'

0819 06:43:41219 :: ============================================================================================================
0819 06:43:41219 :: Abort!!!!


0819 06:43:41220 :: 
uiInventory.py(line:284) __LoadWindow
ui.py(line:2790) LoadScriptFile
exception.py(line:36) Abort

InventoryWindow.LoadWindow.LoadObject - exceptions.SystemExit:

0819 06:43:41220 :: ============================================================================================================
0819 06:43:41220 :: Abort!!!!


 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

another useless binary... no offence but as the last i tried to compile i had an error on my JpegFile.cpp so i replaced it with my own. Then i had an error with MarkManager.cpp with the 'back_inserter' so i googled the error and added 3 new includes. Now this happens:

Severity	Code	Description	Project	File	Line
Error	LNK1257	code generation failed	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1
Error	C1047	The object or library file '../../extern/library\Cryptopp_lib_release.lib' was created with an older compiler than other objects; rebuild old objects and libraries	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1

i dont know how u can compile it but what i know is that i really need you to tell me how. i use vs2015 professional Full and i have installed msdn library from the installer of vs2008 if there is any newer library i have to install or anything please tell me so i can keep on going thank u :)

Link to comment
Share on other sites

another useless binary... no offence but as the last i tried to compile i had an error on my JpegFile.cpp so i replaced it with my own. Then i had an error with MarkManager.cpp with the 'back_inserter' so i googled the error and added 3 new includes. Now this happens:

Severity	Code	Description	Project	File	Line
Error	LNK1257	code generation failed	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1
Error	C1047	The object or library file '../../extern/library\Cryptopp_lib_release.lib' was created with an older compiler than other objects; rebuild old objects and libraries	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1

i dont know how u can compile it but what i know is that i really need you to tell me how. i use vs2015 professional Full and i have installed msdn library from the installer of vs2008 if there is any newer library i have to install or anything please tell me so i can keep on going thank u :)

Use vs2013 ultimate.

Link to comment
Share on other sites

another useless binary... no offence but as the last i tried to compile i had an error on my JpegFile.cpp so i replaced it with my own. Then i had an error with MarkManager.cpp with the 'back_inserter' so i googled the error and added 3 new includes. Now this happens:

Severity	Code	Description	Project	File	Line
Error	LNK1257	code generation failed	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1
Error	C1047	The object or library file '../../extern/library\Cryptopp_lib_release.lib' was created with an older compiler than other objects; rebuild old objects and libraries	UserInterface	C:\Users\user\Documents\Server\Lab\client_source_clean\vs_files\UserInterface\LINK	1

i dont know how u can compile it but what i know is that i really need you to tell me how. i use vs2015 professional Full and i have installed msdn library from the installer of vs2008 if there is any newer library i have to install or anything please tell me so i can keep on going thank u :)

You are just an idiot.

Usless is your post.

 

I'am Reboot and the binary is tested.

Edited by ds_aim
  • Love 1
Link to comment
Share on other sites

if u are so smart why dont u explain this output? or maybe u are not that smart u worthless idiot

I'm Reboot and the binary is tested.
First of all this binary was made to work perfect with visual studio 2013 Community edition.
Let me to explain :
- back_inserter
Visual Studio 2013 include automatically iterator functions , with the default library.
Visual Studio 2015 not include manually, so you need to add include manual in files.
-JpegErrot
-Vss 2013 is old , but not soo old.
-Visual Studio 2013 is not as optimized to recognize errors.
-Visual studio 2015 , recognize some errors. It's Because some variables global has conflict with local variables and this results ambiguous symbol

 

Just use that fucking Visual Studio 2013.

I already fixed all this errors , and it work perfet with visual studio 2015. But i can't update topic anymore.

Edited by ds_aim
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 months later...
  • 3 weeks later...
  • 1 month later...
  • 2 weeks later...
  • Premium

0415 12:36:00008 :: import marshal # builtin

0415 12:36:00008 :: import imp # builtin

0415 12:36:00019 :: ui.py: inconsistent use of tabs and spaces in indentation

0415 12:36:00032 :: import _weakref # builtin

0415 12:36:00396 :: # trying .\os.pyd

0415 12:36:00396 :: # trying .\os.py

0415 12:36:00396 :: # trying .\os.pyw

0415 12:36:00396 :: # trying .\os.pyc

0415 12:36:00397 :: # trying lib\os.pyd

0415 12:36:00397 :: # trying lib\os.py

0415 12:36:00397 :: # lib\os.pyc has bad magic

0415 12:36:00402 :: import os # from lib\os.py

0415 12:36:00402 :: import errno # builtin

0415 12:36:00402 :: import nt # builtin

0415 12:36:00402 :: # trying .\ntpath.pyd

0415 12:36:00402 :: # trying .\ntpath.py

0415 12:36:00403 :: # trying .\ntpath.pyw

0415 12:36:00403 :: # trying .\ntpath.pyc

0415 12:36:00403 :: # trying lib\ntpath.pyd

0415 12:36:00403 :: # trying lib\ntpath.py

0415 12:36:00403 :: # lib\ntpath.pyc has bad magic

0415 12:36:00407 :: import ntpath # from lib\ntpath.py

0415 12:36:00407 :: # trying .\stat.pyd

0415 12:36:00407 :: # trying .\stat.py

0415 12:36:00407 :: # trying .\stat.pyw

0415 12:36:00407 :: # trying .\stat.pyc

0415 12:36:00407 :: # trying lib\stat.pyd

0415 12:36:00407 :: # trying lib\stat.py

0415 12:36:00408 :: # lib\stat.pyc has bad magic

0415 12:36:00408 :: import stat # from lib\stat.py

0415 12:36:00409 :: # trying .\genericpath.pyd

0415 12:36:00409 :: # trying .\genericpath.py

0415 12:36:00409 :: # trying .\genericpath.pyw

0415 12:36:00409 :: # trying .\genericpath.pyc

0415 12:36:00409 :: # trying lib\genericpath.pyd

0415 12:36:00409 :: # trying lib\genericpath.py

0415 12:36:00409 :: # lib\genericpath.pyc has bad magic

0415 12:36:00410 :: import genericpath # from lib\genericpath.py

0415 12:36:00410 :: # trying .\warnings.pyd

0415 12:36:00410 :: # trying .\warnings.py

0415 12:36:00410 :: # trying .\warnings.pyw

0415 12:36:00411 :: # trying .\warnings.pyc

0415 12:36:00411 :: # trying lib\warnings.pyd

0415 12:36:00411 :: # trying lib\warnings.py

0415 12:36:00411 :: # lib\warnings.pyc has bad magic

0415 12:36:00414 :: import warnings # from lib\warnings.py

0415 12:36:00414 :: # trying .\linecache.pyd

0415 12:36:00415 :: # trying .\linecache.py

0415 12:36:00415 :: # trying .\linecache.pyw

0415 12:36:00415 :: # trying .\linecache.pyc

0415 12:36:00415 :: # trying lib\linecache.pyd

0415 12:36:00415 :: # trying lib\linecache.py

0415 12:36:00415 :: # lib\linecache.pyc has bad magic

0415 12:36:00416 :: import linecache # from lib\linecache.py

0415 12:36:00417 :: # trying .\types.pyd

0415 12:36:00417 :: # trying .\types.py

0415 12:36:00417 :: # trying .\types.pyw

0415 12:36:00417 :: # trying .\types.pyc

0415 12:36:00417 :: # trying lib\types.pyd

0415 12:36:00417 :: # trying lib\types.py

0415 12:36:00417 :: # lib\types.pyc has bad magic

0415 12:36:00418 :: import types # from lib\types.py

0415 12:36:00418 :: # trying .\UserDict.pyd

0415 12:36:00418 :: # trying .\UserDict.py

0415 12:36:00418 :: # trying .\UserDict.pyw

0415 12:36:00418 :: # trying .\UserDict.pyc

0415 12:36:00418 :: # trying lib\UserDict.pyd

0415 12:36:00419 :: # trying lib\UserDict.py

0415 12:36:00419 :: # lib\UserDict.pyc has bad magic

0415 12:36:00420 :: import UserDict # from lib\UserDict.py

0415 12:36:00421 :: # trying .\_abcoll.pyd

0415 12:36:00421 :: # trying .\_abcoll.py

0415 12:36:00421 :: # trying .\_abcoll.pyw

0415 12:36:00421 :: # trying .\_abcoll.pyc

0415 12:36:00421 :: # trying lib\_abcoll.pyd

0415 12:36:00421 :: # trying lib\_abcoll.py

0415 12:36:00421 :: # lib\_abcoll.pyc has bad magic

0415 12:36:00425 :: import _abcoll # from lib\_abcoll.py

0415 12:36:00425 :: # trying .\abc.pyd

0415 12:36:00425 :: # trying .\abc.py

0415 12:36:00425 :: # trying .\abc.pyw

0415 12:36:00425 :: # trying .\abc.pyc

0415 12:36:00425 :: # trying lib\abc.pyd

0415 12:36:00425 :: # trying lib\abc.py

0415 12:36:00425 :: # lib\abc.pyc has bad magic

0415 12:36:00427 :: import abc # from lib\abc.py

0415 12:36:00427 :: # trying .\_weakrefset.pyd

0415 12:36:00427 :: # trying .\_weakrefset.py

0415 12:36:00427 :: # trying .\_weakrefset.pyw

0415 12:36:00427 :: # trying .\_weakrefset.pyc

0415 12:36:00427 :: # trying lib\_weakrefset.pyd

0415 12:36:00427 :: # trying lib\_weakrefset.py

0415 12:36:00428 :: # lib\_weakrefset.pyc has bad magic

0415 12:36:00429 :: import _weakrefset # from lib\_weakrefset.py

0415 12:36:00431 :: # trying .\copy_reg.pyd

0415 12:36:00431 :: # trying .\copy_reg.py

0415 12:36:00431 :: # trying .\copy_reg.pyw

0415 12:36:00431 :: # trying .\copy_reg.pyc

0415 12:36:00431 :: # trying lib\copy_reg.pyd

0415 12:36:00431 :: # trying lib\copy_reg.py

0415 12:36:00431 :: # lib\copy_reg.pyc has bad magic

0415 12:36:00432 :: import copy_reg # from lib\copy_reg.py

0415 12:36:00598 :: import time # builtin

0415 12:36:01828 :: # clear __builtin__._

0415 12:36:01828 :: # clear sys.path

0415 12:36:01828 :: # clear sys.argv

0415 12:36:01828 :: # clear sys.ps1

0415 12:36:01828 :: # clear sys.ps2

0415 12:36:01828 :: # clear sys.exitfunc

0415 12:36:01828 :: # clear sys.exc_type

0415 12:36:01828 :: # clear sys.exc_value

0415 12:36:01828 :: # clear sys.exc_traceback

0415 12:36:01828 :: # clear sys.last_type

0415 12:36:01828 :: # clear sys.last_value

0415 12:36:01828 :: # clear sys.last_traceback

0415 12:36:01828 :: # clear sys.path_hooks

0415 12:36:01828 :: # clear sys.path_importer_cache

0415 12:36:01828 :: # clear sys.meta_path

0415 12:36:01828 :: # clear sys.flags

0415 12:36:01828 :: # clear sys.float_info

0415 12:36:01828 :: # restore sys.stdin

0415 12:36:01828 :: # restore sys.stdout

0415 12:36:01828 :: # restore sys.stderr
 

~~ Mein System ~~

Prozessor: Intel® Core™ i7-4790K
Mailboard: Gigabyte GA-Z97X-Gaming 3
Arbeitsspeicher: G.Skill 8GB KIT PC3-17000 DDR3-2133 CL10 Sniper
Festplatte/n: 512GB SSD / 1TB HDD
Grafikkarten: 2x Gigabyte Radeon HD 6970 OC

Kühlung: EKWB Wasserkühlung

 

 

Link to comment
Share on other sites

On 15.04.2016 at 1:37 PM, LeJ0ker said:

0415 12:36:00008 :: import marshal # builtin

0415 12:36:00008 :: import imp # builtin

0415 12:36:00019 :: ui.py: inconsistent use of tabs and spaces in indentation

0415 12:36:00032 :: import _weakref # builtin

0415 12:36:00396 :: # trying .\os.pyd

0415 12:36:00396 :: # trying .\os.py

0415 12:36:00396 :: # trying .\os.pyw

0415 12:36:00396 :: # trying .\os.pyc

0415 12:36:00397 :: # trying lib\os.pyd

0415 12:36:00397 :: # trying lib\os.py

0415 12:36:00397 :: # lib\os.pyc has bad magic

0415 12:36:00402 :: import os # from lib\os.py

0415 12:36:00402 :: import errno # builtin

0415 12:36:00402 :: import nt # builtin

0415 12:36:00402 :: # trying .\ntpath.pyd

0415 12:36:00402 :: # trying .\ntpath.py

0415 12:36:00403 :: # trying .\ntpath.pyw

0415 12:36:00403 :: # trying .\ntpath.pyc

0415 12:36:00403 :: # trying lib\ntpath.pyd

0415 12:36:00403 :: # trying lib\ntpath.py

0415 12:36:00403 :: # lib\ntpath.pyc has bad magic

0415 12:36:00407 :: import ntpath # from lib\ntpath.py

0415 12:36:00407 :: # trying .\stat.pyd

0415 12:36:00407 :: # trying .\stat.py

0415 12:36:00407 :: # trying .\stat.pyw

0415 12:36:00407 :: # trying .\stat.pyc

0415 12:36:00407 :: # trying lib\stat.pyd

0415 12:36:00407 :: # trying lib\stat.py

0415 12:36:00408 :: # lib\stat.pyc has bad magic

0415 12:36:00408 :: import stat # from lib\stat.py

0415 12:36:00409 :: # trying .\genericpath.pyd

0415 12:36:00409 :: # trying .\genericpath.py

0415 12:36:00409 :: # trying .\genericpath.pyw

0415 12:36:00409 :: # trying .\genericpath.pyc

0415 12:36:00409 :: # trying lib\genericpath.pyd

0415 12:36:00409 :: # trying lib\genericpath.py

0415 12:36:00409 :: # lib\genericpath.pyc has bad magic

0415 12:36:00410 :: import genericpath # from lib\genericpath.py

0415 12:36:00410 :: # trying .\warnings.pyd

0415 12:36:00410 :: # trying .\warnings.py

0415 12:36:00410 :: # trying .\warnings.pyw

0415 12:36:00411 :: # trying .\warnings.pyc

0415 12:36:00411 :: # trying lib\warnings.pyd

0415 12:36:00411 :: # trying lib\warnings.py

0415 12:36:00411 :: # lib\warnings.pyc has bad magic

0415 12:36:00414 :: import warnings # from lib\warnings.py

0415 12:36:00414 :: # trying .\linecache.pyd

0415 12:36:00415 :: # trying .\linecache.py

0415 12:36:00415 :: # trying .\linecache.pyw

0415 12:36:00415 :: # trying .\linecache.pyc

0415 12:36:00415 :: # trying lib\linecache.pyd

0415 12:36:00415 :: # trying lib\linecache.py

0415 12:36:00415 :: # lib\linecache.pyc has bad magic

0415 12:36:00416 :: import linecache # from lib\linecache.py

0415 12:36:00417 :: # trying .\types.pyd

0415 12:36:00417 :: # trying .\types.py

0415 12:36:00417 :: # trying .\types.pyw

0415 12:36:00417 :: # trying .\types.pyc

0415 12:36:00417 :: # trying lib\types.pyd

0415 12:36:00417 :: # trying lib\types.py

0415 12:36:00417 :: # lib\types.pyc has bad magic

0415 12:36:00418 :: import types # from lib\types.py

0415 12:36:00418 :: # trying .\UserDict.pyd

0415 12:36:00418 :: # trying .\UserDict.py

0415 12:36:00418 :: # trying .\UserDict.pyw

0415 12:36:00418 :: # trying .\UserDict.pyc

0415 12:36:00418 :: # trying lib\UserDict.pyd

0415 12:36:00419 :: # trying lib\UserDict.py

0415 12:36:00419 :: # lib\UserDict.pyc has bad magic

0415 12:36:00420 :: import UserDict # from lib\UserDict.py

0415 12:36:00421 :: # trying .\_abcoll.pyd

0415 12:36:00421 :: # trying .\_abcoll.py

0415 12:36:00421 :: # trying .\_abcoll.pyw

0415 12:36:00421 :: # trying .\_abcoll.pyc

0415 12:36:00421 :: # trying lib\_abcoll.pyd

0415 12:36:00421 :: # trying lib\_abcoll.py

0415 12:36:00421 :: # lib\_abcoll.pyc has bad magic

0415 12:36:00425 :: import _abcoll # from lib\_abcoll.py

0415 12:36:00425 :: # trying .\abc.pyd

0415 12:36:00425 :: # trying .\abc.py

0415 12:36:00425 :: # trying .\abc.pyw

0415 12:36:00425 :: # trying .\abc.pyc

0415 12:36:00425 :: # trying lib\abc.pyd

0415 12:36:00425 :: # trying lib\abc.py

0415 12:36:00425 :: # lib\abc.pyc has bad magic

0415 12:36:00427 :: import abc # from lib\abc.py

0415 12:36:00427 :: # trying .\_weakrefset.pyd

0415 12:36:00427 :: # trying .\_weakrefset.py

0415 12:36:00427 :: # trying .\_weakrefset.pyw

0415 12:36:00427 :: # trying .\_weakrefset.pyc

0415 12:36:00427 :: # trying lib\_weakrefset.pyd

0415 12:36:00427 :: # trying lib\_weakrefset.py

0415 12:36:00428 :: # lib\_weakrefset.pyc has bad magic

0415 12:36:00429 :: import _weakrefset # from lib\_weakrefset.py

0415 12:36:00431 :: # trying .\copy_reg.pyd

0415 12:36:00431 :: # trying .\copy_reg.py

0415 12:36:00431 :: # trying .\copy_reg.pyw

0415 12:36:00431 :: # trying .\copy_reg.pyc

0415 12:36:00431 :: # trying lib\copy_reg.pyd

0415 12:36:00431 :: # trying lib\copy_reg.py

0415 12:36:00431 :: # lib\copy_reg.pyc has bad magic

0415 12:36:00432 :: import copy_reg # from lib\copy_reg.py

0415 12:36:00598 :: import time # builtin

0415 12:36:01828 :: # clear __builtin__._

0415 12:36:01828 :: # clear sys.path

0415 12:36:01828 :: # clear sys.argv

0415 12:36:01828 :: # clear sys.ps1

0415 12:36:01828 :: # clear sys.ps2

0415 12:36:01828 :: # clear sys.exitfunc

0415 12:36:01828 :: # clear sys.exc_type

0415 12:36:01828 :: # clear sys.exc_value

0415 12:36:01828 :: # clear sys.exc_traceback

0415 12:36:01828 :: # clear sys.last_type

0415 12:36:01828 :: # clear sys.last_value

0415 12:36:01828 :: # clear sys.last_traceback

0415 12:36:01828 :: # clear sys.path_hooks

0415 12:36:01828 :: # clear sys.path_importer_cache

0415 12:36:01828 :: # clear sys.meta_path

0415 12:36:01828 :: # clear sys.flags

0415 12:36:01828 :: # clear sys.float_info

0415 12:36:01828 :: # restore sys.stdin

0415 12:36:01828 :: # restore sys.stdout

0415 12:36:01828 :: # restore sys.stderr
 

update python to 2.7

Link to comment
Share on other sites

Help please!

 



0418 08:25:08848 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW)
0418 08:25:08848 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW)
0418 08:25:08848 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=170, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:08849 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=171, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:08849 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=172, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:08849 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=173, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:08849 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=174, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:08849 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=175, strType=wolfman).STRANGE_SKILL_TYPE
0418 08:25:10027 :: 
playerSettingModule.py(line:1392) LoadGameData
playerSettingModule.py(line:229) __InitData

LoadGameData - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EFFECT_ACCE_SUCCEDED_1'

0418 08:25:10027 :: ============================================================================================================
0418 08:25:10027 :: Abort!!!!

Link to comment
Share on other sites

  • 4 weeks later...

Announcements



  • Similar Content

  • Activity

    1. 1

      Auto Bravery Cape

    2. 18

      Metin2 Closed Beta Content (2003-2004)

    3. 1425

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    4. 25

      Experimental Renderer

    5. 1

      Auto Bravery Cape

    6. 0

      Very strange bug, when creating new char

    7. 5

      Horus Maps & Design

  • 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.