tentacle music
Moderator: ScummVM Team
-
- Posts: 11
- Joined: Sun Feb 04, 2007 12:20 pm
I ended this game today, so the post is noat actual, for me. game was great, but amazingly, for the best adveture game in history, which is claimed for many people to be, short. if I play more, instead of reading stephen king books, i think i will complete it in 2 days time. my favourite - secret of monkey island - was much longer. other la games - grim fandango and other mi were much longer. only loom was shorter, but it was supposed to be 1st piece of serie and maybe sam & max, other great game, was this lenght. i think it should be 2 times longer. even it's a great game, one of the best i played ("thank you masked man" ).
if you think DOTT is short you should try Full Throttle - imo the shortest LucasArts adventure. Sadly, BASS also seems quite shortDon Quijote wrote:I ended this game today, so the post is noat actual, for me. game was great, but amazingly, for the best adveture game in history, which is claimed for many people to be, short. if I play more, instead of reading stephen king books, i think i will complete it in 2 days time. my favourite - secret of monkey island - was much longer. other la games - grim fandango and other mi were much longer. only loom was shorter, but it was supposed to be 1st piece of serie and maybe sam & max, other great game, was this lenght. i think it should be 2 times longer. even it's a great game, one of the best i played ("thank you masked man" ).
-
- Posts: 11
- Joined: Sun Feb 04, 2007 12:20 pm
it took me about 4 hours to complete full throttle. normally i would say it's a joke, that a game for 150 zl (poland) [about 50$) gave me 4 hours of play, but in this case i can't say it so easy. even though i think it's big rip-off the game is so great (of course much too short) that i can forgot maybe 25$ of this price.
can you tell me if full throttle and curse of monkey island cost the same mon(k)ey??!! if yes, it's a big misunderstood.
can you tell me if full throttle and curse of monkey island cost the same mon(k)ey??!! if yes, it's a big misunderstood.
in fact curse of monkey island is cheaper, i have bought it for 80 zl (in poland, just like you) like 5 or more years ago and if i had payed that much for full throttle then man i would be really mad. but anyways, thats what a reviews are for. no matter if its a well known lucasarts or what, just read the review before buying anything.
-
- Posts: 4
- Joined: Tue May 08, 2007 8:02 pm
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
Have you trying running ScummVM from the command-line? It might print some useful message before crashing. If it doesn't, and you're feeling more adventurous, you could try using GDB to pin-point exactly where it crashes.guillervf91 wrote:I'm trying to play sounds in Day of Tentacle, in Debian, but i choose the ALSA driver and the program closes when I try to play game.
Any idea, please?
Thanks
-
- Posts: 4
- Joined: Tue May 08, 2007 8:02 pm
It shows this:
Looking for tentacle
Trying to start game 'Day of the Tentacle'
WARNING: Could not open audio device: No available audio device!
WARNING: Sound mixer initialization failed
!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Can't open sequencer!
but I have sound in other programs.
Looking for tentacle
Trying to start game 'Day of the Tentacle'
WARNING: Could not open audio device: No available audio device!
WARNING: Sound mixer initialization failed
!
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Can't open sequencer!
but I have sound in other programs.
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
Selecting the ALSA music driver tells ScummVM to play MIDI through ALSA. It doesn't affect other sounds, though. They are played through whatever the SDL library decides to use.guillervf91 wrote: ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Can't open sequencer!
but I have sound in other programs.
Googling for "open /dev/snd/seq failed" turns up quite a number of hits. Perhaps one of them can help you? Some of them suggest that it may be that the kernel module for MIDI sequencer support isn't loaded, but I don't know which one that is. To some extent, it probably depends on which sound card you have.
(On my Linux box "it just works", except I still have to load the SoundFont file manually.)
-
- Posts: 4
- Joined: Tue May 08, 2007 8:02 pm
Thanks, I use "sudo modprobe snd-seq".Now it shows an different error:
"Looking for tentacle
Trying to start game 'Day of the Tentacle'
WARNING: Could not open audio device: No available audio device!
WARNING: Sound mixer initialization failed
!
Can't subscribe to MIDI port (65:0) see README for help!"
I found this guide http://ubuntuforums.org/showthread.php?t=8736
But I can't install the packages "alsa-headers" and "alsa-modules", so the program keeps crashing and showing the same error.
"Looking for tentacle
Trying to start game 'Day of the Tentacle'
WARNING: Could not open audio device: No available audio device!
WARNING: Sound mixer initialization failed
!
Can't subscribe to MIDI port (65:0) see README for help!"
I found this guide http://ubuntuforums.org/showthread.php?t=8736
But I can't install the packages "alsa-headers" and "alsa-modules", so the program keeps crashing and showing the same error.
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
Hmm... These are two different errors. The "Could not open audio device" message comes from SDL_OpenAudio() failing. That function is called from backends/platform/sdl/sdl.cpp but I have no idea why it would fail.guillervf91 wrote: Trying to start game 'Day of the Tentacle'
WARNING: Could not open audio device: No available audio device!
WARNING: Sound mixer initialization failed
!
Can't subscribe to MIDI port (65:0) see README for help!"
It's possible that setting the SDL_AUDIODRIVER environment variable would make a difference. It's somewhat documented on this page though I thought one of the possible values for it was "arts", not "artsc".
The "Can't subscribe to MIDI port (65:0) see README for help!" comes from snd_seq_connect_to() failing. 65:0 used to be a good default "MIDI port" (whatever that really is) to connect to, but that changed for me some time ago. Nowadays, 17:0 works better for me. This is what "aconnect -o" tells me:
Code: Select all
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 16: 'SBLive! Value [CT4832]' [type=kernel]
0 'EMU10K1 MPU-401 (UART)'
client 17: 'Emu10k1 WaveTable' [type=kernel]
0 'Emu10k1 Port 0 '
1 'Emu10k1 Port 1 '
2 'Emu10k1 Port 2 '
3 'Emu10k1 Port 3 '
-
- Posts: 4
- Joined: Tue May 08, 2007 8:02 pm