Opened 9 years ago

Closed 9 years ago

#6884 closed defect

Return to Zork cd version crashes on start

Reported by: SF/i30817 Owned by:
Priority: normal Component: Engine: ZVision
Version: Keywords:
Cc: Game: Zork Grand Inquisitor

Description

I 1: installed the game on dosbox 2: created symlinks with the right tracks names to the ogg files of the ripped cue/iso/oggs and placed the (non-broken) symlinks in the game dir.

Result:

i30817@AIVAS:~/Documents/Games/Pc/DOS/Adventure/Return to Zork$ gdb scummvm
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from scummvm...(no debugging symbols found)...done.
(gdb) r rtz-cd
Starting program: /usr/games/scummvm rtz-cd
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
WARNING: SDL mixer output buffer size: 2048 differs from desired: 4096!
User picked target 'rtz-cd' (gameid 'made')...
  Looking for a plugin supporting this gameid... MADE
  Starting 'MADE engine game'
scummvm: common/file.cpp:135: virtual bool Common::File::seek(int32, int): Assertion `_handle' failed.
[New Thread 0x7fffe9d6d700 (LWP 20749)]
[New Thread 0x7fffea56e700 (LWP 20748)]

Program received signal SIGABRT, Aborted.
0x00007ffff5154267 in __GI_raise (sig=sig@entry=6)
at ../sysdeps/unix/sysv/linux/raise.c:55
55  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x00007ffff5154267 in __GI_raise (sig=sig@entry=6)
at ../sysdeps/unix/sysv/linux/raise.c:55
#1  0x00007ffff5155eca in __GI_abort () at abort.c:89
#2  0x00007ffff514d03d in __assert_fail_base (
    fmt=0x7ffff52af028 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", 
assertion=assertion@entry=0x16d0a7b "_handle", 
file=file@entry=0x16d0a58 "common/file.cpp", line=line@entry=135, 
function=function@entry=0x16d0d40 "virtual bool Common::File::seek(int32, int)") at assert.c:92
#3  0x00007ffff514d0f2 in __GI___assert_fail (assertion=0x16d0a7b "_handle", 
file=0x16d0a58 "common/file.cpp", line=135, 
function=0x16d0d40 "virtual bool Common::File::seek(int32, int)")
at assert.c:101
#4  0x00000000011bd81c in ?? ()
#5  0x000000000092aaae in ?? ()
#6  0x0000000000926bd8 in ?? ()
#7  0x00000000004130be in ?? ()
#8  0x000000000040f2a5 in main ()
(gdb)

Ticket imported from: bugs/6884.

Change History (2)

comment:1 by SF/i30817, 9 years ago

Grrr, never mind, i'd forgotten about the rest of the data files and just assumed that since it added the game all of them were found.

comment:2 by wjp, 9 years ago

Status: newclosed
Note: See TracTickets for help on using tickets.