STUCK ON LOADING SCREEN

02/19/2019 13:22 byakuya28#1
I was trying to use teleport system and it won't get into the game,it stucks on the loading screen.i would be really grateful of any help.please help me work through this.



0219 14:13:53854 :: File "networkModule.py", line 231, in SetGamePhase

0219 14:13:53855 :: File "system.py", line 130, in __pack_import

0219 14:13:53855 :: File "
0219 14:13:53855 :: <string>
0219 14:13:53855 :: ", line
0219 14:13:53855 :: 677
0219 14:13:53855 ::

0219 14:13:53855 ::
0219 14:13:53855 :: if constInfo.CApiSetHide == 1:

0219 14:13:53855 ::
0219 14:13:53855 ::
0219 14:13:53855 :: ^

0219 14:13:53855 :: IndentationError
0219 14:13:53855 :: :
0219 14:13:53855 :: expected an indented block
0219 14:13:53855 ::

0219 14:17:38816 :: invalid idx 0
0219 14:17:47398 :: Traceback (most recent call last):

0219 14:17:47399 :: File "networkModule.py", line 231, in SetGamePhase

0219 14:17:47399 :: File "system.py", line 130, in __pack_import

0219 14:17:47399 :: File "
0219 14:17:47399 :: <string>
0219 14:17:47399 :: ", line
0219 14:17:47399 :: 677
0219 14:17:47399 ::

0219 14:17:47399 ::
0219 14:17:47399 :: if constInfo.CApiSetHide == 1:

0219 14:17:47399 ::
0219 14:17:47399 ::
0219 14:17:47399 :: ^

0219 14:17:47399 :: IndentationError
0219 14:17:47399 :: :
0219 14:17:47399 :: expected an indented block
0219 14:17:47399 ::
06/14/2020 12:05 hotflame99#2
I'm sorry to revive the thread but I'm also having a similar issue. Any help is appreciated:)
06/14/2020 15:23 MrCrisp#3
Before you try and add any systems, you should first know how to program and how to read error messages. It clearly says that here:

Code:
0219 14:17:47399 :: File "networkModule.py", line 231, in SetGamePhase

0219 14:17:47399 :: File "system.py", line 130, in __pack_import

0219 14:17:47399 :: File "
0219 14:17:47399 :: <string>
0219 14:17:47399 :: ", line
0219 14:17:47399 :: 677
0219 14:17:47399 ::

0219 14:17:47399 ::
0219 14:17:47399 :: if constInfo.CApiSetHide == 1:

0219 14:17:47399 ::
0219 14:17:47399 ::
0219 14:17:47399 :: ^

0219 14:17:47399 :: IndentationError
0219 14:17:47399 :: :
0219 14:17:47399 :: expected an indented block
0219 14:17:47399 ::
You didn't indent the if-statement.


Edit:
Quote:
Originally Posted by hotflame99 View Post
I'm sorry to revive the thread but I'm also having a similar issue. Any help is appreciated:)
You should also post the contents of syserr.txt, just in case.
06/15/2020 16:26 cypher#4
lol

#moved