kabikaboo team mailing list archive
-
kabikaboo team
-
Mailing list archive
-
Message #00034
[Bug 502147] Re: v1.7 - Deleting LastFile with AutoOpen=true causes crash on startup
Thanks Cody, the patch looks good.
I can't help but wonder if this bug had a deeper source.
I think the "self.file.open(self.document)" should have dealt with the file not existing...
Nonetheless it is fixed, thanks.
--
v1.7 - Deleting LastFile with AutoOpen=true causes crash on startup
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: Fix Released
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