Hello everyone,
I'm currently adapting pet system into my client but I can't figure out, from where is this error coming from..
syserror:
Code
- 1105 12:06:09911 :: Traceback (most recent call last):
- 1105 12:06:09911 :: File "networkModule.py", line 234, in SetGamePhase
- 1105 12:06:09911 :: File "system.py", line 178, in __hybrid_import
- 1105 12:06:09911 :: File "system.py", line 143, in _process_result
- 1105 12:06:09911 :: File "game.py", line 68, in <module>
- 1105 12:06:09911 :: File "system.py", line 178, in __hybrid_import
- 1105 12:06:09911 :: File "system.py", line 143, in _process_result
- 1105 12:06:09911 :: File "uipetsystem.py", line 20, in <module>
- 1105 12:06:09911 :: File "system.py", line 178, in __hybrid_import
- 1105 12:06:09911 :: File "system.py", line 143, in _process_result
- 1105 12:06:09911 :: File "system.py", line 54, in <module>
- 1105 12:06:09911 :: AttributeError
- 1105 12:06:09911 :: :
- 1105 12:06:09911 :: 'dict' object has no attribute 'chr'
- 1105 12:06:09911 ::
system.py on line 54 is calling:
Python
uipetsystem.py on line 20 is:
uipetsystem doesnt look for .chr/chr anywhere, and I did put 'import chr' into system.py
Is it that import? Maybe importing old library or something? Not sure, how to debug this
Any informations is super helpful
Thank you and have a nice rest of the day!