libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Road and Track Presents: The Need for Speed (no sound) #110

Closed altiereslima closed 5 years ago

altiereslima commented 5 years ago

"Road and Track Presents: The Need for Speed" does not recognize any sound card

sonninnos commented 5 years ago

Looks like it is one of those picky games that has no sound setup and it needs to be launched with the parameter "SB".

I got the sound working in libretro by changing the SB IRQ to 5 with "SET BLASTER=A220 I5 D1 H5 T6" before launching "tnfs SB".

In Dosbox ECE the sound works with the default IRQ 7 though.. weird.

andres-asm commented 5 years ago

should be fixed in the SVN core.

On Sat, Nov 17, 2018 at 9:32 AM sonninnos notifications@github.com wrote:

Looks like it is one of those picky games that has no sound setup and it needs to be launched with the parameter "SB".

I got the sound working in libretro by changing the SB IRQ to 5 with "SET BLASTER=A220 I5 D1 H5 T6" before launching "tnfs SB".

In Dosbox ECE the sound works with the default IRQ 7 though.. weird.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/libretro/dosbox-libretro/issues/110#issuecomment-439621404, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0NqTG7u0MqruFZan02eH-EvQPhWTks5uwB3ngaJpZM4XslgV .

sonninnos commented 5 years ago

Cool, thanks for pointing out there is another dosbox core. But alas, it crashes immediately and gives nothing helpful in the log.. Updating retroarch.exe to the latest nightly didn't help.

andres-asm commented 5 years ago

weird... it's working fine here

altiereslima commented 5 years ago

A220 I5 D1 H5 T6 don't work. SVN work, but after a few seconds the game gets unplayable

altiereslima commented 5 years ago

Looks like it is one of those picky games that has no sound setup and it needs to be launched with the parameter "SB".

I installed the ISO file

andres-asm commented 5 years ago

image

image

andres-asm commented 5 years ago

Works fine here

sonninnos commented 5 years ago

weird... it's working fine here

I got the SVN version to not crash with a clean default retroarch.cfg and using load core & start core, but using command line loading a conf-file it still crashes.. The conf only includes [autoexec] section, but even an empty file crashes.

andres-asm commented 5 years ago

I can't fix what I can't reproduce sadly. I just load nfs.exe directly (I mount the disk using the disk control interface)

https://www.youtube.com/watch?v=dD6mh0-dif0

altiereslima commented 5 years ago

works, thanks

andres-asm commented 5 years ago

https://streamable.com/08qq4

sonninnos commented 5 years ago

I found the reason for the core start crash, it was the midi_driver, which I had set to "null". The default "winmm" works.

But I haven't found the reason why command line start crashes and says "[INFO] Content loading skipped. Implementation will load it on its own.". No matter if I load a conf or exe or nothing at all, probably ought to create a new issue?

andres-asm commented 5 years ago

I noticed the SVN core doesn't start on command-line either too. I really have no idea on what's that about, I just lauch from RA.

MateusAuri commented 3 years ago

I don't know how it compares to the libretro core, but I had problems with TNFS sound on standalone DOSBox. Turned out to be a problem with the game's installer, which didn't properly keep the settings somehow. Reinstalling it worked fine.

EDIT: Also, sorry for gravedigging in this thread, just noticed the last comment was made in 2018.

M-UNSA commented 3 years ago

Guys, in case Anybody is still looking for an answe, I Think I found the solution, you Need to open the "NFS.BAT" file not the "TNFS.EXE"

Potate64 commented 2 years ago

Guys, in case Anybody is still looking for an answe, I Think I found the solution, you Need to open the "NFS.BAT" file not the "TNFS.EXE"

Many thanks to you indeed and also this forum as there be very little info on this game on the net , Up and running with sound now .