View Issue Details

IDProjectCategoryView StatusLast Update
0006245The Dark ModTweakingpublic08.03.2026 10:39
Reporterstgatilov Assigned To 
PrioritynormalSeveritynormalReproducibilityN/A
Status newResolutionopen 
Product VersionTDM 2.11 
Target VersionTDM 2.15 
Summary0006245: Fixing the console warnings (pt2)
DescriptionThere are still a lot of console warnings when missions start.
Most likely there are some caused by core game/assets, which would be great to fix.

Note: the previous such issue was 0005170
TagsNo tags attached.

Activities

stgatilov

stgatilov

28.01.2023 10:28

administrator   ~0015912

This is a list of ALL warnings issued during all released missions on current trunk (that should be almost the same as 2.11).

There are a lot of GUI warnings introduced in 0005869, and a lot of them come from core assets.
I think that would be a good start.
_all_warnings.txt (1,137,577 bytes)
Dragofer

Dragofer

17.12.2023 13:42

developer   ~0016248

I completed a major effort to fix core asset console warnings in 0006019, which ended with no console warnings at startup in the associated testmaps. Not included were GUIs, however.
nbohr1more

nbohr1more

20.02.2024 18:21

developer   ~0016541

Some fixes done in 2.12. Targetting 2.13 for the remainder
datiswous

datiswous

11.04.2024 14:33

reporter   ~0016634

*Lots* of people use Sotha's alternative briefing GUI option:

https://forums.thedarkmod.com/index.php?/topic/12083-briefing-wiki/&do=findComment&comment=469048

(mostly the button controlled one)

This GUI gives a lot of console warning messages. I proposed to fix the GUI errors and add it to core (for 2.13). I have not looked into it, but just post this as a reminder.
stgatilov

stgatilov

08.03.2026 10:39

administrator   ~0017233

Here is the list of warnings I see on trunk close to 2.14 release.
I think we should fix them after 2.14.

Note that:
1) Some warnings are for test assets which are not included into release.
  This is especially true for "testfrob" materials and associated assets.
  I tried to exclude such assets from the txt file.
2) Some warnings don't have any decl stack trace, so one needs a debugger to understand what went wrong.
  I did not include such warnings to the txt file.
214_warnings.txt (3,203 bytes)   
ALSO: many warnings without decl stack...


WARNING:Couldn't load image: textures/common/mirror
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: test_materials in skins/test_materials.skin]
  [decl: textures/common/mirror in materials/tdm_internal_engine.mtr]
  [image: textures/common/mirror]


WARNING:Couldn't load image: loot_currencies_of_the_empire_goldingot_noreflections
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: ingot_gold_noreflections in skins/tdm_loot.skin]
  [decl: loot_currencies_of_the_empire_goldingot_noreflections in <implicit file>]
  [image: loot_currencies_of_the_empire_goldingot_noreflections]


WARNING:Couldn't load image: default
  [map entity: lamp]
  [model: models/darkmod/architecture/modules/interior_set01_basewall.lwo]
  [decl: default in <implicit file>]
  [image: default]
WARNING:Couldn't load image: models/darkmod/props/textures/forest_treebafork_mossy_local
  [map entity: lamp]
  [model: models/darkmod/nature/trees/fallentree01.lwo]
  [decl: tdm_forest_treebark_mossy in materials/tdm_models_nature_trees.mtr]
  [image: models/darkmod/props/textures/forest_treebafork_mossy_local]
WARNING:Couldn't load image: textures/test/flatred
  [map entity: lamp]
  [model: models/test/vcol_blend_texture.lwo]
  [decl: textures/test/red_blue_vcol in materials/test_darkradiant.mtr]
  [image: textures/test/flatred]


WARNING:Couldn't load image: rightslash
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: monster_werebeast in def/tdm_ai_monster_werebeast.def]
  [decl: melee_wererightclaw in def/tdm_ai_monster_werebeast.def]
  [decl: rightslash in <implicit file>]
  [image: rightslash]
WARNING:Couldn't load image: leftslash
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: monster_werebeast in def/tdm_ai_monster_werebeast.def]
  [decl: melee_wereleftclaw in def/tdm_ai_monster_werebeast.def]
  [decl: leftslash in <implicit file>]
  [image: leftslash]

WARNING:Couldn't load sound 'priest_hopeful_vocal.wav' using default
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: tdm_ai_lucia_builderpriest in def/trilogy_stlucia.def]
  [decl: priest_hopeful_vocal in <implicit file>]
  [sound: priest_hopeful_vocal.wav]


WARNING:Couldn't load image: guis/assets/game_maps/map_of_icon
  [map entity: atdm_vintage_lamp_ceiling2_1]
  [decl: atdm:map_of in def/tdm_shopitems.def]
  [decl: guis/assets/game_maps/map_of_icon in <implicit file>]
  [image: guis/assets/game_maps/map_of_icon]


WARNING:Couldn't load image: thunderlight2
  [map entity: fx_thunder]
  [decl: fx/thunder in fx/thunder.fx]
  [decl: thunderlight2 in <implicit file>]
  [image: thunderlight2]
WARNING:Couldn't load image: thunderlightsky2
  [map entity: fx_thunder_sky]
  [decl: fx/thunder_skylight in fx/thunder.fx]
  [decl: thunderlightsky2 in <implicit file>]
  [image: thunderlightsky2]
WARNING:Couldn't load image: thunderlight1
  [map entity: fx_thunder]
  [decl: fx/thunder in fx/thunder.fx]
  [decl: thunderlight1 in <implicit file>]
  [image: thunderlight1]
WARNING:Couldn't load image: thunderlightsky1
  [map entity: fx_thunder_sky]
  [decl: fx/thunder_skylight in fx/thunder.fx]
  [decl: thunderlightsky1 in <implicit file>]
  [image: thunderlightsky1]

214_warnings.txt (3,203 bytes)   

Issue History

Date Modified Username Field Change
28.01.2023 10:26 stgatilov New Issue
28.01.2023 10:28 stgatilov Note Added: 0015912
28.01.2023 10:28 stgatilov File Added: _all_warnings.txt
17.12.2023 13:42 Dragofer Note Added: 0016248
20.02.2024 18:20 nbohr1more Target Version TDM 2.12 => TDM 2.13
20.02.2024 18:21 nbohr1more Note Added: 0016541
11.04.2024 14:33 datiswous Note Added: 0016634
08.01.2025 03:47 nbohr1more Target Version TDM 2.13 => TDM 2.14
23.02.2026 23:31 nbohr1more Target Version TDM 2.14 => TDM 2.15
08.03.2026 10:39 stgatilov Note Added: 0017233
08.03.2026 10:39 stgatilov File Added: 214_warnings.txt