Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Droid803 on August 13, 2013, 02:43:07 am

Title: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: Droid803 on August 13, 2013, 02:43:07 am
WARNING: "Couldn't open texture 'BeamBlue1' referenced by model 'Horizon.pof'" at modelread.cpp:1837

(http://puu.sh/40QQ9.png)

what the **** fso.

of course you can't open the texture. it doesn't exist.
and stop being a lying bastard. it's not referenced by model Horizon.pof, silly goose.

you most make an update, etc.




(in all seriousness, I have no clue what is going on here, or if this is even a bug)
What you see is basically what's going on.
Looking at the ship in the tech room/ship lab in debug, or loading a mission with said ship spits this debug error.
What is mind-boggling is where the hell FSO pulled "BeamBlue1" from? Out of its ass?

Hitting "no" to continue causes debug to crash (well, windows 7 calls it 'stopped working and will now close'). Apparently it's pretty serious.

can attach pof if necessary, this is happening on fs2_open_3_6_19-DEBUG-20130811_r9746.exe

anyone else get this before/know what's going on (aka. Is Droid being a ****ing derp?)
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: zookeeper on August 13, 2013, 03:08:10 am
Maybe one of your glowpoints have it as a texture?
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: Dragon on August 13, 2013, 09:11:25 am
Yeah, try the glowpoints. BeamBlue1 sounds like something it'd have inside the reactor.
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: The E on August 13, 2013, 09:15:45 am
Yes, glowpoints would be my guess as well (as that's the only other place a texture would be referred to and cause that kind of error message during model load)
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: Droid803 on August 13, 2013, 02:39:52 pm
Right, it's a glowpoint. I'm a ****ing derp.

...and then on further examination, the said file does exist, as an *.ani (in effects)...which works...
Oh well, I'll just get rid of it.
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: z64555 on August 14, 2013, 03:26:24 pm
Was it FSO or PCS2 that was doing the complaining?
Title: Re: bug (?): fso complains about missing texture that isn't referenced on pof
Post by: Droid803 on August 14, 2013, 08:54:49 pm
FSO debug build.