scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Does not add ROMs - No Error #373

Closed etuPanz closed 8 years ago

etuPanz commented 8 years ago

I am attempting to run ICE for the first time and can't seem to get it to Finish correctly, however I am not getting an error. It runs, says Finished, but no games have been added. I've attempted a reboot and still no joy. Below are my Log file and the excerpts from my config files that I changed. I'm running Windows 10 Pro x64.

log.txt

[03/12/16 22:27:42] =========================Starting Ice
[03/12/16 22:27:42] Detected Emulator: Snes9x
[03/12/16 22:27:42] Emulator '' not found for Nintendo DS. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Playstation 2. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Playstation 1. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Nintendo Entertainment System. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Sega Dreamcast. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Gameboy Advance. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Sega Genesis. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Nintendo Gamecube. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Nintendo 64. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Nintendo Wii. Ignoring
[03/12/16 22:27:42] Emulator '' not found for Nintendo Gameboy. Ignoring
[03/12/16 22:27:42] Detected Console: Super Nintendo => Snes9x
[03/12/16 22:27:42] ---------------Running for user 23888100
[03/12/16 22:27:42] ---Downloading grid images
[03/12/16 22:27:42] =========================Finished

config.txt

ROMs Directory=C:\Console\ROMS\SNES

consoles.txt

[Super Nintendo]
nickname=SNES
emulator=Snes9x

emulators.txt

[Snes9x]
location=C:\Console\SNES9X\snes9x-x64.exe
command=%l -fullscreen %r

Any help would be appreciated. I'm banging my head on the table right now.

Thanks - Andrew

Drakonas commented 8 years ago

If you read the Getting Started guide you'd notice that you're not supposed to set the ROMs Directory setting in config.txt to a ROM folder specifically. https://scottrice.github.io/Ice/getting-started/ |--ROMs -->|--Gamecube -->|--SNES -->|--Wii

Try setting ROMs Directory=C:\Console\ROMS

etuPanz commented 8 years ago

Thanks for the help. That worked!

I was following the getting-started guide but I just misunderstood and didn't realize it would create the SNES folder for me.

Thank you, I appreciate the help.