Jump to content

Recommended Posts

Hi everyone

when I make any edit on game.py file

the game stop on loading

and syserr

0622 20:04:14279 :: Traceback (most recent call last):

0622 20:04:14279 ::   File "networkModule.py", line 246, in SetGamePhase

0622 20:04:14279 ::   File "system.py", line 147, in __pack_import

0622 20:04:14279 :: TypeError
0622 20:04:14279 :: : 
0622 20:04:14279 :: compile() expected string without null bytes
0622 20:04:14279 :: 

any edit , for example

#hello

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

There must be something wrong (or missing), either within the file you were editing or other resources. The error says there is a problem with a string, but many times these errors are a byproduct of a much larger problem.

I feel like I'm always suggesting the same here on the forums, but I digress. If you can't fix them, go back to the files you edited, restore them to a previous working state and start working from there.

Perhaps you could give us more detail on what you were working (or even share a fragment of code)? We need more information...

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.