Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Traceback... #496

Open
SpecklesShy opened this issue Apr 2, 2018 · 16 comments
Open

Error: Traceback... #496

SpecklesShy opened this issue Apr 2, 2018 · 16 comments

Comments

@SpecklesShy
Copy link

2018-04-02 14:11:46,765 [ERROR][init.py][exception:1183]: An exception occurred while running Ice
Traceback (most recent call last):
File "ice\decorators.py", line 9, in wrapped
File "ice\runners\ice_engine.py", line 131, in run
File "ice\runners\ice_engine.py", line 104, in create_backup
File "ice\backups.py", line 67, in create_backup_of_shortcuts
File "pysteam\shortcuts.py", line 30, in write_shortcuts
File "pysteam_shortcut_generator.py", line 20, in to_string
File "pysteam_shortcut_generator.py", line 29, in generate_array_string
File "pysteam_shortcut_generator.py", line 34, in generate_shortcut_string
AttributeError: 'NoneType' object has no attribute 'name'

@cyris69
Copy link

cyris69 commented Jul 4, 2018

Ever get past this?

@SpecklesShy
Copy link
Author

SpecklesShy commented Jul 5, 2018 via email

@Teutonic84
Copy link

Teutonic84 commented Aug 9, 2018

I'm having the same exact issue. Anyone know a workaround? If I delete my shortcuts.vdf file ICE completes fine the first run after that. But then after opening steam and then trying to run ICE again it throws those errors.

UPDATE: I found a workaround, though it might not be for everyone. I deleted the shortcuts.vdf file, then put the path to the steam userdata folder in config.txt, ran ICE and now it seems to be working fine. I'll post here again if it stops working.

@UNiXMIT
Copy link

UNiXMIT commented Jan 11, 2019

Same issue here and the proposed workaround doesn't fix it for me. Has anyone looked into this issue? Thanks

@Teutonic84
Copy link

There is a fix of sorts, but it requires you to edit some source files and rebuild from source. I was going to look into compiling an EXE with the fixes, but I have been way too busy lately to look into it. So if you're interested here's the fix: #456 (it requires you to update pysteam which is an external library that ICE uses) and editing "backups.py" and "steam_shortcut_synchronizer.py" from here: https://github.com/scottrice/Ice/pull/499/files

If someone is able to get all these fixes implemented and compiled to a single EXE, this would be awesome. Then ICE would be back on top for importing ROMS to steam for me at least. :)

@UNiXMIT
Copy link

UNiXMIT commented Jan 11, 2019

Great thanks I'll try it.

@bmarwell
Copy link

If this isn't fixed, there is always the possibility to fork it and develop it as a community project if the license will allow it.

@Teutonic84
Copy link

Does anyone have instructions on how to properly build Ice from source? I downloaded the latest Ice source files, and latest pysteam source files. Installed them into my python 2.7 framework on my windows 10 PC, but when i tried to build the source files into an EXE with pyinstaller, it wasn't working. pyinstaller finished without errors and i had an EXE, but when i tried to run it, i got an error. it's like it didn't import everything into the EXE.

@ssolidus
Copy link

@Teutonic84 I'm willing to help you with this. Could we discuss?

I noticed your "SteamConsole" repository. Is this related?

@Teutonic84
Copy link

Sorry for the late reply @ssolidus Yes this is related to my SteamConsole repository. I'd love to have some help with this. Currently I have to delete the steam shortcuts.vdf file everytime i have my script import ROMs to steam. Not ideal.

@ssolidus
Copy link

@vvvvkennyvvvv There's a button on the top right to turn off notifications, lol

@bmarwell
Copy link

@vvvvkennyvvvv Screaming does not help. Look in your inbox such exact mail address you're receiving mails. Then click forgot password, then log in, then unsubscribe.

If that does not help, contact GitHub support. But PLEASE stop posting here.

Meanwhile, why not just set up a mail filter?

That's faster than posting here or reading all of this.

@ssolidus
Copy link

@bmhm I think he's just an idiot.

@Teutonic84 if you want to post your Steam or email, I'd like to help you out

@Teutonic84
Copy link

@ssolidus here's my email: crazyotaku61@gmail.com thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@cyris69 @bmarwell @UNiXMIT @Teutonic84 @ssolidus @SpecklesShy and others