Jump to content

qdeepy

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by qdeepy

  1. Hi guys. I tried to install a new login interface for my client, and now i get this error in syser. I can get into character selection, but when I select one, it crash!

    0419 21:00:11054 :: 
    networkModule.py(line:229) SetLoadingPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introLoading.py(line:8) <module>
    
    networkModule.SetLoadingPhase - <type 'exceptions.NameError'>:name 'SCREEN_WIDTH' is not defined
    
    0419 21:00:11054 :: ============================================================================================================
    0419 21:00:11054 :: Abort!!!!
    

     

    How can I define SCREEN_WIDTH?

    import uiScriptLocale
    
    window = {
    
    	"x" : 0,
    	"y" : 0,
    
    	"width" : SCREEN_WIDTH,
    	"height" : SCREEN_HEIGHT,
    
    	"children" :
        ...........

     

    What should I do? 

×
×
  • 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.