Jump to content
Korean Random
Sign in to follow this  
Alex273

[1.9.1.2/8.5.5_0009] [Fixed] Xvm' object has no attribute 'xvmServicesInitialized

Recommended Posts

Добрый день,

Обнаружил ошибку в модах от Yusha в xvm. Версия XVM  - 8.5.5 0009

ERROR: [EXCEPTION] (scripts/client/gui/shared/event_bus.py, 151):Traceback (most recent call last):
2020-07-20 12:58:05.737: ERROR:   File "scripts/client/gui/shared/event_bus.py", line 172, in __verify
2020-07-20 12:58:05.737: ERROR:   File "scripts/client/gui/shared/event_bus.py", line 135, in handleEvent
2020-07-20 12:58:05.737: ERROR:   File "res_mods/mods/xfw_packages\xvm_main\python\xvm.py", line 156, in onAppInitialized
2020-07-20 12:58:05.737: ERROR:     self.initializeXvmServices()
2020-07-20 12:58:05.737: ERROR:   File "res_mods/mods/xfw_packages\xvm_main\python\xvm.py", line 377, in initializeXvmServices
2020-07-20 12:58:05.737: ERROR:     if self.xvmServicesInitialized:
2020-07-20 12:58:05.738: ERROR: AttributeError: 'Xvm' object has no attribute 'xvmServicesInitialized'
2020-07-20 12:58:05.738: ERROR: Traceback (most recent call last):
2020-07-20 12:58:05.738: ERROR:   File "./xfw/events.py", line 71, in <lambda>
2020-07-20 12:58:05.738: ERROR:   File "./swf.py", line 132, in _AppEntry_onAsInitializationCompleted
2020-07-20 12:58:05.738: ERROR:   File "scripts/client/gui/Scaleform/framework/application.py", line 479, in onAsInitializationCompleted
2020-07-20 12:58:05.738: ERROR:   File "scripts/client/gui/Scaleform/framework/entities/EventSystemEntity.py", line 8, in fireEvent
2020-07-20 12:58:05.738: ERROR:   File "scripts/common/adisp.py", line 179, in wrapper
2020-07-20 12:58:05.738: ERROR:   File "scripts/common/adisp.py", line 156, in doCall
2020-07-20 12:58:05.738: ERROR: adisp.AdispException: ('There was an error during __verify async call.', AttributeError("'Xvm' object has no attribute 'xvmServicesInitialized'",))

Заметил что у class Xvm это аттрибут как раз отсутствует. Может быть это уже пофиксили.
...res_mods\mods\xfw_packages\xvm_main\python\xvm.py

 

class Xvm(object):
    _initialized_apps = {}

    appLoader = dependency.descriptor(IAppLoader)

    def __init__(self):
        self.xvmLobbyMessageShown = False
        self.xvmServerMessageLastInfo = None
        self.currentAccountDBID = None

    # CONFIG

 

Edited by Mixaill

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...