-
Posts
53 -
Joined
-
Last visited
Reputation
9 NoobRecent Profile Visitors
2,372 profile views
-
Thank you very much, I kept putting the assistLog in the py_macro folder and not the xvm.
-
-
I have the latest files, and reconfirmed my config matches.This happens when I start the game, don't have to run a battle for the error to occur.
-
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
-
@Biscuitsih I have had no issues that would cause a crash.
-
Descent from wn8 pt 1 day from 1815wn8 to 1559 wn8
SRQFlyer replied to ramms's topic in XVM: English Support and Discussions
The problem should be fixed, but it takes time for the data to be updated. The problem was related to updating data from the WG API. -
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
-
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
-
Colors not showing for assistLog
SRQFlyer replied to SRQFlyer's topic in XVM: English Support and Discussions
Thank you very much. -
I am sure I have something wrong, but could use some help as to why the colors are not showing for the stats from the assistLog. I have added the dmg_ratio_player colors to the colors.xc and updated the AssistLog.xc. I have attached the relevant files and logs. assistLog.xc battleLabelsTemplates.xc colors.xc python.log xvm.log
-
Thanks.
-
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