xirsoi/ancientreligions

decision_icon_heracles.dds path in interface/hellenic.gfx is incorrect

Closed this issue · 1 comments

I was looking for the cause of another bug when I noticed that error.log was filled with:

[texturehandler.cpp:197]: Couldn't find texture file: gfx/interface/decision_icon_heracles.dds.
[texturehandler.cpp:197]: Couldn't find texture file: gfx/interface/decision_icon_heracles.dds.
[texturehandler.cpp:197]: Couldn't find texture file: gfx/interface/decision_icon_heracles.dds.

for several hundred lines. It appears that these lines are the source of the problem in ACR_hellenic.gfx:

spriteType = {
   name = "GFX_organize_sacred_band"
   texturefile = "gfx\\interface\decision_icon_heracles.dds" 
}

This is a problem because decision_icon_heracles.dds is actually stored one directory deeper in interface\ACR\decision_icon_heracles.dds

I'm not sure if this is the issue causing my particular crash, but I figured I'd write it down while I'm here.

Fixed in master branch, thanks for the report!