Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2023 14:34:00 +0100
From:      Holger Sebert <holger.sebert@mailbox.org>
To:        questions@freebsd.org
Subject:   Re: audio/strawberry: Could not load the Qt platform plugin "xcb"
Message-ID:  <66052481-1175-4aae-b27d-8403971d897d@mailbox.org>
In-Reply-To: <20231127130108.da0848f98edc3524e8e37587@3dresearch.com>
References:  <20231127130108.da0848f98edc3524e8e37587@3dresearch.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/27/23 19:01, Janos Dohanics wrote:
> Hello,
> 
> When I start audio/strawberry (strawberry-qt6-1.0.21_1) I get the
> following error:
> 
> $ strawberry --verbose
> 10:54:59.290 INFO  main:180                         Strawberry 1.0.21 Qt "6.6.0"
> 10:54:59.291 INFO  main:181                         "FreeBSD 14.0-RELEASE 14.0 - (freebsd 14.0-RELEASE) [x86_64]"
> 10:54:59.308 WARN  unknown                          could not connect to display
> 10:54:59.308 DEBUG unknown                          Could not load the Qt platform plugin "xcb" in "" even though it was found.
> 10:54:59.308 ERROR unknown                          This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
> 10:54:59.308 ERROR unknown
> 10:54:59.308 ERROR unknown                          Available platform plugins are: minimal, offscreen, vkkhrdisplay, vnc, xcb.
> 10:54:59.308 ERROR unknown
> Abort trap (core dumped)
> 
> Google offers various advice for people using Linux or Windows; would
> you please advise what's the correct fix here?
> 

Try

$ export QT_DEBUG_PLUGINS=1
$ strawberry --verbose

You should receive more details about what is going wrong.

Best,
Holger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66052481-1175-4aae-b27d-8403971d897d>