Jump to content
Korean Random

SRQFlyer

User
  • Content Count

    53
  • Joined

  • Last visited

Posts posted by SRQFlyer


  1. I am getting this error message in the xvm log.  any suggestions of what is missing or I need to change? Attached are the logs.

     

    2020-03-11 10:47:06: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 136, in load_macros_lib
        execute(code, file_name, {'xvm': XvmNamespace})
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 119, in execute
        raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message))
    ExecutionException: ImportError at file 'res_mods/configs/xvm/py_macro\assistLog.py' line 19: No module named parser_addon

    2020-03-11 10:47:06: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 136, in load_macros_lib
        execute(code, file_name, {'xvm': XvmNamespace})
      File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 119, in execute
        raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message))
    ExecutionException: NameError at file 'res_mods/configs/xvm/py_macro\assist_log.py' line 619: name 'registerEvent' is not defined

    xvm.log python.log


  2. Looking at the log i see this:

     

    This shows that you have another mond that is running
    2019-01-10 22:42:24.013: TRACE: monkeyPatchOpen: BWUtil.monkeyPatchOpen: Patching open() True
     

    This shows that two key folders are missing. 

    2019-01-10 22:42:24.095: INFO: [PY_DEBUG] Checking C:/Games/World_of_Tanks_EU/res_mods/1.3.0.1/: mods not found
    2019-01-10 22:42:24.095: INFO: [PY_DEBUG] Checking C:/Games/World_of_Tanks_EU/mods/1.3.0.1/: mods not found


  3. On 1/6/2019 at 7:15 PM, vasilis_74r said:

    i have the same problem last 4 months i can send you python log and xvm log..  https://prntscr.com/m3vdq7  https://prntscr.com/m3ve14  https://prntscr.com/m3ve3b . any help?

    python.log

    xvm.log

    Looking at your Python log, it is filled with errors.  I would suggest you completely remove XVM and reinstall and try with the default configuration.

    2019-01-07 01:39:19.884: INFO: [XFW] Loading mod: com.modxvm.xvm, v. 7.7.9.8732
    2019-01-07 01:39:20.151: INFO: [XFW] Loading mod: 'com.modxvm.xvm' FAILED: Cannot locate a COMSPEC environment variable to use as the shell

     

    Delete everything in c:\games\world_of_tanks_eu\res_mods\1.0.3.1 and c:\games\world_of_tanks_eu\mods\1.0.3.1

    then resinatll XVM only


  4. I am getting this error in the XVM log.   This is occurring without running a battle, start the game then quit the game.  Any suggestions?

     

    2018-10-21 16:10:49: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_hotfix\python\__init__.py", line 57, in _CustomFilesCache__onReadLocalFile
        base(self, url, showImmediately)
      File "scripts/client/account_helpers/CustomFilesCache.py", line 335, in __onReadLocalFile
      File "scripts/common/Lib/shelve.py", line 122, in __getitem__
    EOFError

     

    Python and XVM logs are attached.

    python.log

    xvm.log


  5. If you can point me in the direction of where this error might be coming from it would be appreciated.  Attached are also clean logs for one battle on build 8438

     

    2018-06-14 16:46:19: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\xvm.py", line 176, in onStateLobby
        reserve.init(self.currentAccountDBID)
      File "res_mods/mods/xfw_packages\xvm_main\python\reserve.py", line 7, in init
        _reserve._update_reserve_cache(accountDBID)
      File "res_mods/mods/xfw_packages\xvm_main\python\reserve.py", line 43, in _update_reserve_cache
        vehinfo.updateReserve(vehCD, True)
      File "res_mods/mods/xfw_packages\xvm_main\python\vehinfo.py", line 21, in updateReserve
        _vehicleInfoData[vehCD]['isReserved'] = isReserved
    KeyError: 43553

     

    xvm.log

    python.log


  6. You need to update your configuration.  

    To you battlelabels.xc you need to add something like:

    ${ "battleLabelSight.xc":"def.piercingChance"},

     

    Then in battlelabeltemplates.xc add

        "piercingChance": {
          "enabled": true,
          "flags": [ "alive" ],
          "updateEvent": "PY(ON_CALC_ARMOR), PY(ON_CAMERA_MODE)",
          "x": 0,
          "y": "{{py:sight.cameraMode=arc?-49|{{py:sight.cameraMode=sn?39|44}}}}",
          "width": 100,
          "height": 26,
          // "borderColor": "0xFF0000", //!!!
          "screenHAlign": "center",
          "screenVAlign": "center",
          "alpha" : 100,
          "shadow": { "distance": 1, "angle": 90, "alpha": 90, "blur": 5, "strength": 3 },
          "textFormat": { "align": "center", "valign": "center" },
          "format": "<font color='{{py:sight.c_piercingChance}}' size='16'>{{py:sight.piercingActual}} {{py:sight.piercingActual?/|}} {{py:sight.armorActual}}</font>"
        },    


  7. In my XVM log I am throwing a lot this exception with XVM 7.5.1 (8268):

    2018-03-29 16:20:15: [ERROR] _pingAsync() exception: Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_ping\python\pinger.py", line 110, in _pingAsync
        debug('Ping has returned non-zero status: %d' % hostping)
    TypeError: %d format: a number is required, not NoneType

     

    It occurs when I start the game before running a battle.  XVM & Python logs attached.

    python.log

    xvm.log

    • Upvote 1

  8. 12 hours ago, mintik said:

    I don't get why it always takes so long to release a stable version of the latest patch when it goes live.

    I figure that last day of the test server is pretty much the live version of the patch so why can't the xvm team

    release a version that was stable on the last day of the test server?

    Because the last test server code is not the release code.  There are additional changes that get made.

×
×
  • Create New...