Jump to content
Korean Random

Aslain

User
  • Posts

    740
  • Joined

  • Last visited

  • Days Won

    68

Posts posted by Aslain

  1. Spotted "Error #1001: The method PlayersPanelUI is not implemented" error in python logs:

    2023-04-16 19:19:53.238: ERROR: [Scaleform] VerifyError: Error #1001: The method PlayersPanelUI is not implemented.
    2023-04-16 19:19:53.239: ERROR: [Scaleform] ReferenceError: Error #1065: Variable com.xvm.battle.BattleXvmApp is not defined.
    2023-04-16 19:19:53.270: ERROR: [Scaleform] ReferenceError: Error #1065: Variable com.xvm.battle.BattleXvmApp is not defined.

    I believe it's connected to an XVM bug that I've been seeing pretty often in recent months. The bug occurs in a way that the XVM Player's Panel is not loaded correctly. This can be easily noticed by users who are installing custom contour icons, as their icons are reversed despite the fact that the icons mirroring is disabled in the XVM configuration. The bug occurs randomly in regular random battles.

     

    Attached user logs, where it was spotted, btw. it's not a conflict with other mods, as I have it occured also when I installed just XVM without other mods.

    python.log xvm.log dxdiag.log

    • Upvote 1
  2. Edited by Aslain

    After changing:

     

        "hoverMarker": {
          "enabled": true,
          "x": 0,
          "y": -80,
          "alpha": 100
        },

     

    to

     

        "hoverMarker": {
          "enabled": true,
          "x": 0,
          "y": 80,
          "alpha": 100
        },

     

    Some shadow appears below:

    image.png.1bc2a27e9ad6d6c40b28d90aa5c58714.png     image.png.0dc11dd6ab5d422cd7c2626245e1e02d.png

     

    Similary when I change the y to -120, yet the -100 seem to be fine (default -80 is also ok)

    This bug persist since many previous versions of XVM and is also present in "the official".

     

    Here is example with y -150:

    image.png.cd0c147fd368aa18898a555e9fcd9070.png

     

    python.log xvm.log

  3. Edited by Aslain

    Getting this spam from: rewindRepeat.py

    2023-02-28 19:44:29.780: INFO: 2023-02-28 19:44:29: [ERROR] mods/xfw_libraries/xfw/events.pyc
    2023-02-28 19:44:29.780: ERROR: Traceback (most recent call last):
    2023-02-28 19:44:29.780: ERROR:   File "./xfw/events.py", line 56, in __event_handler
    2023-02-28 19:44:29.780: ERROR:   File "scripts/client/game.py", line 491, in handleKeyEvent
    2023-02-28 19:44:29.781: ERROR:   File "./xfw/events.py", line 71, in <lambda>
    2023-02-28 19:44:29.781: ERROR:   File "res_mods/configs/xvm/py_macro\rewindRepeat.py", line 23, in BattleReplay_handleKeyEvent
    2023-02-28 19:44:29.781: ERROR:     if self.isBattleSimulation:
    2023-02-28 19:44:29.781: ERROR: AttributeError: 'BattleReplay' object has no attribute 'isBattleSimulation'

     

    • Upvote 1
×
×
  • Create New...