1 | Script started on Sun Jul 13 19:45:41 2003
|
---|
2 | jmmr.no-ip.com ~/downloads/bass> gdb ~/src/scummvm/scummvm
|
---|
3 |
|
---|
4 | GNU gdb 5.2.1 (FreeBSD)
|
---|
5 | Copyright 2002 Free Software Foundation, Inc.
|
---|
6 | GDB is free software, covered by the GNU General Public License, and you are
|
---|
7 | welcome to change it and/or distribute copies of it under certain conditions.
|
---|
8 | Type "show copying" to see the conditions.
|
---|
9 | There is absolutely no warranty for GDB. Type "show warranty" for details.
|
---|
10 | This GDB was configured as "i386-undermydesk-freebsd"...
|
---|
11 | (gdb) r sky
|
---|
12 | Starting program: /usr/home/blitz/src/scummvm/scummvm sky
|
---|
13 | Looking for sky
|
---|
14 | Trying to start game 'Beneath a Steel Sky'
|
---|
15 | Found BASS version v0.0288 (1404 dnr entries)
|
---|
16 | WARNING: The language you selected does not exist in your BASS version.!
|
---|
17 |
|
---|
18 | Program received signal SIGBUS, Bus error.
|
---|
19 | 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780,
|
---|
20 | volume=0 '\0') at sky/music/adlibmusic.cpp:55
|
---|
21 | 55 _channels[cnt]->updateVolume(volume | 128);
|
---|
22 | (gdb) bt full
|
---|
23 | #0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780,
|
---|
24 | volume=0 '\0') at sky/music/adlibmusic.cpp:55
|
---|
25 | cnt = 0 '\0'
|
---|
26 | #1 0x080ba3e7 in SkyState::initialise() (this=0x823f480) at sky/sky.cpp:295
|
---|
27 | result = 59367
|
---|
28 | #2 0x080b99eb in SkyState::go() (this=0x823f480) at sky/sky.cpp:176
|
---|
29 | introSkipped = false
|
---|
30 | #3 0x080dcccd in main (argc=2, argv=0xbfbffa7c) at common/main.cpp:230
|
---|
31 | detector = {_fullScreen = false, _aspectRatio = false,
|
---|
32 | _use_adlib = false, _master_volume = 192, _music_volume = 192,
|
---|
33 | _sfx_volume = 192, _amiga = false, _language = 0, _floppyIntro = false,
|
---|
34 | _talkSpeed = 60, _debugMode = 0, _debugLevel = 0, _dumpScripts = false,
|
---|
35 | _noSubtitles = false, _bootParam = 0,
|
---|
36 | _gameDataPath = 0x81ff120 "/usr/home/blitz/downloads/bass/", _gameTempo = 0,
|
---|
37 | _midi_driver = 0, _gameFileName = {<ConstString> = {
|
---|
38 | _vptr$ConstString = 0x81901f8, _str = 0x8206080 "sky", _len = 3},
|
---|
39 | _refCount = 0x8206070, _capacity = 3}, _game = {
|
---|
40 | filename = 0x81209ca "sky", gamename = 0x81209ce "Beneath a Steel Sky",
|
---|
41 | id = 151 '\227', version = 99 'c', adlib = ADLIB_DONT_CARE, features = 0,
|
---|
42 | detectname = 0x81209e2 "sky.dsk"}, _gfx_mode = 1,
|
---|
43 | _default_gfx_mode = true, _multi_midi = false, _native_mt32 = false,
|
---|
44 | _cdrom = 0, _save_slot = -1, _saveconfig = false,
|
---|
45 | _gameText = {<ConstString> = {_vptr$ConstString = 0x81901f8,
|
---|
46 | ---Type <return> to continue, or q <return> to quit---
|
---|
47 | _str = 0x8233e40 "Beneath a Steel Sky", _len = 19},
|
---|
48 | _refCount = 0x8206060, _capacity = 51}}
|
---|
49 | prop = {caption = 0x81ff0e0 "Beneath a Steel Sky", cd_num = 136311008,
|
---|
50 | gfx_mode = 136311008, show_cursor = 224}
|
---|
51 | scummhome = "/home/blitz/.scummvmrc\0\t\b \024(8ö¿¿\001\0\0\0<ö¿¿\0\200\024(\0\201\024(\0\203\024(\226×\022(\0Ã\024(Î\022\023(\0\207\024(¨\031,(\0\0\0\001\0\207\024(\224õ¿¿\023\0\0\0\a\0\0\0Î\022\023(\0\207\024(¸ñ+(Dö¿\001\0\207\024(´õ¿¿\023\0\0\0\a\0\0\0þ\e\023(\0\203\024(8¤\032(\0\207\024\001S\026\023(\032{ (\032{ (\003\0\0\0S\026\023(\035`!(à®\036(\0\207\024\001Ð1\024(\0¢\024(\0\0\0\0\224ö¿¿î\025\023(¶è (Ý\bK("...
|
---|
52 | system = (class OSystem *) 0x8201400
|
---|
53 | engine = (class Engine *) 0x823f480
|
---|
54 | #4 0x0804a685 in _start ()
|
---|
55 | No symbol table info available.
|
---|
56 | (gdb) The program is running. Exit anyway? (y or n) x y
|
---|
57 | jmmr.no-ip.com ~/downloads/bass> ^Dexit
|
---|
58 |
|
---|
59 | Script done on Sun Jul 13 19:46:39 2003
|
---|