scottrice / Ice

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

newbie problems, appears to do nothing after detecting roms #280

Open nileplumb opened 9 years ago

nileplumb commented 9 years ago

I'm completely new to all this but wanted to try getting the python version running.

following information in issues/219 from bgehrlein

I've installed python 2.7.9 (apparently includes pip now) learnt how to install modules using command prompt and downloaded, extracted and installed pysteam appdirs 1.2.0 py2exe 0.6.9 psutil 2.2.1

I've grabbed everything x64 where available then installed ice setup.py from master-ice folder modified emulator, config and consoles files, copied intoto src folder. when I run ice.py it displays

=========== Starting Ice =========== Detected Emulator: nestopia Detected Emulator: snes9x Detected Emulator: pj64 Detected Emulator: dolphin Detected Emulator: pcsxr Detected Emulator: pcsx2 Detected Emulator: KEGA Detected Emulator: VBAM Detected Emulator: DeSmuMEX432R Detected Emulator: PPSSPP Detected Emulator: nullDC Detected Console: Sega Master System => KEGA Detected Console: Sega Game Gear => KEGA =========== User: ######## ===========

and that's it (except ####### is my actual steam number)

the log file then lists all the roms it found for the master system and game gear files but does nothing afterwards eg.

2015-04-27 15:55:56,510 [DEBUG][rom_parser.py][parse:26]: [ROMParser] Matched game 'Zool.sms' using regular expression (?P<name>[^\(\)\[\]\.]*).* 2015-04-27 15:55:56,512 [DEBUG][rom_parser.py][parse:26]: [ROMParser] Matched game 'Sonic Labyrinth (USA, Europe).gg' using regular expression (?P<name>[^\(\)\[\]\.]*).*

(by the way I have commented out the other systems as I currently have them all imported into steam already and just wanted to test ice with these missing systems)

I don't know if I've forgotten a file/module or may have buggered up installing everything/something module based but in the absence of an updated pre-compiled windows exe I'm trying my best to learn.

Thanks in advance for any help. Simple in full step by step instructions (with appropriate download links) would be appreciated.

Foreverseeking commented 9 years ago

I have the same problem. It seems the program runs much faster when the roms are all new (aka adding 100 roms is very quick, but then adding 1 more rom afterwards is very slow and makes the program hang for a while. Deleting all roms and then adding 101 roms is much quicker. Bug?