Jump to content
Korean Random

SRQFlyer

User
  • Content Count

    53
  • Joined

  • Last visited

Posts posted by SRQFlyer


  1. I am getting this error when I try to run, any suggestions?

     

    2016-11-09 10:28:54: [ERROR] Traceback (most recent call last):
      File "C:\Games\World_of_Tanks\res_mods\mods/packages\xvm_main\python\python_macro.py", line 156, in process_python_macro
        (func, deterministic) = get_function(arg)
      File "C:\Games\World_of_Tanks\res_mods\mods/packages\xvm_main\python\python_macro.py", line 147, in get_function
        (func, deterministic) = _container.get(func_name)
    TypeError: 'NoneType' object is not iterable
    arg=' efficiencyWN8()'


  2. I had been using the following code in the elements.xc file with build 5010 for WOT 9.12 with no issues:

    "leftPanel": {
        //"visible": false
        //"state": "large",
        //"_x": 0,
        "_y": 0
       },

     

    With 9.13, I updated to build 5074 and the same code is no longer moving the panels.  It is throwing 30,000 errors in the XVM log.

     

    2015-12-16 20:00:15: [b:000] xvm -> ["Minimap"]
    2015-12-16 20:00:15: [b:001] xvm -> ["Minimap", "PlayersPanel"]
    2015-12-16 20:00:15: [b:002] xvm -> ["Minimap", "PlayersPanel", "TeamBasesPanel"]
    2015-12-16 20:00:15: [b:003] xvm -> ["Minimap", "PlayersPanel", "TeamBasesPanel", "Battle"]
    2015-12-16 20:00:15: [b:004] Config: Loaded
    2015-12-16 20:00:15: [b:005] _root.leftPanel._y: 65
    2015-12-16 20:00:15: [b:006] xvm -> ["Minimap", "PlayersPanel", "TeamBasesPanel", "Battle", "StatisticForm"]
    2015-12-16 20:00:15: [b:007] _root.leftPanel._y: 65
    2015-12-16 20:00:15: [b:008] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:009] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:010] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:011] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:012] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:013] _root.leftPanel._y: 65
    2015-12-16 20:00:16: [b:014] _root.leftPanel._y: 65

     

    Has anything changed or is this a defect?

    xvm.log

×
×
  • Create New...