1 | Script started on Sun Jul 13 19:47:33 2003
|
---|
2 | jmmr.no-ip.com /cdrom> 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
|
---|
12 | Starting program: /usr/home/blitz/src/scummvm/scummvm
|
---|
13 | Looking for sky
|
---|
14 | Trying to start game 'Beneath a Steel Sky'
|
---|
15 | Found BASS version v0.0368 (5099 dnr entries)
|
---|
16 |
|
---|
17 | Program received signal SIGBUS, Bus error.
|
---|
18 | 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823fc80,
|
---|
19 | volume=0 '\0') at sky/music/adlibmusic.cpp:55
|
---|
20 | 55 _channels[cnt]->updateVolume(volume | 128);
|
---|
21 | (gdb) bt fi ull
|
---|
22 | #0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823fc80,
|
---|
23 | volume=0 '\0') at sky/music/adlibmusic.cpp:55
|
---|
24 | cnt = 0 '\0'
|
---|
25 | #1 0x080ba3e7 in SkyState::initialise() (this=0x823f980) at sky/sky.cpp:295
|
---|
26 | result = 59367
|
---|
27 | #2 0x080b99eb in SkyState::go() (this=0x823f980) at sky/sky.cpp:176
|
---|
28 | introSkipped = false
|
---|
29 | #3 0x080dcccd in main (argc=1, argv=0xbfbffa98) at common/main.cpp:230
|
---|
30 | detector = {_fullScreen = false, _aspectRatio = false,
|
---|
31 | _use_adlib = false, _master_volume = 192, _music_volume = 192,
|
---|
32 | _sfx_volume = 192, _amiga = false, _language = 0, _floppyIntro = false,
|
---|
33 | _talkSpeed = 60, _debugMode = 0, _debugLevel = 0, _dumpScripts = false,
|
---|
34 | _noSubtitles = false, _bootParam = 0,
|
---|
35 | _gameDataPath = 0x8206050 "/usr/mnt/cdrom/", _gameTempo = 0,
|
---|
36 | _midi_driver = 0, _gameFileName = {<ConstString> = {
|
---|
37 | _vptr$ConstString = 0x81901f8, _str = 0x82342e0 "sky", _len = 3},
|
---|
38 | _refCount = 0x82342d0, _capacity = 3}, _game = {
|
---|
39 | filename = 0x81209ca "sky", gamename = 0x81209ce "Beneath a Steel Sky",
|
---|
40 | id = 151 '\227', version = 99 'c', adlib = ADLIB_DONT_CARE, features = 0,
|
---|
41 | detectname = 0x81209e2 "sky.dsk"}, _gfx_mode = 1,
|
---|
42 | _default_gfx_mode = true, _multi_midi = false, _native_mt32 = false,
|
---|
43 | _cdrom = 0, _save_slot = -1, _saveconfig = false,
|
---|
44 | _gameText = {<ConstString> = {_vptr$ConstString = 0x81901f8,
|
---|
45 | ---Type <return> to continue, or q <return> to quit---
|
---|
46 | _str = 0x821f240 "Beneath a Steel Sky", _len = 19},
|
---|
47 | _refCount = 0x8206060, _capacity = 51}}
|
---|
48 | prop = {caption = 0x8236900 "Beneath a Steel Sky", cd_num = 136538368,
|
---|
49 | gfx_mode = 136538368, show_cursor = false}
|
---|
50 | scummhome = "/home/blitz/.scummvmrc\0\t\b \024(Tö¿¿\001\0\0\0Xö¿¿\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(°õ¿¿\023\0\0\0\a\0\0\0Î\022\023(\0\207\024(¸ñ+(`ö¿\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°ö¿¿î\025\023(¶è (Ý\bK("...
|
---|
51 | system = (class OSystem *) 0x8201400
|
---|
52 | engine = (class Engine *) 0x823f980
|
---|
53 | #4 0x0804a685 in _start ()
|
---|
54 | No symbol table info available.
|
---|
55 | (gdb) The program is running. Exit anyway? (y or n) y
|
---|
56 | jmmr.no-ip.com /cdrom> cd
|
---|
57 |
|
---|
58 | jmmr.no-ip.com ~> vi bas
|
---|
59 |
|
---|
60 | bass288bt bass368bt
|
---|
61 |
|
---|
62 | jmmr.no-ip.com ~> vi bass288bt
|
---|
63 |
|
---|
64 | (B)0[1;24r[m[4l[?1h=[H[2JScript started on Sun Jul 13 19:45:41 2003
|
---|
65 | [1Bjmmr.no-ip.com ~/downloads/bass> gdb ~/src/scummvm/scummvm^M^M
|
---|
66 | [1BGNU gdb 5.2.1 (FreeBSD)^M
|
---|
67 | [1BCopyright 2002 Free Software Foundation, Inc.^M
|
---|
68 | [1BGDB is free software, covered by the GNU General Public License, and you are^M
|
---|
69 | [1Bwelcome to change it and/or distribute copies of it under certain conditions.^M
|
---|
70 | [1BType "show copying" to see the conditions.^M
|
---|
71 | [1BThere is absolutely no warranty for GDB. Type "show warranty" for details.^M
|
---|
72 | [1BThis GDB was configured as "i386-undermydesk-freebsd"...^M
|
---|
73 | [1B(gdb) r sky^M
|
---|
74 | [1BStarting program: /usr/home/blitz/src/scummvm/scummvm sky^M
|
---|
75 | [1BLooking for sky^M
|
---|
76 | [1BTrying to start game 'Beneath a Steel Sky'^M
|
---|
77 | [1BFound BASS version v0.0288 (1404 dnr entries)^M
|
---|
78 | [1BWARNING: The language you selected does not exist in your BASS version.!^M
|
---|
79 | [1B^M
|
---|
80 | [1BProgram received signal SIGBUS, Bus error.^M
|
---|
81 | [1B0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780, ^M[19;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M
|
---|
82 | [1B55[22C_channels[cnt]->updateVolume(volume | 128);^M
|
---|
83 | [1B(gdb) bt full^M
|
---|
84 | [1B#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780, ^M[23;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M[H[23Bbass288bt: nicht geaendert: Zeile 1[H#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780, ^M
|
---|
85 | [1B volume=0 '\0') at sky/music/adlibmusic.cpp:55^M[K
|
---|
86 | [1B cnt = 0 '\0'^M[K
|
---|
87 | [1B#1 0x080ba3e7 in SkyState::initialise() (thi[4hs=0x823f480) at sky/sky.cpp:295[4l
|
---|
88 | [1B result = 59367^M[K
|
---|
89 | [1B#2 0x080b99eb in SkyState::go() (this=0x823f480) at sky/sky.cpp:176^M[K
|
---|
90 | [1B introSkipped = false^M[K
|
---|
91 | [1B#3 0x080dcccd in main (argc=2, argv=0xbfbffa7c) at common/main.cpp:230^M[K
|
---|
92 | [1B detector = {_fullScreen = false, _aspectRatio = [4hfalse, [4l
|
---|
93 | [1B _use_adli[4hb = false, _master_volume = 192, _music_volume = 192, [4l
|
---|
94 | [1B _sfx_volume = 192, _amiga = false, _language = 0, _flop[4hpyIntro = false, [4l
|
---|
95 | [1B _talkSpeed = [4h60, _debugMode = 0, _debugLevel = 0, _dumpScripts = false, [4l
|
---|
96 | [1B _noSubtitles = false, _bootParam = 0, ^M[K
|
---|
97 | [1B _gameDataPath = 0x81ff120 "/usr/home/blitz/downloads/bass/", _gameTempo = 0, ^[15;1HM[K
|
---|
98 | [1B[4h _midi_driver = 0, _gameFileName = {<ConstString> = {[4l
|
---|
99 | [1B _vptr$ConstString = 0x81901f8, _str [4h= 0x8206080 "sky", _len = 3}, [4l
|
---|
100 | [1B _refCount = 0x8206070, _capacity = 3}, _game = {^M[K[19;5Hfilename = 0x81209ca "sky", gamename = 0x8120[4h9ce "Beneath a Steel Sky", [4l
|
---|
101 | [1B id = 151 '\227', version = 99 'c', adlib = ADLIB_DONT_CARE, features = 0, ^M[21;1H detectnam[4he = 0x81209e2 "sky.dsk"}, _gfx_mode = 1, [4l
|
---|
102 | [1B _default_gfx_mode = true, _multi_midi = false, _native_mt32 = false[4P[23;3H_cdrom = 0, _save_slot = -1, _saveconfig = fals[4he, [4l
|
---|
103 | [1B[K[H[7B[7M[H _default_gfx_mode = true, _multi_midi = false, _native_mt32 = false[4P[2;3H_cdrom = 0, _save_slot = -1, _saveconfig = fals[4he, [4l[3;3H_gameText = {<Cons[4htString> = {_vptr$ConstString = 0x81901f8, [4l
|
---|
104 | [1B---Type <return> to continue, or q <return> to quit---^M[K[5;7H_str = 0x8233e40[4h "Beneath a Steel Sky", _len = 19}, [4l
|
---|
105 | [1B _refCount = 0x8206060, _capacity = 51}}^M[K[7;9Hprop = {caption = 0x81ff0e0 "Beneath a Steel Sky", cd_num = 136311008, ^[9;3Hgfx_mode = 136311008, show_cursor = 224}^M[K[10;7H scummhome = "/home/blitz/.scummvmrc\0\t\b \024(8ö¿¿\001\0\0\0<ö¿¿\0\200\[11;1H024(\0\201\024(\0\203\024(\226×\022(\0Ã\024(Î\022\023(\0\207\024(¨\031,(\0\0\0\0[12;1H01\0\207\024(\224õ¿¿\023\0\0\0\a\0\0\0Î\022\023(\0\207\024(¸ñ+(Dö¿\001\0\207\024[13;1H(´õ¿¿\023\0\0\0\a\0\0\0þ\e\023(\0\203\024(8¤\032(\0\207\024\001S\026\023(\032{ ([14;1H\032{ (\003\0\0\0S\026\023(\035`!(à®\036(\0\207\024\001Ð1\024(\0¢\024(\0\0\0\0\2[15;1H24ö¿¿î\025\023(¶è (Ý\bK("...^M[K[16;3H system = (class OSystem *) 0x8201400^M[K[17;9Hengine = (class Engine *) 0x823f480^M
|
---|
106 | [1B#4 0x0804a685 in _start ()^M
|
---|
107 | [1BNo symbol table info available.^M
|
---|
108 | [1B(gdb) The program is running. Exit anyway? (y or n) x^H ^Hy^M
|
---|
109 | [1Bjmmr.no-ip.com ~/downloads/bass> ^D^H^Hexit^M
|
---|
110 | [2BScript done on Sun Jul 13 19:46:39 2003[H
|
---|
111 | [21B[1B[H#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823[4hf780[4l[2;3H volume=0 '\0') at sky/music/adlibmusic.cpp:55^M[K[3;3H cnt = 0 '\0'^M[K
|
---|
112 | [1B#1 0x080ba3e7 in SkyState::initialise() (this=0x823f4[4h80) at sky/sky.cpp:295[4l[5;7H result = 59367^M[K
|
---|
113 | [1B#2 0x080b99eb in SkyState::go() (this=0x82[4h3f480) at sky/sky.cpp:176[4l[7;9HintroSkipped = false^M[K
|
---|
114 | [1B[4h#3 0x080dcccd in main (argc=2, argv=0xbfbffa7c) at common/main.cpp:230^[4l[9;3H detector = {_fullScreen = false, _[4haspectRatio = false, [4l[10;3H_use_adlib = false, _master_volume = 192, _music_volume = 192, ^M[K
|
---|
115 | [1B _sfx_volume = 192, _amiga = false, _language = 0, _floppyIntro = false, ^M[K
|
---|
116 | [1B _talkSpeed = 60, _debugMode = 0, _debugLevel = 0, _dumpScripts = false, ^M[K
|
---|
117 | [1B _noSubtitles = false, _bootParam = 0, ^M[K
|
---|
118 | [1B _gameDataPath = 0x81ff120 "/usr/home/blitz/downloads/bass/", _gameTempo = 0, ^[15;1HM[K[1B _midi_driver = 0, _gameFileName = {<ConstS[4htring> = {[4l[17;7H_vptr$ConstString = 0x81901f8, _str =[4h 0x8206080 "sky", _len = 3}, [4l
|
---|
119 | [1B _refCount = 0x8206070, [4h_capacity = 3}, _game = {[4l
|
---|
120 | [1B filename = 0x81209ca "sky",[4h gamename = 0x81209ce "Beneath a Steel Sky", [4l
|
---|
121 | [1B id = 151 '\227', version = 99 'c', adlib = ADLIB_DONT_CARE, features = 0, ^M[21;1H detectname = 0x81209e2 "sky.dsk"}, _gfx[4h_mode = 1, [4l[22;3H_default_gfx_mode = true, _multi_midi = false, _native_mt32 = false, ^M
|
---|
122 | [1B _cdrom = 0, _save_slot = -1, _saveconfig = false, ^M
|
---|
123 | [HScript started on Sun Jul 13 19:45:41 2003[K
|
---|
124 | [1Bjmmr.no-ip.com ~/downloads/bass> gdb ~/src/scummv[4hm/scummvm^M[4l
|
---|
125 | [1BGNU gdb 5.2.1 (FreeB[4hSD)[4l
|
---|
126 | [1BCopyright 2002 Free Software Foundation, Inc.^M[K
|
---|
127 | [1BGDB is free software, [4hcovered by the GNU General Public License, and you are[4l
|
---|
128 | [1Bwelcome to change it and/or distribute copies of it under certain co[4hnditions.[4l
|
---|
129 | [1BType "show copying" to see t[4hhe conditions.[4l
|
---|
130 | [1BThere is absolutely no warranty for GDB. Type "show warranty" for deta[4hils.[4l
|
---|
131 | [1BThis GDB was configured as "i386-undermydesk-freebsd"...^M[K
|
---|
132 | [1B(gdb) r sky^M[K
|
---|
133 | [1BStarting program: /usr/home/blitz/src/scummvm/scummvm sky^M[K
|
---|
134 | [1BLooking for sky^M[K
|
---|
135 | [1BTrying to start game 'Beneath a Steel Sk[4hy'[4l
|
---|
136 | [1BFound BASS version v0.0288 (1404 dnr entries)^M[K
|
---|
137 | [1B[4hWARNING: The language you selected does not exist in your BASS version.!^[4l
|
---|
138 | [1B^M[K
|
---|
139 | [1BProgram received signal SIGBUS, Bus error.^M[K
|
---|
140 | [1B0x080c0632 in SkyAdlibMusic::setVolume(unsigned char[4h) (this=0x823f780, [4l[19;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M[K
|
---|
141 | [1B55 _channels[cnt]->updateVolume(volume | 128);^M[K
|
---|
142 | [1B(gdb) bt full^M[K
|
---|
143 | [1B#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823[4hf780[4l[23;3H volume=0 '\0') at sky/music/adlibmusic.cpp:55^M[K[47D[2;1H[22B:q
|
---|
144 | [?1l>
|
---|
145 | [24;1H
|
---|
146 | [?1l>jmmr.no-ip.com ~> vi bass288btt[K[K[K[K[K368bt
|
---|
147 |
|
---|
148 | (B)0[1;24r[m[4l[?1h=[H[2JScript started on Sun Jul 13 19:47:33 2003
|
---|
149 | [1Bjmmr.no-ip.com /cdrom> gdb ~/src/scummvm/scummvm^M^M
|
---|
150 | [1BGNU gdb 5.2.1 (FreeBSD)^M
|
---|
151 | [1BCopyright 2002 Free Software Foundation, Inc.^M
|
---|
152 | [1BGDB is free software, covered by the GNU General Public License, and you are^M
|
---|
153 | [1Bwelcome to change it and/or distribute copies of it under certain conditions.^M
|
---|
154 | [1BType "show copying" to see the conditions.^M
|
---|
155 | [1BThere is absolutely no warranty for GDB. Type "show warranty" for details.^M
|
---|
156 | [1BThis GDB was configured as "i386-undermydesk-freebsd"...^M
|
---|
157 | [1B(gdb) r^M
|
---|
158 | [1BStarting program: /usr/home/blitz/src/scummvm/scummvm ^M
|
---|
159 | [1BLooking for sky^M
|
---|
160 | [1BTrying to start game 'Beneath a Steel Sky'^M
|
---|
161 | [1BFound BASS version v0.0368 (5099 dnr entries)^M
|
---|
162 | [1B^M
|
---|
163 | [1BProgram received signal SIGBUS, Bus error.^M
|
---|
164 | [1B0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823fc80, ^M[18;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M
|
---|
165 | [1B55[22C_channels[cnt]->updateVolume(volume | 128);^M
|
---|
166 | [1B(gdb) bt fi^H ^Hull^M
|
---|
167 | [1B#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823fc80, ^M[22;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M[23;9Hcnt = 0 '\0'^M[H[23Bbass368bt: nicht geaendert: Zeile 1[H[23B:[Kq
|
---|
168 | [?1l>
|
---|
169 | [24;1H
|
---|
170 | [?1l>jmmr.no-ip.com ~> vi bass368bt[5D288bt
|
---|
171 |
|
---|
172 | (B)0[1;24r[m[4l[?1h=[H[2JScript started on Sun Jul 13 19:45:41 2003
|
---|
173 | [1Bjmmr.no-ip.com ~/downloads/bass> gdb ~/src/scummvm/scummvm^M^M
|
---|
174 | [1BGNU gdb 5.2.1 (FreeBSD)^M
|
---|
175 | [1BCopyright 2002 Free Software Foundation, Inc.^M
|
---|
176 | [1BGDB is free software, covered by the GNU General Public License, and you are^M
|
---|
177 | [1Bwelcome to change it and/or distribute copies of it under certain conditions.^M
|
---|
178 | [1BType "show copying" to see the conditions.^M
|
---|
179 | [1BThere is absolutely no warranty for GDB. Type "show warranty" for details.^M
|
---|
180 | [1BThis GDB was configured as "i386-undermydesk-freebsd"...^M
|
---|
181 | [1B(gdb) r sky^M
|
---|
182 | [1BStarting program: /usr/home/blitz/src/scummvm/scummvm sky^M
|
---|
183 | [1BLooking for sky^M
|
---|
184 | [1BTrying to start game 'Beneath a Steel Sky'^M
|
---|
185 | [1BFound BASS version v0.0288 (1404 dnr entries)^M
|
---|
186 | [1BWARNING: The language you selected does not exist in your BASS version.!^M
|
---|
187 | [1B^M
|
---|
188 | [1BProgram received signal SIGBUS, Bus error.^M
|
---|
189 | [1B0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780, ^M[19;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M
|
---|
190 | [1B55[22C_channels[cnt]->updateVolume(volume | 128);^M
|
---|
191 | [1B(gdb) bt full^M
|
---|
192 | [1B#0 0x080c0632 in SkyAdlibMusic::setVolume(unsigned char) (this=0x823f780, ^M[23;5Hvolume=0 '\0') at sky/music/adlibmusic.cpp:55^M[H[23Bbass288bt: nicht geaendert: Zeile 1[H[23B:[Kq
|
---|
193 | [?1l>
|
---|
194 | [24;1H
|
---|
195 | [?1l>jmmr.no-ip.com ~> |
---|