Crash when Accepting cargo mission, 0.4.1 linux

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
Starchild
Bounty Hunter
Bounty Hunter
Posts: 155
Joined: Thu Sep 25, 2003 4:51 pm
Location: At a tea party with Alice in Wonderland
Contact:

Crash when Accepting cargo mission, 0.4.1 linux

Post by Starchild »

Couldn't find this bug posted elsewhere...

Just as the title says, crashed when Accepting cargo mission. All I remember about the mission is that the reciever were Rlaan, and that it payed well:)

The last of the stdout/stderr:

Code: Select all

vegastrike: basecomputer.cpp:2006: bool BaseComputer::acceptMission(const EventCommandId&, Control*): Assertion `false' failed.
Avbruten (SIGABRT)

[TERMINATING MUSIC SERVER]
The line previously pertained to a music file being played.
Hope it helps!
The only way to stay sane in an insane world, is to be mad yourself.
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Code: Select all

    if(finalScript.empty()) {
        assert(false);       // FIXME mbyron.  Shouldn't this be an alert?
    } else {
        LoadMission("", finalScript, false);
It sats that the script generated by dynamic universe is empty, brobably because there was no mission with that name...

I don't know why, though.



At any rate, you should be able to recover from your autosave to get back. :-)
Post Reply