scottrice / Ice

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

ImportError: DLL load failed: %1 is not a valid Win32 application. #222

Closed Bleda2 closed 10 years ago

Bleda2 commented 10 years ago

Hi again,

when i try to tun ice.py i get stuck on the following : (copy from stderr.log) Traceback (most recent call last): File "C:\emulators\Ice 5\Ice-master\src\ice.py", line 7, in from ice.runners import command_line_runner File "C:\emulators\Ice 5\Ice-master\src\ice\runners\command_line_runner.py", line 11, in from ice import console File "C:\emulators\Ice 5\Ice-master\src\ice\console.py", line 20, in import utils File "C:\emulators\Ice 5\Ice-master\src\ice\utils.py", line 16, in import psutil File "C:\Python27\lib\site-packages\psutilinit.py", line 138, in import psutil._pswindows as _psplatform File "C:\Python27\lib\site-packages\psutil_pswindows.py", line 16, in import _psutil_windows as cext ImportError: DLL load failed: %1 is not a valid Win32 application.

i think i installed all required plugins. anything else i did wrong or forgot? Thanks :)

gehrleib commented 10 years ago

Uninstall your psutil from Programs and Features in Control Panel and install this one.

https://pypi.python.org/packages/2.7/p/psutil/psutil-2.1.1.win32-py2.7.exe#md5=5d51ac4843a4cc8407d0be0e2d3d0eac

Bleda2 commented 10 years ago

@bgehrlein Thank you so much! got all my 150 games in my library now ^_^