Jump to content
Korean Random

Aslain

User
  • Posts

    740
  • Joined

  • Last visited

  • Days Won

    68

Posts posted by Aslain

  1. I'm posting this on behalf of one player who gets randomly disconnected from game server while in battle. Noticed in his logs this suspicious part of python.log:

    2022-08-25 15:27:36.664: INFO: [pika.connection] Disconnected from RabbitMQ at xmqp6.modxvm.com:5606 (-1): error(10054, 'Istniej\xb9ce po\xb3\xb9czenie zosta\xb3o gwa\xb3townie zamkni\xeate przez zdalnego hosta')
    2022-08-25 15:27:36.678: WARNING: [pika.connection] Suppressing close request on <SelectConnection CLOSED socket=None params=<ConnectionParameters host=xmqp6.modxvm.com port=5606 virtual_host=xvm ssl=False>>
    2022-08-25 15:27:36.689: WARNING: [pika.callback] Duplicate callback found for "0:Connection.Blocked"
    2022-08-25 15:27:36.690: WARNING: [pika.callback] Duplicate callback found for "0:Connection.Unblocked"

     

    dxdiag.log python.log xvm.log

  2. Edited by Aslain

    @ktulho

    There is one more bug (with xvm + champi fix combo) we just found out, the tooltip for suspension in the tech-tree is missing, there are new errors in xvm.log:

     

    2022-08-01 11:11:00: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 129, in _onCreateTypedTooltip_callback
        base(self, type, *args)
      File "scripts/client/gui/Scaleform/framework/tooltip_mgr.py", line 130, in onCreateTypedTooltip
      File "scripts/client/gui/shared/tooltips/builders.py", line 140, in build
      File "scripts/client/gui/Scaleform/daapi/view/tooltips/vehicle_items_builders.py", line 80, in _buildData
      File "scripts/client/gui/shared/tooltips/builders.py", line 161, in _buildData
      File "scripts/client/gui/shared/tooltips/__init__.py", line 182, in buildToolTip
      File "scripts/client/gui/shared/tooltips/common.py", line 218, in getDisplayableData
      File "./xfw/events.py", line 71, in <lambda>
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 556, in ModuleBlockTooltipData_packBlocks
        return base(self, *args, **kwargs)
      File "scripts/client/gui/shared/tooltips/module.py", line 126, in _packBlocks
      File "scripts/client/gui/shared/tooltips/module.py", line 812, in construct
      File "scripts/client/gui/shared/items_parameters/formatters.py", line 469, in colorizedFormatParameter
      File "scripts/client/gui/shared/items_parameters/formatters.py", line 520, in formatParameter
      File "scripts/client/gui/shared/gui_items/__init__.py", line 525, in kpiFormatValue
      File "scripts/client/gui/impl/backport/backport_system_locale.py", line 48, in getNiceNumberFormat
    TypeError: () argument 1 must be set to a float

    See, mouse hover over the tracks are not displaying any tooltip now: 

    shot_5922.jpg.71189687f8be4cf82637dce36eec4dda.jpg

    xvm.log python.log

  3. Edited by Aslain

    The problem is only in combination with other mods, so I cannot provide you what you asking for. Almost everyone is blaming the other mods :) But many people aren't installing just XVM but also other mods, and XVM in combination with some other mods will produce errors, and the problem is not other mods but combination of mods, and it always has to be 3 mods minimum, that issue is probably since WG introduced new fast login.

     

    Mods affected by this issue is as follows (any combination of these 3 mods):

    - session stats Yasenkrasen (Rajcel is bundling it with champi.paramsdictproxyfix now)

    - session stats TimeSpent

    - Vehicle Exp Extended

    - Vehicle parameters on single list (Rajcel already patched his mod with a workaround)

    - Little Helper Collection (Champi already patched his mod with a workaround)

    - Annoying Features Remover (the outfit section only)

    - Limpid Stickers

    - XVM

  4. Edited by Aslain

    Broken XVM tank tooltips after adding Champi's Fix

     

    With champi.paramsdictproxyfix:

    params_bug.jpg.8cdc3500178253fbf7633f68f0f33bd9.jpg

     

    Without champi.paramsdictproxyfix:

    params_ok.thumb.jpg.128a55896be9a0aba7321fd920b80fb2.jpg

     

    2022-07-19 09:02:07: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 466, in CommonStatsBlockConstructor_construct
        tooltip_add_param(self, result, getParameterValue(paramName), valueStr)
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 214, in getParameterValue
        return text_styles.main(i18n.makeString(MENU.tank_params(paramName))) + text_styles.standard(measureUnitsForParameter(paramName))
      File "scripts/client/gui/shared/items_parameters/formatters.py", line 205, in measureUnitsForParameter
    KeyError: 'clipParams'
    
    2022-07-19 09:02:17: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 466, in CommonStatsBlockConstructor_construct
        tooltip_add_param(self, result, getParameterValue(paramName), valueStr)
      File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 214, in getParameterValue
        return text_styles.main(i18n.makeString(MENU.tank_params(paramName))) + text_styles.standard(measureUnitsForParameter(paramName))
      File "scripts/client/gui/shared/items_parameters/formatters.py", line 205, in measureUnitsForParameter
    KeyError: 'gunRotationSpeed'

     

    Unfortunatelly the fix is needed otherwise some mods will crash the game client. 
    The fix description:

    paramsdictproxyfix (by CHAMPi):
    ⦁    This small fix is for the KeyError that happen after mods modified game methods that are changing the _ParamsDictProxy. This error will crash the game client.
    ⦁    The reason for this are some missing cache (cachedParams) entries. Every mod that modifies the vehicle parameter list (on the right side in the garage) can cause this problem.
    ⦁    The cause of the actual issue needs to be investigated in more detail. This fix is only a workaround to avoid crashing of the game client without the need of updating all these mods.
    ⦁    This fix will be automatically installed with mods that was found affected by this bug, which is for the moment: session stats Yasenkrasen/TimeSpent, Vehicle Exp Extended, Vehicle parameters on single list, Little Helper Collection, Annoying Features Remover, Limpid Stickers, XVM
     

     

     

     

    python.log xvm.log champi.paramsdictproxyfix_1.0.0.zip

    • Upvote 3
  5. Edited by Aslain

    Requesting feature to add function to elements.xc, to hide vehicle markers on Battle Score Panel:

    shot_5900.jpg.6fee559439eec3b648854455b7e260bd.jpg

     

    shot_5899.thumb.jpg.a0ab3b1490307f06c28b44387b637ac8.jpg

     

    Of course I can hide them by unchecking the "Show vehicle markers on Battle Score Panel" but if I do that, the team hp bars will move (down) to the center while I want to have them just like they are positioned when this option is checked. Thanks to that I can replace the vehicle markers with the modded ones, while preserving the space.

     

  6. Edited by Aslain

    I report it here at the request of another player, it's not mine logs, I have no other logs, I cannot reproduce it either, but according to one modder this has to be fixed :

    World of Tanks\res_mods\mods\xfw_packages\xvm_battleresults\python__init__.py

     

    22-06-02 15:01:53.479: ERROR: [EXCEPTION] (scripts/client/gui/shared/gui_items/processors/__init__.py, 139):Traceback (most recent call last):
    (...blabla...)
    2022-06-02 15:01:53.479: ERROR:   File "res_mods/mods/xfw_packages\xvm_battleresults\python\__init__.py", line 130, in setRecord
    2022-06-02 15:01:53.479: ERROR:     for typeCompDescr, vData in reusable.personal.getVehicleCDsIterator(result, reusable):
    2022-06-02 15:01:53.479: ERROR: TypeError: getVehicleCDsIterator() takes exactly 2 arguments (3 given)
    2022-06-02 15:01:53.483: ERROR: [EXCEPTION] (scripts/client/gui/battle_results/service.py, 342):

     

     

    Quote

    change of method parameters in res / scripts / client / gui / battle_results / reusable / personal.py:
    1.16.1:
         def getVehicleCDsIterator (self, result, reusable = None):
    1.17:
         def getVehicleCDsIterator (self, result):


    xvm is to blame:

    World of Tanks \ res_mods \ mods \ xfw_packages \ xvm_battleresults \ python__init __. Py

    line:
             for typeCompDescr, vData in reusable.personal.getVehicleCDsIterator (result, reusable):

    proposed solution:
             for typeCompDescr, vData in reusable.personal.getVehicleCDsIterator (result):

     

    python.log

     

    Please be informed that the user who sent me that logs had some issues earlier, with missing xvm dependency files, maybe he still had some issues like that, like no priviledges to files etc. that could cause this, in this case you can ignore this report and close it down, but it's always worth to check just in case.

×
×
  • Create New...