Persistent debugger error

I made some changes to my personal mod recently, and now when I launch the Dev.exe, I get about 50 of this error, as shown in the log file: 

"c:\projects\Perforce\SinsDiplomacy\main\CodeSource\Engine\DataStructures\FixedArray.h(117): assert! [i >= 0]"

When I try to build my custom starbase, it calls the error one more time, and then minidumps.  Can someone tell me what causes this error so I can figure out how to fix it?

10,556 views 6 replies
Reply #1 Top

That means you have an array with nothing in it (I assume you know this). What did you change that is stored in arrays within the indavidual structure?

Reply #2 Top

Never mind, I just figured it out.  I was stacking with another mod, and there was an entity.manifest conflict.  Fixed now!

Quoting Aractain, reply 1
That means you have an array with nothing in it (I assume you know this). What did you change that is stored in arrays within the indavidual structure?

Not actually sure what this means...

Reply #3 Top

OK, the error came back, so it turns out I still do need help.  It still is only minidumping on the custom starbase, and I only made one change to this starbase since it last worked.  What do I need to look for to correct in the file, exactly?

Reply #4 Top

Still can't get this starbase working...

Reply #5 Top

bcxtreme, what was the change you made, and was it working before the change?

harpo

 

Reply #6 Top

OK, so it turns out there was a missing quotation mark in the starbase file.  I hate those.

Everything's working now, but thanks to those who posted to help...