Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750380 - media-sound/teamspeak-client-3.5.3 crashes due to incompatible Qt library
Summary: media-sound/teamspeak-client-3.5.3 crashes due to incompatible Qt library
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-20 08:12 UTC by haarp
Modified: 2020-10-20 11:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description haarp 2020-10-20 08:12:25 UTC
Hello,

The Teamspeak3 3.5.3 client crashes shortly after connecting to a server or when trying to open the Options dialog. Upstream has no newer release of TS3.

QMetaObject::connectSlotsByName: No matching signal for on_queued_open_dialog()
QMetaObject::connectSlotsByName: No matching signal for on_account_created(QString,QString)
2020-10-20 07:56:17.139264|INFO    |              |   |tried to request user integration info without valid session
QLayout: Attempting to add QLayout "" to ProfileManager "", which already has a layout
QLayout: Attempting to add QLayout "" to ProfileManager "", which already has a layout
QLayout: Attempting to add QLayout "" to ProfileManager "", which already has a layout
Cannot mix incompatible Qt library (version 0x50e01) with this library (version 0x50e02)

This is with the currently stable Qt5, e.g. dev-qt/qtcore-5.14.2, dev-qt/qtwebengine-5.14.2, etc.
Comment 1 josef.95 2020-10-20 08:33:28 UTC
(In reply to haarp from comment #0)
 
> This is with the currently stable Qt5, e.g. dev-qt/qtcore-5.14.2,
> dev-qt/qtwebengine-5.14.2, etc.

Hello,
Qt 5.14.2 is already gone, and from main tree removed. Current stable Qt Version in main tree is 5.15.1
Please try it after updating Qt (emerge --sync and a @world update).
Comment 2 haarp 2020-10-20 09:14:27 UTC
> Qt 5.14.2 is already gone, and from main tree removed. Current stable Qt Version in main tree is 5.15.1

Oh hell, you're right, thanks! My tree only updates partially due to local changes. git is a mysterious beast indeed... I wish you could tell portage to jsut nuke local changes on sync.

Anyway, works with newer Qt. Closing.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-20 09:15:05 UTC
(In reply to haarp from comment #2)
> > Qt 5.14.2 is already gone, and from main tree removed. Current stable Qt Version in main tree is 5.15.1
> 
> Oh hell, you're right, thanks! My tree only updates partially due to local
> changes. git is a mysterious beast indeed... I wish you could tell portage
> to jsut nuke local changes on sync.
> 
> Anyway, works with newer Qt. Closing.

It sounds like you should be making those changes in a local overlay instead...?
Comment 4 haarp 2020-10-20 09:23:52 UTC
> It sounds like you should be making those changes in a local overlay instead...?

You're correct. I do for permanent changes. But I dont bother with temporary things, and those get sometimes forgotten about :) Oops.
Comment 5 Conrad Kostecki gentoo-dev 2020-10-20 11:43:22 UTC
Thanks guys!