[ scummvm-Bugs-1519327 ] stack corruption

SourceForge.net noreply at sourceforge.net
Sat Jul 8 22:34:39 CEST 2006


Bugs item #1519327, was opened at 2006-07-08 22:34
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=1519327&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: Unknown Crash/Other
Group: The Feeble Files
Status: Open
Resolution: None
Priority: 5
Submitted By: athrxx (athrxx)
Assigned to: Nobody/Anonymous (nobody)
Summary: stack corruption

Initial Comment:
Feeble Files alway crashed ("stack corruption around
variable 'palette' ") until I changed line 273 in
simon\animation.cpp from 

for (int i = 0; i <= 256; i++) {

to

for (int i = 0; i < 256; i++) {


Hope this helps. Keep up the great work !!!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1519327&group_id=37116




More information about the Scummvm-tracker mailing list