1
Share your theme / Re: Animatic
« on: July 18, 2017, 06:47:03 PM »
Nice!!!! The best theme for retroFE.
Congrats!!!!
Congrats!!!!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
That sounds like an emulator configuration issue. While the emulator is running, RetroFE has no control over it.
Sent from my SM-G920F using Tapatalk
The problem is you're using the %ITEM_NAME% as the argument in your jnes launcher so it's sending the file name without the extension. You should use "%ITEM_FILEPATH%" as your argument instead.
You just beat me to it.%ITEM_NAME% is generally only used by MAME when launching arcade games or games from the software list. Practically every other emulator needs the full path to the ROM.
this is my log, i start game but open also emulator,the game not started
I don't see any log; could you attach it to your post, please?
You can use any emulator you like.
RetroFE works with a two step approach:
1. In the settings.conf of each collection, you can define the launcher used by the items in that collection.
2. In the launchers/<launcher name>.conf file you define the command (executable) and arguments that need to be used to launch the game.
As said: please upload your log.txt (created after you unsuccessfully try to launch the game), and I will have a look to see if I can figure out what the problem is.
What do you have on the launcher for the emulators? If, for example, you're using RetroArch for NES with Nestopia, it should look something like:Code: [Select]executable = C:\Program Files\RetroArch\retroarch.exe
arguments = "%ITEM_FILEPATH%" -L "cores\nestopia_libretro.dll"