kabikaboo team mailing list archive
-
kabikaboo team
-
Mailing list archive
-
Message #00113
[Bug 773448] Re: kabikaboo doesnt open
*** This bug is a duplicate of bug 502147 ***
https://bugs.launchpad.net/bugs/502147
This is a problem if the last opened file is missing/corrupt.
Try deleting your Kabikaboo "settings" file, usually located in
~/.kabikaboo, then open again.
cheers
** This bug has been marked a duplicate of bug 502147
v1.7 - Deleting LastFile with AutoOpen=true causes crash on startup
* You can subscribe to bug 502147 by following this link: https://bugs.launchpad.net/kabikaboo/+bug/502147/+subscribe
** Changed in: kabikaboo
Status: New => Fix Committed
--
You received this bug notification because you are a member of Kabikaboo
Team, which is subscribed to Kabikaboo.
https://bugs.launchpad.net/bugs/773448
Title:
kabikaboo doesnt open
Status in Kabikaboo:
Fix Committed
Bug description:
Improper shutdown detected...
Traceback (most recent call last):
File "/usr/local/share/kabikaboo-1.7/src/kabikaboo.py", line 3176, in <module>
editor.initialize_interface()
File "/usr/local/share/kabikaboo-1.7/src/kabikaboo.py", line 65, in initialize_interface
self.open_file_on_startup()
File "/usr/local/share/kabikaboo-1.7/src/kabikaboo.py", line 1203, in open_file_on_startup
file_opened, opened_document = self.file.open(self.document)
File "/usr/local/share/kabikaboo-1.7/src/file.py", line 97, in open
return self.load_last_saved()
File "/usr/local/share/kabikaboo-1.7/src/file.py", line 106, in load_last_saved
return self.load_from_file_pickle(self.working_file)
File "/usr/local/share/kabikaboo-1.7/src/file.py", line 193, in load_from_file_pickle
document
UnboundLocalError: local variable 'document' referenced before assignment
need to assign some value to document in file.py, in the function
load_from_file_pickle, line 192
thanks for ur soft! bloup!
References