question: developer error

Hi guys
 
I have two messages when I move the cursor over the tech shield researches:
1.
Assert @ c:\Projects\P4\SinsDiplomacy\Release\CodeSource\Engine/String/StringLibrary.cpp(132)

GetLength( destination.m_Buffer ) + GetLength( source ) < destination.m_BufferSize
2.

Assert @ c:\Projects\P4\SinsDiplomacy\Release\CodeSource\Engine/String/StringLibrary.cpp(135)

! FAILED( hr )
 
 
As I see, under the "Frigates Improved" section a bunch of ships are named!
Maybe that is the problem? Too much of them?
In that case what can I do about it?
 
 
Thanks,
neterw
4,020 views 2 replies
Reply #1 Top

First one looks like the string is to long and the second might have a character or something that can't be processed.

Find the corresponding research and look for the stringIDs, then search for the stringIDs in the string file.

Post them here.

It always helps to post the version of the expansion and version of the mod you're using.

Reply #2 Top

thanks for the reply/advice

on the infocard there is the frigate improved section, and the engine automatically put the corresponding ships's names there. that was too long. as i changed the names, it got shorter and i had no problem with it since.