Jump to content
Korean Random

Aslain

User
  • Posts

    796
  • Joined

  • Last visited

  • Days Won

    98

Everything posted by Aslain

  1. TIM update required, it's not taking into account new file from WoT 1.29.1.0: gui-part4.pkg To fix it, add gui-part4 in wotgameversion_*.xml, so it looks like this: <GuiPackageName>gui-part1 gui-part2 gui-part3 gui-part4</GuiPackageName>
  2. I updated this mod. Converted to .wotmod and added font options and new location for config. BalCalcMod_Aslain_Fork.zip P.S. There is a conflict between BalCalcMod and XVM that causes the range indicator to always appear when aiming in sniper mode. Not my bug, also exist in the original mod.
  3. This issue is still present, and never fixed. Should I report it elsewhere?
  4. MT variant updated to 1.34.0.0 micropatch
  5. Is there example on how to use these? SPLASHSCREEN_Show SPLASHSCREEN_Close Managed to display the image, but how do you close it? I have: SplashHandle := SPLASHSCREEN_Show(ExpandConstant('{tmp}\splashscreen.png')); SPLASHSCREEN_Show(ExpandConstant('{tmp}\splashscreen.png')); SPLASHSCREEN_Close(SplashHandle); Nothing is closed, the splash is displayed until I close the installer
  6. WoT variant updated to 1.28.1.0 micropatch 06.05
  7. Placeholders instead of stats means XVM services are not active or banned for using nick anonymizer.
  8. WoT variant updated to 1.28.1.0 (works paritally only)
  9. MT variant updated to 1.33.0.0 micropatch 27.03
  10. WoT variant updated to 1.27.1.0 micropatch 20.02
  11. MT variant updated to 1.32.0.0 micropatch 06.02
  12. WoT variant updated to 1.27.1.0 micropatch 06.02
  13. WoT variant updated to 1.27.1.0 micropatch 22.01 MT variant updated to 1.32.0.0
  14. Я получаю эту ошибку уже на протяжении нескольких обновлений. Не думаю, что проблема в размере атласа, он уже достаточно большой (ошибки нет, если сохранять только этот проект отдельно). Мне кажется, что TIM сталкивается с проблемой при пакетной обработке большого количества проектов; у меня обычно около 40 проектов, и эта ошибка стабильно возникает именно с этим проектом. Кстати, ошибка проявляется не всегда. Например, когда я не выходил из приложения и снова попробовал пакетное сохранение, ошибка на этот раз не появилась. I've been getting this error for several updates now. I don't think the atlas size is the issue, it's already large and sufficient (there's no error if I save just this one project on its own). I suspect TIM is struggling to process multiple projects in bulk; I typically have around 40 projects, and this error consistently occurs with this particular one. By the way, this error isn't always consistent. For example, when I didn't exit the app and tried bulk-saving again, the error didn't appear this time. 5120x5120 or 5120x4512, the same.
  15. WG 1.27.1.0, but I see I used different collection.py (from 05.05.2024), attached it, just in case but it shouldnt matter, difference is just one comment: 025-01-19 16:15:29.890: INFO: Main: ============================= 2025-01-19 16:15:29.891: INFO: Main: 2025-01-19 16:15:29: [ERROR] mods/xfw_libraries/xfw/events.pyc 2025-01-19 16:15:29.891: ERROR: Main: Traceback (most recent call last): 2025-01-19 16:15:29.891: ERROR: Main: File "./xfw/events.py", line 56, in __event_handler 2025-01-19 16:15:29.891: ERROR: Main: File "./xfw/events.py", line 27, in fire 2025-01-19 16:15:29.892: ERROR: Main: File "res_mods/configs/xvm/py_macro\collection.py", line 88, in _BattleFieldCtrl__setAllyMaxHealth 2025-01-19 16:15:29.892: ERROR: Main: updateHardening(vehicleID, newMaxHealth) 2025-01-19 16:15:29.892: ERROR: Main: File "res_mods/configs/xvm/py_macro\collection.py", line 54, in updateHardening 2025-01-19 16:15:29.892: ERROR: Main: players[playerName]['hardening'] = 'hardening' if newMaxHealth >= int(vehicle.typeDescriptor.maxHealth * 1.08) else None 2025-01-19 16:15:29.892: ERROR: Main: KeyError: 'TheAntonoval87' 2025-01-19 16:15:29.892: INFO: Main: ============================= xvm.log python.log collection.py
  16. Onslaught 1.27.1.0 replay 2025-01-15 16:27:18.022: INFO: Main: [Vehicle] __onAppearanceReady(7884373) 2025-01-15 16:27:18.099: INFO: Main: ============================= 2025-01-15 16:27:18.099: INFO: Main: 2025-01-15 16:27:18: [ERROR] mods/xfw_libraries/xfw/events.pyc 2025-01-15 16:27:18.099: ERROR: Main: Traceback (most recent call last): 2025-01-15 16:27:18.099: ERROR: Main: File "./xfw/events.py", line 60, in __event_handler 2025-01-15 16:27:18.100: ERROR: Main: File "./xfw/events.py", line 27, in fire 2025-01-15 16:27:18.100: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 278, in updateVehicleInfo 2025-01-15 16:27:18.101: ERROR: Main: update(vInfo) 2025-01-15 16:27:18.101: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 166, in update 2025-01-15 16:27:18.101: ERROR: Main: _vehicleType = vInfoVO['vehicleType'].type 2025-01-15 16:27:18.101: ERROR: Main: AttributeError: 'NoneType' object has no attribute 'type' 2025-01-15 16:27:18.101: INFO: Main: ============================= 2025-01-15 16:27:18.940: INFO: Main: [Vehicle] __onAppearanceReady(7884365) 2025-01-15 16:27:19.334: WARNING: Main: [WARNING] (scripts/client/gui/Scaleform/daapi/view/battle/shared/formatters.py, 31): Maximum health is not valid! health=2870, maxHealth=2450 2025-01-15 16:27:19.360: INFO: Main: [Vehicle] __onAppearanceReady(7884363) 2025-01-15 16:27:20.404: WARNING: Main: [WARNING] (scripts/client/gui/Scaleform/daapi/view/battle/shared/formatters.py, 31): Maximum health is not valid! health=3230, maxHealth=2990 2025-01-15 16:27:20.452: INFO: Main: [Vehicle] __onAppearanceReady(7884364) 2025-01-15 16:27:20.453: ERROR: Main: [SOUND] Event 4294967295 . Error The ID was not found 2025-01-15 16:27:22.179: INFO: Main: ============================= 2025-01-15 16:27:22.179: INFO: Main: 2025-01-15 16:27:22: [ERROR] mods/xfw_libraries/xfw/events.pyc 2025-01-15 16:27:22.179: ERROR: Main: Traceback (most recent call last): 2025-01-15 16:27:22.179: ERROR: Main: File "./xfw/events.py", line 60, in __event_handler 2025-01-15 16:27:22.180: ERROR: Main: File "./xfw/events.py", line 27, in fire 2025-01-15 16:27:22.181: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 278, in updateVehicleInfo 2025-01-15 16:27:22.181: ERROR: Main: update(vInfo) 2025-01-15 16:27:22.181: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 166, in update 2025-01-15 16:27:22.181: ERROR: Main: _vehicleType = vInfoVO['vehicleType'].type 2025-01-15 16:27:22.181: ERROR: Main: AttributeError: 'NoneType' object has no attribute 'type' 2025-01-15 16:27:22.181: INFO: Main: ============================= 2025-01-15 16:27:22.779: INFO: Main: ============================= 2025-01-15 16:27:22.779: INFO: Main: 2025-01-15 16:27:22: [ERROR] mods/xfw_libraries/xfw/events.pyc 2025-01-15 16:27:22.779: ERROR: Main: Traceback (most recent call last): 2025-01-15 16:27:22.779: ERROR: Main: File "./xfw/events.py", line 60, in __event_handler 2025-01-15 16:27:22.780: ERROR: Main: File "./xfw/events.py", line 27, in fire 2025-01-15 16:27:22.781: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 278, in updateVehicleInfo 2025-01-15 16:27:22.781: ERROR: Main: update(vInfo) 2025-01-15 16:27:22.781: ERROR: Main: File "res_mods/configs/xvm/py_macro\fragCorrelationBar.py", line 166, in update 2025-01-15 16:27:22.781: ERROR: Main: _vehicleType = vInfoVO['vehicleType'].type 2025-01-15 16:27:22.781: ERROR: Main: AttributeError: 'NoneType' object has no attribute 'type python.log
×
×
  • Create New...