Custom Query (13987 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 13987)

Ticket Resolution Summary Owner Reporter
#43 worksforme DOTT:Crash at the talk with T. Jefferson SF/strigeus SF/grumbel
Description

When Hoggie does it first talk with Thomas Jefferson scummvm crashes. I am using the german CD version of Day of the Tentacle and the crash happens at the end of the sentance "Ich bin, selbstverstaendlich Thomas Jefferson beruehmter Gelehrter Musiker, Reiter...". It is reproducable and does only happen at the first talk with Jefferson, it does not crash at later talks with Thomas Jefferson or any other persons. It was the only crash of scummvm that I found in the whole game.

Here is a backtrace:

0x0806052e in MixerChannel::mix (this=0x808e9c0, data=0x8094fea, len=7) at sound.cpp:437 437 *data++ += (*s<<6); (gdb) where #0 0x0806052e in MixerChannel::mix (this=0x808e9c0, data=0x8094fea, len=7) at sound.cpp:437 #1 0x0806060b in Scumm::mixWaves (this=0x808b0c0, sounds=0x8094e90, len=2048) at sound.cpp:462 #2 0x08064362 in fill_sound (userdata=0x807b220, stream=0x8094e90 "????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"...,

len=4096) at sdl.cpp:483 #3 0x4003b319 in SDL_RunAudio () from /usr/lib/libSDL-1.2.so.0 #4 0x40070a67 in SDL_RunThread () from /usr/lib/libSDL-1.2.so.0 #5 0x40070c5e in SDL_KillThread () from /usr/lib/libSDL-1.2.so.0 #6 0x4009aeca in pthread_start_thread () from /lib/libpthread.so.0 #7 0x4009af11 in pthread_start_thread_event () from /lib/libpthread.so.0

Ticket imported from: #487257. Ticket imported from: bugs/43.

#44 Copy protection SF/kreeblah
Description

With today's CVS build, I noticed something new when I launched Monkey Island 2. The copy protection routine. While this fixes the bug I posted earlier, it also introduces a new one: people with the Monkey Island 1 & 2 CD didn't get code wheels, so we can't get past the copy protection . . .
Perhaps some other method of copy protection could be used?
(i.e. check for the CD in the drive; if it's there, go directly to the hard/easy screen, otherwise do the copy protection thing)

Ticket imported from: #487978. Ticket imported from: bugs/44.

#45 fixed crash when picking up shovel in MI2 SF/khalek_
Description

Running what at the time of writing was the latest scummvm from CVS that uses the ADLIB stuff on my linux box...

When picking up the shovel (sign) at the start of MI2 after meeting largo I get a segfault. The console output when not running gdb is as follows:

Fatal signal: Segmentation Fault (SDL Parachute Deployed) Xlib: unexpected async reply (sequence 0x84)!

when running from gdb: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1026 (LWP 5220)] 0x0807822f in AdlibSoundDriver::mc_init_stuff (mc=0x8099498, s10=0x80994dc, s11=0x8099500, flags=142 '\216', ie=0x8099979) at sound/adlib.cpp:612 612 s11->s10->unk3 = 0;

and a backtrace: #0 0x0807822f in AdlibSoundDriver::mc_init_stuff (mc=0x8099498, s10=0x80994dc, s11=0x8099500, flags=142 '\216', ie=0x8099979) at sound/adlib.cpp:612 #1 0x0807890d in AdlibSoundDriver::mc_key_on (this=0x80993e0, mc2=0x8099498, note=71 'G', velocity=82 'R') at sound/adlib.cpp:740 #2 0x08078a17 in AdlibSoundDriver::part_key_on (this=0x80993e0, part=0x8098aa8, note=71 'G', velocity=82 'R') at sound/adlib.cpp:771 #3 0x080753b2 in Part::key_on (this=0x8098aa8, note=71 'G', velocity=82 'R') at sound/imuse.cpp:2215 #4 0x08073f38 in Player::key_on (this=0x8098110, chan=2 '\002', note=71 'G', velocity=82 'R') at sound/imuse.cpp:1530 #5 0x08072fc7 in Player::parse_midi (this=0x8098110, s=0x80fe0bd "\n\222J@\t\222=<\017\222>\036\016\222@\021\n\222L\020\005\2225\020\t\2224\020\n\2226\020\t\2227\020\005\2228\020\n\2229\020\t\222:\020\005\222F\020\005\222;\020\005\222<\020\030\2024") at sound/imuse.cpp:1127 #6 0x080716cd in Player::sequencer_timer (this=0x8098110) at sound/imuse.cpp:338 #7 0x080715b5 in SoundEngine::sequencer_timers (this=0x8098000) at sound/imuse.cpp:306 #8 0x08071545 in SoundEngine::on_timer (this=0x8098000) at sound/imuse.cpp:292 #9 0x08077bd8 in AdlibSoundDriver::generate_samples (this=0x80993e0, data=0x80c24f0, len=2048) at sound/adlib.cpp:399 #10 0x08060e72 in Scumm::mixWaves (this=0x8094400, sounds=0x80c24f0, len=2048) at sound.cpp:470 #11 0x08064c2d in fill_sound (userdata=0x80831f0, stream=0x80c24f0 "\200\003*\004

Ticket imported from: #488389. Ticket imported from: bugs/45.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.