[Scummvm-tracker] [ScummVM :: Bugs] #16344: ERROR: Allocator out of memory: couldn't allocate more memory from linear allocator.!
ScummVM :: Bugs
trac at scummvm.org
Tue Nov 11 06:01:16 UTC 2025
#16344: ERROR: Allocator out of memory: couldn't allocate more memory from linear
allocator.!
------------------------------------------+-------------------------------
Reporter: automatedbugreportingfacility | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Engine: Tetraedge
Version: | Keywords: crash
Game: Syberia 1 |
------------------------------------------+-------------------------------
Moving from #15969 because it was closed as fixed, but the crash still
occurs in the daily Android build when ringing the bell in the lobby --
tested in e472cf473687ce0c577fc0d114f3a2f6219852fc.
As mduggan noted in #15969, "5MB default for TinyGL context" may be a
little too low. It's defined in `/graphics/tinygl/tinygl.h`:
{{{
ContextHandle *createContext(int screenW, int screenH,
Graphics::PixelFormat pixelFormat,
int textureSize, bool enableStencilBuffer, bool
dirtyRectsEnable,
uint32 drawCallMemorySize = 5 * 1024 * 1024);
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/16344>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list