walrus512 / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

GW doesn't start #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Don't know, but I think recent Windows 7 security updates are responisble. Such 
as: KB2532531, KB2507938, KB2555917.

What is the expected output? What do you see instead?
At least GW starts, but I see the notification "See the logfile '...' for 
details" instead. That's it.

What version of the product are you using? On what operating system?
Windows 7 32-Bit with latest updates.

Please provide any additional information below.
Logfile for 0.345 looks like this:
Traceback (most recent call last):
  File "gw.py", line 3519, in <module>
  File "wx\_core.pyo", line 7978, in __init__

  File "wx\_core.pyo", line 7552, in _BootstrapApp

  File "gw.py", line 203, in OnInit
  File "gw.py", line 689, in __init__
NameError: global name 'Excpetion' is not defined

Logfile for 0.344 looks like this:
Traceback (most recent call last):
  File "gw.py", line 3472, in <module>
  File "wx\_core.pyo", line 7978, in __init__

  File "wx\_core.pyo", line 7552, in _BootstrapApp

  File "gw.py", line 203, in OnInit
  File "gw.py", line 680, in __init__
  File "main_windows\options_window.pyo", line 62, in LoadOptions

KeyError: 'last_password'

Both happen in from the installer version as well as portable version.

Original issue reported on code.google.com by jombu...@gmail.com on 13 Jul 2011 at 11:43

GoogleCodeExporter commented 9 years ago
I'm assuming that your last.fm password didn't get saved or has funky 
characters in it.
see:
http://groove-walrus.turnip-town.net/dru/node/174#comment-318

I'll try and fix this in the next release.

Original comment by 11y3y3y3...@gmail.com on 13 Jul 2011 at 2:53

GoogleCodeExporter commented 9 years ago
Thank you! Deleting settings.xml resolved the problem. I'm looking forward to 
the next release. Great Software!

Original comment by jombu...@gmail.com on 13 Jul 2011 at 6:40