Jump to content

Game closed after login


Recommended Posts

hi, i added volvox's render target and now when i try to open the game and select a saved account the game closes, the text on syserr says:

networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:131) __pack_import
system.py(line:110) _process_result
introSelect.py(line:23) <module>
system.py(line:131) __pack_import
system.py(line:110) _process_result
uiAffectShower.py(line:8) <module>
system.py(line:131) __pack_import
system.py(line:110) _process_result
uiToolTip.py(line:20) <module>
system.py(line:138) __pack_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.ImportError'>:No module named renderTarget

0703 17:57:03748 :: ============================================================================================================
0703 17:57:03748 :: Abort!!!!

anyone know what i need to do??

 

Edited by sFontess
Link to comment
Share on other sites

On 7/4/2023 at 2:00 PM, Volvox said:

"No module named renderTarget"
Its more then simple ? 😄

Did you include "CPythonRenderTargetModule.cpp" ?
At the last line is written:
PyObject* poModule = Py_InitModule("renderTarget", s_methods);

Did you call "initRenderTarget()" properly ?

i cant build the solution, the files i edited fail and i did everything as said

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.