Jump to content
Korean Random
Pavel3333

Battle Queue script fix

Recommended Posts

Описание: убирает ошибки типа 

*** Traceback (most recent call last):
***   File "scripts/client/gui/Scaleform/daapi/view/lobby/battle_queue.py", line 299, in __updateTimer
*** AttributeError: 'NoneType' object has no attribute 'needAdditionalInfo'

Установка: распаковать в res_mods/1.0.0.2/

Скачать: scripts.zip

Edited by Pavel3333
обновил
  • Upvote 3

Share this post


Link to post

Short link
Share on other sites

У меня такой ошибки нету в логах. Может просто какой то мод неправильно работает у вас?

  • Upvote 1
  • Downvote 4

Share this post


Link to post

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

AttributeError: 'NoneType' object has no attribute 'needAdditionalInfo'

Эта ошибка не у всех и не всегда вылазит,какой триггер ее вызывает так и не выяснили насколько я помню.Были предположения про декали попаданий.,но не подтвердилось.Поставил скрипт mod_fix_needAdditionalInfo.pyc(где то на форуме брал,не помню точно где,автор вроде ktulho),я так понимаю аналог того,что из шапки,теперь лог чистый.

Share this post


Link to post

Short link
Share on other sites

без фикса весь лог был засыпан этими ошибками.

Откатал с фиксом по быстрому 6 боёв - ошибок нет (только старые)

Модов нет, только дополнения средствами xvm


вот уже 15-20 шт откатал - ошибок с battle_queue.py нет

только эти (они и на чистом есть):

ERROR: [ERROR] (scripts/client/vehicle_systems/model_assembler.py, 567): can't load track segment model <vehicles\french\F17_AMX_13_90\track/segment_01.model>
ERROR: [ERROR] (scripts/client/Flock.py, 129): Failed to load flock model: content/Environment/env_birds\seagull.model

 

Share this post


Link to post

Short link
Share on other sites
2 часа назад, Pavel3333 сказал:

у меня вылазит каждый третий бой.

Не,я как поставил,так они и пропали,остались только родные ошибки типа 

can't load track segment model....F17_AMX_13_90

Share this post


Link to post

Short link
Share on other sites

@Partisan ошибка вылетает у меня на чистом клиенте, я не катаю с XVM.

 

Потому не важно, с XVM вы или нет.

Обновил. Исправил ошибку в путях.

Share this post


Link to post

Short link
Share on other sites
35 minutes ago, Slava7572 said:

Не,я как поставил,так они и пропали,остались только родные ошибки типа 


can't load track segment model....F17_AMX_13_90

Не знаю как у вас, но пару раз у меня было такое что вот это подгрузка ходовой 1390 у меня вешала клиент на несколько секунд.

Не уверен что это из-за этой ошибки, но других в логе вообще небыло. Неприятно когда ты едешь светить, и напротив тебя 1390 который тебе вешает клиент. xD 

Edited by ApxuBbI
  • Upvote 1

Share this post


Link to post

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

Не знаю как у вас, но пару раз у меня было такое что вот это подгрузка ходовой 1390 у меня вешала клиент на несколько секунд.

Не уверен что это из-за этой ошибки, но других в логе вообще небыло. Неприятно когда ты едешь светить, и напротив тебя 1390 который тебе вешает клиент. xD 

Да,это какие то ошибки чистого клиента,даже без модов они есть,хотя сама моделька вроде в норме,по крайней мере видимых косяков у 90-ка не замечал.У меня тоже клиент вылетал пару раз,после микрообновы вроде прекратилось,не исключено,что из за 90-ка...хотя ошибки так и висят в логе в боях с этим танком в тимах:

2018-04-08 01:43:36.343: WARNING: [WARNING] (scripts/client/vehicle_systems/appearance_cache.py, 205): Resource is not found ('vehicles\\french\\F17_AMX_13_90\\track/segment_01.model',)


2018-04-08 01:43:36.343: WARNING: [WARNING] (scripts/client/vehicle_systems/appearance_cache.py, 205): Resource is not found ('vehicles\\french\\F17_AMX_13_90\\track/segment_01.model',)
2018-04-08 01:43:36.344: ERROR: [ERROR] (scripts/client/vehicle_systems/model_assembler.py, 567): can't load track segment model <vehicles\french\F17_AMX_13_90\track/segment_01.model>
2018-04-08 01:43:36.344: ERROR: [ERROR] (scripts/client/vehicle_systems/model_assembler.py, 573): can't load track segment model <vehicles\french\F17_AMX_13_90\track/segment_01.model>

Edited by Slava7572

Share this post


Link to post

Short link
Share on other sites

have you follow error and can this fix?

Цитата

Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 364, in __onCurrentVehicleChanged
  File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 207, in __updateHeader
  File "scripts/client/gui/prb_control/dispatcher.py", line 135, in getFunctionalState
  File "scripts/client/gui/prb_control/factories/UnitFactory.py", line 99, in createStateEntity
  File "scripts/client/gui/prb_control/entities/base/squad/entity.py", line 50, in hasLockedState
  File "scripts/client/gui/prb_control/entities/base/unit/entity.py", line 966, in getPlayerInfo
AttributeError: 'NoneType' object has no attribute 'getPlayerSlotIdx'

 

Share this post


Link to post

Short link
Share on other sites
1 час назад, Pavel3333 сказал:

@ Budyx69  i did not see that message in python.log.

 

When I have free time.

this message comes in Squad, Team and stronhold battles and crahed onAccountBecomeNonPlayer and onAvatarBecomeNonPlayer

Цитата

2018-04-07 21:14:55.541: ERROR: [EXCEPTION] (scripts/common/Event.py, 46):
Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/shared/personality.py", line 192, in onAccountBecomeNonPlayer
  File "scripts/client/CurrentVehicle.py", line 134, in destroy
  File "scripts/client/gui/shared/utils/HangarSpace.py", line 40, in wrapped
  File "scripts/client/gui/shared/utils/HangarSpace.py", line 48, in checkConditionForExit
  File "scripts/client/gui/shared/utils/HangarSpace.py", line 56, in delayCall
  File "scripts/client/gui/shared/utils/HangarSpace.py", line 365, in removeVehicle
  File "scripts/common/Event.py", line 44, in __call__
  File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 364, in __onCurrentVehicleChanged
  File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 207, in __updateHeader
  File "scripts/client/gui/prb_control/dispatcher.py", line 135, in getFunctionalState
  File "scripts/client/gui/prb_control/factories/UnitFactory.py", line 99, in createStateEntity
  File "scripts/client/gui/prb_control/entities/base/squad/entity.py", line 50, in hasLockedState
  File "scripts/client/gui/prb_control/entities/base/unit/entity.py", line 966, in getPlayerInfo
AttributeError: 'NoneType' object has no attribute 'getPlayerSlotIdx'

2018-04-07 21:14:55.541: ERROR: Traceback (most recent call last):
2018-04-07 21:14:55.541: ERROR:   File "mod_stat", line 781, in new_onBecomeNonPlayer
2018-04-07 21:14:55.541: ERROR:   File "mod_modpackCheck", line 408, in Mod_new_onBecomeNonPlayer
2018-04-07 21:14:55.541: ERROR:   File "scripts/client/Account.py", line 337, in onBecomeNonPlayer
2018-04-07 21:14:55.542: ERROR:   File "scripts/common/Event.py", line 44, in __call__
2018-04-07 21:14:55.542: ERROR:   File "scripts/client/gui/shared/personality.py", line 192, in onAccountBecomeNonPlayer
2018-04-07 21:14:55.542: ERROR:   File "scripts/client/CurrentVehicle.py", line 134, in destroy
2018-04-07 21:14:55.542: ERROR:   File "scripts/client/gui/shared/utils/HangarSpace.py", line 40, in wrapped
2018-04-07 21:14:55.542: ERROR:   File "scripts/client/gui/shared/utils/HangarSpace.py", line 48, in checkConditionForExit
2018-04-07 21:14:55.543: ERROR:   File "scripts/client/gui/shared/utils/HangarSpace.py", line 56, in delayCall
2018-04-07 21:14:55.544: ERROR:   File "scripts/client/gui/shared/utils/HangarSpace.py", line 365, in removeVehicle
2018-04-07 21:14:55.544: ERROR:   File "scripts/common/Event.py", line 44, in __call__
2018-04-07 21:14:55.545: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 364, in __onCurrentVehicleChanged
2018-04-07 21:14:55.546: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/hangar/Hangar.py", line 207, in __updateHeader
2018-04-07 21:14:55.546: ERROR:   File "scripts/client/gui/prb_control/dispatcher.py", line 135, in getFunctionalState
2018-04-07 21:14:55.547: ERROR:   File "scripts/client/gui/prb_control/factories/UnitFactory.py", line 99, in createStateEntity
2018-04-07 21:14:55.547: ERROR:   File "scripts/client/gui/prb_control/entities/base/squad/entity.py", line 50, in hasLockedState
2018-04-07 21:14:55.547: ERROR:   File "scripts/client/gui/prb_control/entities/base/unit/entity.py", line 966, in getPlayerInfo
2018-04-07 21:14:55.547: ERROR: AttributeError: 'NoneType' object has no attribute 'getPlayerSlotIdx'

 

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...