Opened 21 months ago
Last modified 21 months ago
#14285 new defect
GLK: ADRIFT: Core Dump when starting new title through "Return to Launcher"
Reported by: | MarcoBorrini99 | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: GLK: Adrift |
Version: | Keywords: | ||
Cc: | Game: |
Description (last modified by )
On my ArchLinux notebook with latest revision and sources compiled with:
./configure --enable-release --disable-debug --disable-all-engines --disable-detection-full --enable-engine=glk --prefix=/var/tmp/scummvm-lnx-glk && make && make install
ADRIFT engine seems to be broken when it comes to start another title through "Return to Launcher".
ScummVM executables always crashes with a nice:
scummvm: engines/glk/adrift/os_glk.cpp:3088: bool Glk::Adrift::adrift_startup_code(Common::SeekableReadStream*): Assertion `!gsc_startup_called' failed.
Currently I can't check if this happens also with other glk sub engines.
Change History (5)
comment:1 by , 21 months ago
Description: | modified (diff) |
---|
comment:2 by , 21 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → pending |
comment:3 by , 21 months ago
Just recompiled master but issue is still present:
scummvm: engines/glk/adrift/os_glk.cpp:3032: void Glk::Adrift::adrift_main(): Assertion `gsc_startup_called && !gsc_main_called' failed.
comment:4 by , 21 months ago
Resolution: | fixed |
---|---|
Status: | pending → new |
comment:5 by , 21 months ago
Summary: | [ADRIFT] Core Dump when starting new title through "Return to Launcher" → GLK: ADRIFT: Core Dump when starting new title through "Return to Launcher" |
---|
Should be fixed in 6b8aed728b83d25cb5c9095185487b115f6b6b57 (master) and 1928ac08475d1a1a2255c2f4f74f9c4fc60b8a65 (2.7 branch)