[SOLVED] Please help me with "Dev.exe"

http://www.moddb.com/mods/crazy/downloads/crazy-292

Hey modders,

 

I'm the creator of the new mod "Crazy", and what you can experience by yourself, the mod still has crashes. So I tried the Dev.exe (long before I released the mod), and first I understood NOTHING. Later, when I released the mod, it has very big crashes, and then I had to test the Dev.exe again and found the biggest crash dump.

Now I want to "hunt" the other crashes, but I've got a problem with this bug:

 

Text FileArchive missing Label.

File: C:\Users\<username>\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.1 Dev\Crazy 2.93 (Reb. 1.1)\GameInfo\StarBasePirate.entity
Label: HyperspaceChargingSoundID
Line Number:224
Line Contents:mass 10000.000000

 

How to fix or to understand it? What means "Text FileArchive missing Label" ?

Please, Dev.exe pro's, help me :pout:

 

Simon/TheyCallMeProphet

14,791 views 7 replies
Reply #1 Top

you are missing a line or lines somewhere or added a line/s that dont belong. Use pastebin or something so we can see the file.

Label: HyperspaceChargingSoundID  <-- game looking for this
Line Number:224                           <-- at this line
Line Contents:mass 10000.000000    <-- finding this instead

+1 Loading…
Reply #2 Top

So what I have to do? Could you help me or correct a file of my mod to show me how this must be done? That would be really nice, so then I could make a crashfree update :grin:

Reply #3 Top

As I said in my 1st post, you have to upload it somewhere. PasteBin or GooglePlus docs or Dropbox or something

Or use notepad++ compare feature to show side by side the file you originated from and your new one. If it has hyperspace sound ID, I ill assume it is the Vas SB from Rebellion. Personally, I would not give that to the pirates, may bring up a host of other issues. But it would be interesting if you got it to work.

 

Reply #4 Top

Oh sorry, I forgot :) If it's OK, please download the mod and check "StarbasePirate.entity". Otherwise, I can upload the single file.

Reply #5 Top

I don't own Rebellion so someone else will have to help you out.

Reply #6 Top

Oh, but maybe you can check the file and correct it like you think and send me a link. I would be very excited about it :grin:

Reply #7 Top

Oh, now I understood it :D :beer: B) \o/ .

 I fixed all of this bugs, now the second round begins, because I got other kinds of errors, too.