Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6959 closed defect (fixed)

SHERLOCK: play only intro

Reported by: SF/superzanac Owned by: dreammaster
Priority: normal Component: Engine: Sherlock
Version: Keywords:
Cc: Game: Sherlock Holmes: Case of the Serrated Scalpel

Description

1) ScummVM>scummvm.exe -v ScummVM 1.8.0git5082-g1800f9d (Nov 23 2015 23:29:33) Features compiled in: TAINTED Vorbis FLAC MP3 RGB zLib MPEG2 FluidSynth Theora AAC FreeType2 JPEG PNG 2) Start Lost Files Of Sherlock Holmes The Case Of The Serrated Scalpel (1992)(Electronic Arts Inc), playes intro, on windows - scummvm freezes, on Symbian - dies 3) made Symbian build at Sunday, 22

Lars Persson find where problem rises: Hi! This delete is causing the crash when using this data.

Cheers Lars

void Music::freeSong() { if (!IS_3DO) { if (_midiParser->isPlaying()) _midiParser->stopPlaying();

    // Free the MIDI MUS data buffer
    _midiParser->unloadMusic();
}

====>>>>>>>>>>>>>>>>> crashing delete delete[] _midiMusicData;

Ticket imported from: bugs/6959.

Change History (3)

comment:1 by dreammaster, 8 years ago

Owner: set to dreammaster

comment:2 by dreammaster, 8 years ago

Resolution: fixed
Status: newclosed

comment:3 by dreammaster, 8 years ago

Component: Engine: Sherlock
Game: Sherlock Holmes: Case of the Serrated Scalpel
Summary: Sherlock: play only introSHERLOCK: play only intro
Note: See TracTickets for help on using tickets.