View Issue Details

IDProjectCategoryView StatusLast Update
0000046FSSCPFREDpublic2004-03-16 03:33
Reporterkasperl Assigned To 
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionopen 
Summary0000046: FRED won't start
DescriptionI have the latest version of Fred 2 (from Phreaks siggy on HLP) as of
20/08/03. When I run it, I get absolutely no action whatsoever, there is an
hourglass for a few moments and then no further life from the program.
This generates no error reports.

XP1700+
SB Audigy Platinum
GeForce4 MX440
768Mb Ram.
Additional InformationReporter: Flip_side@dsl.pipex.com
Assigned To: dtp@mail.tele.dk (Dennis Pedersen)
http://fs2source.warpcore.org/bugzilla/show_bug.cgi?id=107
TagsNo tags attached.

Activities

Goober5000

2004-01-22 20:10

administrator   ~0000092

Try the 01_20_2004 build.

RandomTiger

2004-02-04 20:45

developer   ~0000153

I now have this problem. For me it appears to crash here because of ptr being a null pointer.

MissionSave.cpp, 1600


code:--------------------------------------------------------------------------------

    ptr = GET_FIRST(&shipp->subsys_list);
    Assert(ptr);

    while (ptr != END_OF_LIST(&shipp->subsys_list)) {
        // Crashing here!
        if ( (ptr->current_hits) || (ptr->system_info && ptr->system_info->type == SUBSYSTEM_TURRET) || (ptr->subsys_cargo_name != -1)) {
            if (optional_string_fred("+Subsystem:", "$Name:"))
                parse_comments();
            else
                fout("\n+Subsystem:");

            fout(" %s", ptr->system_info->subobj_name);
        }


...
--------------------------------------------------------------------------------

Goober5000

2004-02-05 09:48

administrator   ~0000162

So is this resolved, RT?

RandomTiger

2004-03-05 21:33

developer   ~0000327

My previous report turned out to be a red herring.
Will need feedback from original reporter.

Goober5000

2004-03-16 03:33

administrator   ~0000469

Closing. I've used FRED since then and it's been fine.

Issue History

Date Modified Username Field Change
2004-01-16 10:21 kasperl New Issue
2004-01-22 20:10 Goober5000 Note Added: 0000092
2004-02-04 20:45 RandomTiger Note Added: 0000153
2004-02-05 09:48 Goober5000 Note Added: 0000162
2004-03-05 21:33 RandomTiger Note Added: 0000327
2004-03-16 03:33 Goober5000 Status new => closed
2004-03-16 03:33 Goober5000 Note Added: 0000469