Cadence fails to start

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
slackhead
Posts: 2
Joined: Thu May 01, 2014 5:48 am

Cadence fails to start

Post by slackhead »

I'm not sure if this is the correct forum for this, so feel free to move the topic.

Basically, Cadence will not start. It looks like the fix is straightforward according to this page:
http://stackoverflow.com/questions/3101 ... e-qvariant
but I'm not a python programmer so haven't a clue how to get it working. Here is the error:

Code: Select all

> dbus-launch cadence
Using Tray Engine 'Qt'
Traceback (most recent call last):
  File "/usr/share/cadence/src/cadence.py", line 2319, in <module>
    gui = CadenceMainW()
  File "/usr/share/cadence/src/cadence.py", line 751, in __init__
    self.loadSettings(True)
  File "/usr/share/cadence/src/cadence.py", line 2257, in loadSettings
    self.restoreGeometry(self.settings.value("Geometry", ""))
TypeError: QWidget.restoreGeometry(QByteArray): argument 1 has unexpected type 'QVariant'
Any help greatly appreciated!
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: Cadence fails to start

Post by rghvdberg »

I suggest reporting the bug here:
https://github.com/falkTX/Cadence/issues
slackhead
Posts: 2
Joined: Thu May 01, 2014 5:48 am

Re: Cadence fails to start

Post by slackhead »

Ach
Post Reply