Jump to content
Korean Random

SRQFlyer

User
  • Content Count

    53
  • Joined

  • Last visited

Community Reputation

9 Noob

Recent Profile Visitors

2,260 profile views
  1. Thank you very much, I kept putting the assistLog in the py_macro folder and not the xvm.
  2. The file is there but appears it is not being loaded. Any suggestions?
  3. 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.
  4. 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
  5. @Biscuitsih I have had no issues that would cause a crash.
  6. 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.
  7. reinstall the game or run the integrity check. That will restore the files.
  8. You are missing two key folders: 2019-01-11 12:25:36.323: INFO: [PY_DEBUG] Checking C:/Games/World_of_Tanks/res_mods/1.3.0.1/: mods not found 2019-01-11 12:25:36.323: INFO: [PY_DEBUG] Checking C:/Games/World_of_Tanks/mods/1.3.0.1/: mods not found
  9. 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
  10. Also delete the following folder: %appdata%\Roaming\Wargaming.net\WorldOfTanks\xvm
  11. 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
  12. 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
  13. 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
×
×
  • Create New...