Jump to content
Korean Random
Sign in to follow this  
N_P

Ошибки в логе

Recommended Posts

У меня вообще ошибок вагон и маленькая тележка:

2020-09-28 18:54:22.237: INFO: [root] [XFW/Loader] Loading mod: com.modxvm.xvm.equip, v. 7.4.1.8208
2020-09-28 18:54:22.242: ERROR: [root] [XFW/Loader] Loading mod: 'com.modxvm.xvm.equip' FAILED (exception)
Traceback (most recent call last):
  File "./__init__.py", line 454, in mods_load
  File "scripts/common/Lib/importlib/__init__.py", line 37, in import_module
  File "res_mods/mods/xfw_packages\xvm_equip\python\__init__.py", line 15, in <module>
    from gui.Scaleform.daapi.view.lobby.hangar.AmmunitionPanel import AmmunitionPanel
ImportError: No module named AmmunitionPanel

2020-09-28 18:54:22.242: INFO: [root] [XFW/Loader] Loading mod: com.modxvm.xvm.tooltips, v. 8.6.4.0005
2020-09-28 18:54:22.254: ERROR: [root] [XFW/Loader] Loading mod: 'com.modxvm.xvm.tooltips' FAILED (exception)
Traceback (most recent call last):
  File "./__init__.py", line 454, in mods_load
  File "scripts/common/Lib/importlib/__init__.py", line 37, in import_module
  File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 524, in <module>
    @overrideMethod(ConsumablesPanel, '_ConsumablesPanel__makeShellTooltip')
  File "./xfw/events.py", line 92, in decorator2
  File "./xfw/events.py", line 70, in _OverrideMethod
AttributeError: type object 'ConsumablesPanel' has no attribute '_ConsumablesPanel__makeShellTooltip'

2020-09-28 18:54:22.260: ERROR: [EXCEPTION] (scripts/client/game.py, 202):
Traceback (most recent call last):
  File "scripts/client/game.py", line 168, in init
  File "scripts/client/messenger/MessengerEntry.py", line 42, in init
  File "scripts/client/messenger/m_settings.py", line 273, in init
  File "scripts/client/messenger/doc_loaders/__init__.py", line 38, in load
  File "scripts/client/messenger/doc_loaders/settings_set.py", line 258, in load
  File "scripts/client/messenger/doc_loaders/settings_set.py", line 81, in _readSettings
  File "scripts/client/messenger/doc_loaders/_xml_helpers.py", line 178, in readI18nStringItem
  File "scripts/client/messenger/doc_loaders/_xml_helpers.py", line 117, in readItem
  File "scripts/client/helpers/html/__init__.py", line 34, in translation
  File "scripts/client/helpers/html/__init__.py", line 12, in _search
  File "./xfw/events.py", line 71, in <lambda>
  File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 85, in _i18n_makeString
    if config.get('tooltips/logLocalization', False):
AttributeError: 'NoneType' object has no attribute 'get'

2020-09-28 18:54:22.261: INFO: [gui.Scaleform.app_factory] Creating app: scaleform/lobby
2020-09-28 18:54:22.665: INFO: [Scaleform] Create GUI Component: 'UiRenderComponent'
2020-09-28 18:54:22.666: INFO: [Scaleform] Create GUI Component: 'FlashGUIComponent'
2020-09-28 18:54:22.666: INFO: [Scaleform] Change Owner on GUI Component: 'FlashGUIComponent' -> 'gui/flash/lobby.swf'
2020-09-28 18:54:22.713: WARNING: [web.web_client_api] Do not use "required" and "default" at the same time!
2020-09-28 18:54:22.738: ERROR: [gui.Scaleform.framework.package_layout] Package "gui.Scaleform.daapi.view.lobby.clans" can not be loaded
Traceback (most recent call last):
  File "scripts/client/gui/Scaleform/framework/package_layout.py", line 167, in _loadPackage
  File "scripts/client/gui/Scaleform/daapi/view/lobby/clans/__init__.py", line 33, in getViewSettings
  File "scripts/client/gui/Scaleform/daapi/view/lobby/clans/profile/ClanProfileSummaryView.py", line 56, in <module>
  File "scripts/client/gui/Scaleform/daapi/view/lobby/clans/profile/ClanProfileSummaryView.py", line 43, in _status
  File "./xfw/events.py", line 71, in <lambda>
  File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 85, in _i18n_makeString
    if config.get('tooltips/logLocalization', False):
AttributeError: 'NoneType' object has no attribute 'get'

2020-09-28 18:54:22.738: ERROR: Traceback (most recent call last):
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/game.py", line 293, in start
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/gameplay/delegator.py", line 36, in start
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 88, in start
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 382, in __notify
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/gui/app_loader/observers.py", line 361, in onStateChanged
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/gameplay/delegator.py", line 49, in addStateObserver
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/machine.py", line 157, in connect
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 132, in onStateChanged
2020-09-28 18:54:22.738: ERROR:   File "scripts/client/frameworks/state_machine/observers.py", line 47, in onStateChanged
2020-09-28 18:54:22.739: ERROR:   File "scripts/client/gui/app_loader/observers.py", line 48, in onEnterState
2020-09-28 18:54:22.739: ERROR:   File "scripts/client/gui/app_loader/loader.py", line 194, in createLobby
2020-09-28 18:54:22.739: ERROR:   File "scripts/client/gui/Scaleform/app_factory.py", line 99, in createLobby
2020-09-28 18:54:22.739: ERROR:   File "scripts/client/gui/Scaleform/framework/package_layout.py", line 123, in load
2020-09-28 18:54:22.739: ERROR:   File "scripts/client/gui/Scaleform/framework/package_layout.py", line 171, in _loadPackage
2020-09-28 18:54:22.739: ERROR: soft_exception.SoftException: Package gui.Scaleform.daapi.view.lobby.clans does not have method getViewSettings
2020-09-28 18:54:24.870: INFO: =============================
2020-09-28 18:54:24.870: INFO: 2020-09-28 18:54:24: [ERROR] mods/xfw_libraries/xfw/events.pyc
2020-09-28 18:54:24.870: ERROR: Traceback (most recent call last):
2020-09-28 18:54:24.870: ERROR:   File "./xfw/events.py", line 56, in __event_handler
2020-09-28 18:54:24.870: ERROR:   File "scripts/client/game.py", line 354, in fini
2020-09-28 18:54:24.871: ERROR:   File "scripts/client/messenger/MessengerEntry.py", line 62, in fini
2020-09-28 18:54:24.871: ERROR:   File "scripts/client/messenger/proto/__init__.py", line 71, in clear
2020-09-28 18:54:24.872: ERROR:   File "scripts/client/messenger/proto/xmpp/plugin.py", line 74, in clear
2020-09-28 18:54:24.872: ERROR: AttributeError: 'NoneType' object has no attribute 'clear'
2020-09-28 18:54:24.872: INFO: =============================

 

Share this post


Link to post

Short link
Share on other sites
7 минут назад, N_P сказал:

У меня вообще ошибок вагон

 

Обновите нормально мод с полной очисткой директорий для модов.

Модуля xvm_equip уже давно нет в моде.

Share this post


Link to post

Short link
Share on other sites
30 минут назад, night_dragon_on сказал:

 

Обновите нормально мод с полной очисткой директорий для модов.

Модуля xvm_equip уже давно нет в моде.

Чтобы не терялась моя кастомизация, я просто перезаписываю res_mods/mods поверх с заменой.

Буду знать, что надо чистить.

Чистки "xfw_packages" достаточно? (корневую mods я всегда чищу, там внутри кастомизации нет)

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, N_P сказал:

Чистки "xfw_packages" достаточно?

res_mods/mods

 

1 минуту назад, N_P сказал:

я просто перезаписываю res_mods/mods поверх с заменой

 

Нельзя так делать.

  • Upvote 1

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