__impl::InvalidParameters' on svn 12389

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
ad267
Trader
Trader
Posts: 28
Joined: Thu Feb 28, 2008 9:06 am
Location: Auckland, New Zealand

__impl::InvalidParameters' on svn 12389

Post by ad267 »

I compiled svn 12389 on Ubuntu 8.04 and then trying to run the game I get this:

Code: Select all

FOUND MODIFICATION = player FOR PLAYER #0
CREATING A LOCAL SHIP : dumbfire
Hi helper play 0
HereInitializing optimizer
terminate called after throwing an instance of '__impl::InvalidParameters'
  what():  Cannot load texture file "blue.png"
Aborted
safemode
Developer
Developer
Posts: 2150
Joined: Mon Apr 23, 2007 1:17 am
Location: Pennsylvania
Contact:

Post by safemode »

run file on the blue.png file in /textures/ is it a plain png/bitmap or is it DDS? i think it's a 1x1 file and so it should not be dds.

Though, that may not be the cause.

What compiler version are you using? Can you attach the error log and stdout from starting the game.



EDIT:

apparently blue.png is fine. So either it's something to do with xml since that's a common function for errors for xml parsers or you're using gcc 4.3 and it's an error to do with unordered_map, or your VS can't find your data dir at all (or it's corrupted/partial)
Ed Sweetman endorses this message.
ad267
Trader
Trader
Posts: 28
Joined: Thu Feb 28, 2008 9:06 am
Location: Auckland, New Zealand

Post by ad267 »

It looks like I don't even have a blue.png. Under data/textures I have a blue.bmp

This could be another problem after switching over from the data4.x directory to data.
ad267
Trader
Trader
Posts: 28
Joined: Thu Feb 28, 2008 9:06 am
Location: Auckland, New Zealand

Post by ad267 »

Just deleted my textures directory and did an svn update and now it's working fine.
Post Reply