Error loading textures

Started by AHare, October 02, 2014, 12:40:47 PM

Previous topic - Next topic

AHare

Made a thing, and when I load it up the icon is a big pink X and when placed it's just a pink square. Tried using images from other mods and the core, still errors.
Console gives this:
Failed to find any texture while constructing Graphic_Multi(initPath=Shipyard/ShipEngine_back, color=RGBA(0.500, 1.000, 0.600, 0.400), colorTwo=RGBA(0.500, 1.000, 0.600, 0.400))
Failed to find any texture while constructing Graphic_Multi(initPath=Shipyard/ShipEngine_back, color=RGBA(1.000, 1.000, 1.000, 0.400), colorTwo=RGBA(1.000, 1.000, 1.000, 0.400))


EDIT: Nevermind, solved it. Was using graphicMulti in the XML when i should have used graphicSingle.

panggul_mas

Thanks for posting your edit; 11 months later I googled the same problem and your post popped up and solved it for me!