Jump to content

Compiled client binary -> Crashed


Go to solution Solved by HITRON,

Recommended Posts

Hello community,

 

after I successfully compiled my client, it crashes after the loading screen and gives me these errors:

 

log.txt/syserr.txt:

0406 01:07:21452 :: SYSERR: 
ui.py(line:2773) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/de/ui/InventoryWindow.py(line:88) <module>

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

0406 01:07:21452 :: SYSERR: ============================================================================================================
0406 01:07:21452 :: SYSERR: Abort!!!!


0406 01:07:21454 :: SYSERR: 
uiInventory.py(line:284) __LoadWindow
ui.py(line:2790) LoadScriptFile
exception.py(line:36) Abort

InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:

0406 01:07:21455 :: SYSERR: ============================================================================================================
0406 01:07:21455 :: SYSERR: Abort!!!!

Who can help me?

 

Regards

Link to comment
Share on other sites

  • Solution

Open Locale_inc.h

 

Add this if you dont have add:

 

#define ENABLE_DRAGON_SOUL_SYSTEM
#define ENABLE_NEW_EQUIPMENT_SYSTEM
 
and compile again, and extract locale_xxlocalexxuiopen inventorywindow.py and find EQUIPMENT_RING1
and EQUIPMENT_RING2 and add ## 
 
Like this:
 
## »υ ΉέΑφ1
# {"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
## »υ ΉέΑφ2
# {"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
## »υ Ί§Ζ®
 
and pack again locale.

 

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