scottrice / Ice

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

No Emulators Detected #158

Open SeriousJak opened 10 years ago

SeriousJak commented 10 years ago

Hey everyone, I'm kinda new here, but I was trying to get Ice running and I can't seem to figure it out. I have my emulators installed and ready to be used, but it seam that Ice does not detect them. I have the exact locations and configs set up for all of them, but still no dice. I'm on windows 8.1 if that helps at all. Here is the latest log: [02/08/14 21:10:10] =========================Starting Ice [02/08/14 21:10:10] Emulator '' not found for Nintendo DS. Ignoring [02/08/14 21:10:10] Emulator '' not found for Super Nintendo. Ignoring [02/08/14 21:10:10] Emulator 'PCSX2' not found for Playstation 2. Ignoring [02/08/14 21:10:10] Emulator 'ePSXe' not found for Playstation 1. Ignoring [02/08/14 21:10:10] Emulator '' not found for Nintendo Entertainment System. Ignoring [02/08/14 21:10:10] Emulator '' not found for Sega Dreamcast. Ignoring [02/08/14 21:10:10] Emulator '' not found for Gameboy Advance. Ignoring [02/08/14 21:10:10] Emulator '' not found for Sega Genesis. Ignoring [02/08/14 21:10:10] Emulator 'Dolphin' not found for Nintendo Gamecube. Ignoring [02/08/14 21:10:10] Emulator 'Project64' not found for Nintendo 64. Ignoring [02/08/14 21:10:10] Emulator '' not found for Nintendo Wii. Ignoring [02/08/14 21:10:10] Emulator '' not found for Nintendo Gameboy. Ignoring [02/08/14 21:10:10] ---------------Running for user 80429111 [02/08/14 21:10:10] ---Downloading grid images [02/08/14 21:10:10] =========================Finished

geraldhumphries commented 10 years ago

Hi, can you post a copy of your emulators.txt file?

SeriousJak commented 10 years ago

[ePSXe]

location=E:\GAMES\Emulators\ePSXe\ePSXe.exe

command=%l -loadbin %r -nogui

[PCSX2]

location=E:\GAMES\Emulators\PCSX2\pcsx2-r5875.exe

command=%l %r --nogui

[Dolphin]

location=E:\GAMES\Emulators\Dolphin\Dolphin.exe

command=%l --exec=%r

[Project64]

location=E:\GAMES\Emulators\Project64\Project64.exe

command=%l %r

geraldhumphries commented 10 years ago

This is probably a known issue with loading the config files. Try running Ice from the checkout directory for now, for example C:\git\ice>C:\Python27\python ice.py instead of C:\Python27>python C:\git\ice\ice.py

SeriousJak commented 10 years ago

I must be missing something, because I do not know where to find "python ice.py" Would that be in the Ice Master folder, or somewhere else?

geraldhumphries commented 10 years ago

In the Windows command line, you can use the command 'cd' to navigate to different folders. You can then refer to any files in that folder without having to type the full file path. If python is installed you can usually run it by just typing 'python'. Otherwise you need the full path, like 'C:\python27\python'. You can leave off the file extensions for .exe files.

Going to Ice's folder and typing 'python ice.py' will run Ice using python. There's a bug in Ice that causes it to require you to navigate to its folder in the command line before running it.

SeriousJak commented 10 years ago

Still no dice, did that exact command and nothing changed.. 2014-02-09 13:49:08,121 (ice) ERROR: Ice cannot be run while Steam is open. Please close Steam and try again 2014-02-09 13:49:54,569 (ice) INFO: Starting Ice 2014-02-09 13:49:54,588 (ice) INFO: Skipping DS (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping SNES (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping PS2 (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping PS1 (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping NES (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping Dreamcast (no emulator provided) 2014-02-09 13:49:54,588 (ice) INFO: Skipping GBA (no emulator provided) 2014-02-09 13:49:54,589 (ice) INFO: Skipping Genesis (no emulator provided) 2014-02-09 13:49:54,589 (ice) INFO: Skipping Gamecube (no emulator provided) 2014-02-09 13:49:54,589 (ice) INFO: Skipping N64 (no emulator provided) 2014-02-09 13:49:54,589 (ice) INFO: Skipping Wii (no emulator provided) 2014-02-09 13:49:54,589 (ice) INFO: Skipping Gameboy (no emulator provided) 2014-02-09 13:49:54,598 (ice) INFO: Running for user 80429111 2014-02-09 13:49:54,605 (ice) INFO: Ice finished

geraldhumphries commented 10 years ago

Hm... Can you post the command (and folder you were running from) you used? This could be a different issue.

SeriousJak commented 10 years ago

Sorry it took me a while to get back to ya, I used the command: E:\GAMES\Steam\steamapps\common\Applications\Ice-master\C:\Python27\python ice.py This got me the same results as last time.