2017-03-24, 04:29
(2017-03-24, 01:22)cchocas Wrote:(2017-03-23, 00:10)zachmorris Wrote:(2017-03-22, 09:19)cchocas Wrote: https://paste.ubuntu.com/24187157/
Setup for Saturn needs tweaking. Change IARL to use the Mednafen Saturn core. I see the IARL wizard still points to Yabuse as the default core, which I'll have to fix in the next update.
Command for Dreamcast appears correct, so likely an issue with your setup. For that I suggest following the steps in the FAQ here. Specifically, the FAQ says:
Code:In a nutshell this is how IARL works:
- Grabs the required files you requested from the archive
- Processes those files (if necessary) to get them ready to launch (unzip for example, some others have config files automatically generated).
- Executes a command line command to launch the game. This would in theory be the same exact command you would use to launch the game from the command line.
Troubleshooting:
Assuming the game downloads from IARL correctly. Start Retroarch and launch the game directly from the emulator (i.e. start retroarch and try and launch the game file that IARL downloaded). If that doesn't work, then the problem lies with your setup or the emulator (hint: It's probably a BIOS file issue).
You can turn on debug logging in Kodi, attempt to launch your game, it will still fail, but then you can review the log and see what command is sent. Review the command, or even better, copy and paste it into the command line for your computer and see what error you get.
The debug log you provided shows the command was sent as follows:
Code:"E:\Jogos\Retroarch\retroarch.exe" -L "E:\Jogos\Retroarch\cores\reicast_libretro.dll" "E:\Jogos\Roms\Sega Dreamcast\Capcom_vs_SNK\Capcom vs. SNK (USA).gdi"
Which looks like what I would expect it to. You can paste that command into a cmd prompt (and maybe add "-verbose" to the end of the command) to see what the emulator is complaining about.
Hi zach Thanks for your reply. Finally I can run reicast and mednafen saturn! Thanks for you help. Unfortunatly mednafen saturn has some issues on sound and performance. So i Wonder if its possible to add yabause(has better performance) and epsxe to IARL( non retroarch) just like you did with project 64. Is possible to add those in some future update? Thanks and keep the good work.
PS: is it possible to use a gamepad on Dosbox? Cheers
Glad you got it working.
Regarding other emulators. You can use any emulator you want provided it can accept command line commands. See info here.
I've personally got a gamepad working in DOSBox, but it depends on the game and the keyboard setup. You can open up the 'quick menu' in Retroarch after you start a game and go to Options and you can define keys for each gamepad button. I'm no expert for Retroarch though. I'm currently working on it to get controls working for my setup, and I agree it can be super confusing.