Texture Error: Textures can't load

Posted:
31 Jul 2011, 00:12
by Dan the Man
Hi all, I tried to compile Red Eclipse 1.1 on my 64-bit distro of ubuntu (Kubuntu 11.04). It compiled successfully (no errors). When I run the game, it runs smoothly, but when I play a game, all it shows for the walls,ceilings, floors, and landscapes is a solid color printed with "[Texture Error]" The game itself runs fine. I tried to edit the script, to change the data environment variable to the data directory, but nothing changed. The textures exist in their intended directory, and are not broken (I personally verified this). What should I do?
Re: Texture Error: Textures can't load

Posted:
31 Jul 2011, 06:08
by qreeves
Have you run "make install" and are you running the redeclipse.sh in the root folder?
Re: Texture Error: Textures can't load

Posted:
31 Jul 2011, 06:52
by Dan the Man
Thanks for the quick reply!
I ran 'make install'. As for running redeclipse.sh in the root folder, yes. Nothing changed though.
Re: Texture Error: Textures can't load

Posted:
02 Aug 2011, 23:14
by Dan the Man
Wait... I've got it. I reinstalled SDL from source, and then reinstalled the SDL extensions (mixer, image, all the stuff) And it worked!