kabikaboo team mailing list archive
-
kabikaboo team
-
Mailing list archive
-
Message #00026
[Bug 502147] Re: app gives error msg and fails to start (Win ver.)
Testing aidave's theory turned out to be correct: the problem is that
Kabikaboo is attempting to auto-load a file that does not exist--e.g., a
document was created in Kabikaboo, Kabikaboo was closed, and then the
document was moved/deleted. When Kabikaboo starts again, it attempts to
autoload.
Temporary fix is to set "autoopen" in C:\Documents and Settings\Your
Name\.kabikaboo\settings.txt to False
** Changed in: kabikaboo
Importance: Undecided => High
** Changed in: kabikaboo
Status: New => Confirmed
** Changed in: kabikaboo
Milestone: None => 1.8
--
app gives error msg and fails to start (Win ver.)
https://bugs.launchpad.net/bugs/502147
You received this bug notification because you are a member of Kabikaboo
Team, which is subscribed to Kabikaboo.
Status in Kabikaboo: Confirmed
Bug description:
Maybe same error as #414550.
I'm getting an error message every time I try to run the program now. It worked fine the first time I installed it (used the setup.exe installer), but then I turned off my computer and went to bed, and when I started it up today I get an error message saying to check a logfile, which I did. Of course, I don't know what it's telling me. I installed the c++ package the readme file talks about, though I don' think that's it since it started fine the first time I installed it. Any ideas?
Here's what the logfile said:
Traceback (most recent call last):
File "kabikaboo.py", line 3183, in <module>
File "kabikaboo.py", line 64, in initializeinterface
File "kabikaboo.py", line 1250, in openfileonstartup
File "file.pyc", line 96, in open
File "file.pyc", line 105, in loadlastsaved
File "file.pyc", line 287, in loadfromfile_pickle
UnboundLocalError: local variable 'document' referenced before assignment
References