Jump to content
Korean Random

Aslain

User
  • Content Count

    727
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by Aslain

  1. Broken in 1.22.0.1 WG 2023-09-22 08:34:14: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 101, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 93, 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\damage_indicator.py' line 4: cannot import name _DamageIndicator 2023-09-22 08:34:20: [X:000] [XFW/XfwComponent] loadMods: Loading swf mods: 2023-09-22 08:34:20: [X:001] xvm_battle/as_battle_classic/xvm_battle_classic.swf 2023-09-22 08:34:21: [B:002] [XFW/XfwComponent] onLibLoaded: ../res_mods/mods/xfw_packages/xvm_battle/as_battle_classic/xvm_battle_classic.swf 2023-09-22 08:34:21: [B:003] [XVM:BATTLE] processView: classicBattlePage 2023-09-22 08:34:21: [B:004] UI_fullStats 2023-09-22 08:34:21: [B:005] UI_PlayersPanel() 2023-09-22 08:34:21: [B:006] [XVM INFO] XVM_VERSION=10.7.0 #0056 for WoT 1.22.0.1 gameRegion=EU configVersion=6.1.0 autoReloadConfig=false markers.enabled=false servicesActive=true xmqp=true statBattle=true 2023-09-22 08:34:21: [B:007] [XFW/XfwComponent] onLibLoaded: Mod loaded: xvm_battle_classic.swf 2023-09-22 08:34:21: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='xvm.damageIndicator' 2023-09-22 08:34:21: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='xvm.damageIndicator_aim'
  2. I know I can fix it myself, I help with that whenever I can, but it's not the point. We are reporting this bug to XVM devs so they can fix it. If they cannot fix it, they should at least respond something, like "we cannot fix" at least :)
  3. It was already reported on the KR forums months ago, so I don't believe posting it directly on GitHub will expedite the process, but maybe worth a try.
  4. Wargaming XVM version, same problem: 2023-09-21 12:39:46.386: INFO: ============================= 2023-09-21 12:39:46.386: INFO: 2023-09-21 12:39:46: [ERROR] mods/xfw_libraries/xfw/events.pyc 2023-09-21 12:39:46.386: ERROR: Traceback (most recent call last): 2023-09-21 12:39:46.386: ERROR: File "./xfw/events.py", line 57, in __event_handler 2023-09-21 12:39:46.386: ERROR: File "./xfw/events.py", line 24, in fire 2023-09-21 12:39:46.387: ERROR: TypeError: showDamageFromShot() takes exactly 6 arguments (7 given) 2023-09-21 12:39:46.387: INFO: ============================= In the other mod, there was similar error, and the fix was to add new parameter: damageCausedByDiscreteFactor python.log
  5. I'm keep pinging them about it, but no luck....
  6. updated - compatibility with WoT 1.22.0.1 - compatibility with Tanki 1.22.0.0 micropatch
  7. updated - compatibility with WoT 1.22.0.0 Lesta version of micropatch
  8. WG 1.22: 2023-09-06 08:49:18.362: INFO: ============================= 2023-09-06 08:49:18.362: INFO: 2023-09-06 08:49:18: [ERROR] mods/xfw_libraries/xfw/events.pyc 2023-09-06 08:49:18.362: ERROR: Traceback (most recent call last): 2023-09-06 08:49:18.362: ERROR: File "./xfw/events.py", line 57, in __event_handler 2023-09-06 08:49:18.366: ERROR: File "./xfw/events.py", line 24, in fire 2023-09-06 08:49:18.369: ERROR: File "res_mods/configs/xvm/py_macro\aiming.py", line 53, in aiming_getOwnVehicleShotDispersionAngle 2023-09-06 08:49:18.369: ERROR: aimingStartTime, aimingFactor, shotDispMultiplierFactor, _1, _2, _3, _4, aimingTime = self._PlayerAvatar__aimingInfo 2023-09-06 08:49:18.369: ERROR: ValueError: need more than 4 values to unpack 2023-09-06 08:49:18.369: INFO: ============================= 2023-09-06 08:49:52.703: ERROR: [EXCEPTION] (scripts/common/Event.py, 46): Traceback (most recent call last): File "scripts/common/Event.py", line 44, in __call__ File "scripts/client/Avatar.py", line 3966, in __onArenaPeriodChange File "scripts/client/Avatar.py", line 3751, in __setIsOnArena File "scripts/client/VehicleGunRotator.py", line 183, in start File "scripts/client/VehicleGunRotator.py", line 688, in __updateGunMarker File "./xfw/events.py", line 71, in <lambda> File "res_mods/configs/xvm/py_macro\sphere.py", line 120, in _VehicleGunRotator__getGunMarkerPosition endPos, direction, markerDiameter, idealMarkerDiameter, collData = base(self, shotPos, shotVec, dispersionAngles) File "./xfw/events.py", line 71, in <lambda> File "res_mods/configs/xvm/py_macro\markerPosition.py", line 99, in _VehicleGunRotator__getGunMarkerPosition return base(self, shotPos, shotVec, dispersionAngles) File "scripts/client/VehicleGunRotator.py", line 966, in __getGunMarkerPosition TypeError: 'NoneType' object has no attribute '__getitem__' 2023-09-06 08:49:52.703: ERROR: Traceback (most recent call last): 2023-09-06 08:49:52.703: ERROR: File "scripts/client/Avatar.py", line 2606, in updateArena 2023-09-06 08:49:52.703: ERROR: File "scripts/client_common/ClientArena.py", line 352, in update 2023-09-06 08:49:52.703: ERROR: File "scripts/client_common/ClientArena.py", line 530, in __onPeriodInfoUpdate 2023-09-06 08:49:52.703: ERROR: File "scripts/common/Event.py", line 44, in __call__ 2023-09-06 08:49:52.703: ERROR: File "scripts/client/Avatar.py", line 3966, in __onArenaPeriodChange 2023-09-06 08:49:52.703: ERROR: File "scripts/client/Avatar.py", line 3751, in __setIsOnArena 2023-09-06 08:49:52.703: ERROR: File "scripts/client/VehicleGunRotator.py", line 183, in start 2023-09-06 08:49:52.703: ERROR: File "scripts/client/VehicleGunRotator.py", line 688, in __updateGunMarker 2023-09-06 08:49:52.703: ERROR: File "./xfw/events.py", line 71, in <lambda> 2023-09-06 08:49:52.703: ERROR: File "res_mods/configs/xvm/py_macro\sphere.py", line 120, in _VehicleGunRotator__getGunMarkerPosition 2023-09-06 08:49:52.703: ERROR: endPos, direction, markerDiameter, idealMarkerDiameter, collData = base(self, shotPos, shotVec, dispersionAngles) 2023-09-06 08:49:52.703: ERROR: File "./xfw/events.py", line 71, in <lambda> 2023-09-06 08:49:52.703: ERROR: File "res_mods/configs/xvm/py_macro\markerPosition.py", line 99, in _VehicleGunRotator__getGunMarkerPosition 2023-09-06 08:49:52.703: ERROR: return base(self, shotPos, shotVec, dispersionAngles) 2023-09-06 08:49:52.703: ERROR: File "scripts/client/VehicleGunRotator.py", line 966, in __getGunMarkerPosition 2023-09-06 08:49:52.703: ERROR: TypeError: 'NoneType' object has no attribute '__getitem__' 2023-09-06 08:50:26.199: INFO: [Vehicle] __onAppearanceReady(787473) 2023-09-06 08:50:27.899: INFO: [Vehicle] __onAppearanceReady(787464)
  9. updated - compatibility with WoT 1.22.0.0
  10. Two months later, still not fixed.
  11. You can use that icons with the anti-mirror mod, just install both mods at the same time.
  12. updated - compatibility with WoT 1.21.1.1 and Lesta version to today's micropatch
  13. updated - compatibility with WoT 1.21.1.0 micropatch 03.08
  14. You mean you cannot hear the 6th sense sound, or see the 6th sense warning indicator? In your logs there are other mods, so I think xvm devs may not accept your report. It should be just XVM without anything else. Anyway I checked it, and I found no issues, both with sound and indicator on the latest xvm version and previous versions as well.
  15. updated LESTA version - compatibility with Tanki 1.21.1.0
  16. WG 1.21.1.0: 2023-07-18 15:50:44: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 101, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 93, in __execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: AttributeError at file 'res_mods/configs/xvm/py_macro\collection.py' line 42: type object 'PlayerMessages' has no attribute '_onShowPlayerMessageByCode'
  17. WG 1.21.1.0 2023-07-18 15:53:24.889: INFO: ============================= 2023-07-18 15:53:24.889: INFO: 2023-07-18 15:53:24: [ERROR] mods/xfw_libraries/xfw/events.pyc 2023-07-18 15:53:24.889: ERROR: Traceback (most recent call last): 2023-07-18 15:53:24.889: ERROR: File "./xfw/events.py", line 57, in __event_handler 2023-07-18 15:53:24.889: ERROR: File "./xfw/events.py", line 24, in fire 2023-07-18 15:53:24.890: ERROR: File "res_mods/configs/xvm/py_macro\aiming.py", line 53, in aiming_getOwnVehicleShotDispersionAngle 2023-07-18 15:53:24.890: ERROR: aimingStartTime, aimingFactor, shotDispMultiplierFactor, _1, _2, _3, aimingTime = self._PlayerAvatar__aimingInfo 2023-07-18 15:53:24.890: ERROR: ValueError: too many values to unpack 2023-07-18 15:53:24.890: INFO: ============================= and 2023-07-18 15:53:56: [ERROR] Traceback (most recent call last): File "res_mods/configs/xvm/py_macro\markerPosition.py", line 75, in _VehicleGunRotator__getGunMarkerPosition dispersAngle, idealDispersAngle = dispersionAngles TypeError: 'NoneType' object is not iterable
  18. updated WG version - compatibility with WoT 1.21.1.0
  19. updated - compatibility with WoT 1.21.0.0 micropatch 06.07
  20. Still not fixed and broken on WG client, when can we expect a fix?
  21. 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:19: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:20: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:20: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:22: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:22: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:25:57: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:25:57: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' 2023-06-09 10:27:47: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeFlight' 2023-06-09 10:27:47: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 156, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 120, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.timeAIM' and 2023-06-09 10:10:21: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 101, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 93, in __execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: AttributeError at file 'res_mods/configs/xvm/py_macro\aiming.py' line 21: type object 'CTRL_MODE_NAME' has no attribute 'FLAMETHROWER' 2023-06-09 10:10:21: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 101, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 93, in __execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: AttributeError at file 'res_mods/configs/xvm/py_macro\infoAutoAim.py' line 30: type object 'CTRL_MODE_NAME' has no attribute 'FLAMETHROWER' 2023-06-09 10:10:21: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 101, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 93, in __execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: AttributeError at file 'res_mods/configs/xvm/py_macro\markerPosition.py' line 29: type object 'CTRL_MODE_NAME' has no attribute 'FLAMETHROWER' xvm.log
  22. updated WG version - compatibility with WoT 1.21.0.0 micropatch 08.06
×
×
  • Create New...