Changes between Initial Version and Version 1 of Ticket #13814


Ignore:
Timestamp:
08/31/22 05:22:37 (20 months ago)
Author:
gbraad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13814 – Description

    initial v1  
    1 The latest version of ScummVM 2.6.0 can not play Broken Sword 1 (and a bunch of other games, like Full Throttle anymore) as after the intro started, the game will popup the debugger with an error about unable to allocate memory.
     1The latest version of ScummVM 2.6.0 can not play Broken Sword 1 (and a bunch of other games, like Full Throttle anymore) as after start is pressed, the game will popup the debugger with an error about unable to allocate memory.
    22
    3 This used to work for older versions of ScummVM (although can't say which version for sure as I replaced it and left the device untouched for over a year; no flights)
     3```
     4ERROR: Common::Array
    45
     6```
     7which should show the in-game popup menu
     8
     9Just tested 2.5.1 and this shows a different error:
     10```
     11Error: MemMan::alloc(): Can't alloc 766575 bytes of memory.!
     12```
     13
     14Note: This used to work for older versions of ScummVM (although can't say which version for sure as I replaced it and left the device untouched for over a year; no flights. Just checked 1.9.0 which works