Comment 32 for bug 1989203

Revision history for this message
Aaron Rainbolt (arraybolt3) wrote (last edit ):

Alright, so I messed something up apparently (probably some more backporting needs done). The app randomly crashed during verification, with a similar looking error, and trying to open the Manuskript project I had initially created in the process immediately crashed again with the below stacktrace (typed by hand, sorry if there's errors):

CRITICAL> An unhandled exception has occurred!
Traceback (most recent call last):
  File "/usr/share/manuskript/manuskript/ui/welcome.py", line 165, in openFile
    self.mw.loadProject(filename)
  File "/usr/share/manuskript/manuskript/mainWindow.py", line 605, in loadProject
    self.loadDatas(projects)
  File "/usr/share/manuskript/manuskript/mainWindow.py", line 896, in loadDatas
    F.statusMessage(
  File "/usr/share/manuskript/manuskript/functions/__init__.py", line 412, in statusMessage
    g.setLeft(s)
TypeError: setLeft(self, int): argument 1 has unexpected type 'float'

Sigh. This is gonna be harder than I thought.