[ scummvm-Bugs-1386333 ] FT DEMO - assertion triggered when playing movie
SourceForge.net
noreply at sourceforge.net
Tue Dec 20 18:02:48 CET 2005
Bugs item #1386333, was opened at 2005-12-20 18:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1386333&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: clem (clemty)
Assigned to: Nobody/Anonymous (nobody)
Summary: FT DEMO - assertion triggered when playing movie
Initial Comment:
using latest CVS on linux, Athlon64, Full Throttle demo
(I know there's no support for the demos)
when trying to drive away from Kickstand, an assertion
is triggered:
scummvm: backends/sdl/graphics.cpp:807: virtual void
OSystem_SDL::copyRectToScreen(const byte*, int, int,
int, int, int): Assertion `h > 0 && y + h <=
_screenHeight' failed.
running with debuglevel 9 gives me the following lines
before the crash:
Script 68, offset 0x30: [C9] o6_kernelSetFunctions()
pop 2
pop 0
pop 6
getResourceAddress(String,59) == 0xb813f4
getResourceAddress(String,59) == 0xb813f4
getResourceAddress(String,59) == 0xb813f4
trying to read text ressources from rideout.trs
File rideout.trs not found
trying to read text ressources from digtxt.trs
File digtxt.trs not found
Locking mutex IMuseDigital::callback()
Unlocking mutex IMuseDigital::callback()
Locking mutex IMuseDigital::callback()
Unlocking mutex IMuseDigital::callback()
SmushMixer::stop()
File rideout.mp3 not found
File rideout.ogg not found
SmushPlayer::handleAnimHeader()
flushTracks()
Locking mutex IMuseDigital::callback()
Unlocking mutex IMuseDigital::callback()
SmushPlayer::handleFrame(0)
Smush stats: updateScreen( 000 )
SmushMixer::handleFrame()
Smush stats: FRME( 002 ), Limit(10)
flushTracks()
scummvm: backends/sdl/graphics.cpp:807: virtual void
OSystem_SDL::copyRectToScreen(const byte*, int, int,
int, int, int): Assertion `h > 0 && y + h <=
_screenHeight' failed.
Aborted
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1386333&group_id=37116
More information about the Scummvm-tracker
mailing list