Author Topic: Does this mean what I think it means?  (Read 1181 times)

0 Members and 1 Guest are viewing this topic.

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Does this mean what I think it means?
I offered to help someone over on SpaceBattles with a crash in retail. Running the mission through a debug version of FS2_Open gives me this
Code: [Select]

Assert: Ships[ship_index].objnum != -1
File: U:\src\cvs\fs2_open.testing\code\ship\Ship.cpp
Line: 11250

Call stack:
------------------------------------------------------------------
    mission_eval_arrivals()    mission_parse_eval_stuff()    game_simulation_frame()    game_frame()    game_do_frame()    game_do_state()    gameseq_process_events()    WinMainSub()    WinMain()    WinMainCRTStartup()    kernel32.dll 7c816d4f()
------------------------------------------------------------------


which makes me suspect that the mission is crashing cause there are too many ships in the mission. Am I right about that one?
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Does this error mean what I think it means?
Sounds like it, yeah.  The ship isn't being assigned an object for some reason - possibly because the object was never created.

 
Does this error mean what I think it means?
How do I do that? (it's my mission)
Sig censored by people with no sense of humor

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Does this error mean what I think it means?
Basically the problem is that your mission has too many ships present at one time. Since you said that you caused the problem by changing arrival cues rather than adding anything new I suspect you need to change the mission to have less ships present at the same time rather than actually removing ships.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

  
Does this error mean what I think it means?
Okay, I'll try.
Sig censored by people with no sense of humor