RetroArch closes normally on any rom\core chosen

Whenever I open a file (core doesn’t matter, nor does detect core stop the issue) RetroArch closes normally, no errors, no “retroarch.exe has stopped working”, nothing. The only thing that works is 2048 (SNOOOOOORE)

Make a text file in the same directory as retroarch.exe with the following line and save it as retroarch.bat, then run that batch file and reproduce the problem.

retroarch.exe -v --menu > output.log 2>&1

This will create an output.log text file with all the retroarch log messages in it. Then, open the newly-created output.log file in any text editor like Notepad and paste the contents on pastebin. Paste the link to your pastebin paste here. This will allow us to see what happened.

http://pastebin.com/jyJxM1Xx

Is the FDS bios path normal? it’s looking in “{PROGRAM_DIR}\fds*”, focus on the “\”.

The \ is not a problem. You missing NSTDATABASE and disksys.rom might be

I know what disksys.rom is. NSTDATABASE, not so much.

https://raw.githubusercontent.com/rdanbrook/nestopia/master/NstDatabase.xml

Put it in your ‘system/BIOS’ directory. It tells nestopia which special stuff applies to which games (certain mappers, zapper support, etc.).

oooooooohhhhhhhhhhhhhh that thing… Yeah…

YAYS it works now! Thank you all!