Re: [Qgis-user] Qgis 3.22.8 Error messages displayed in the GUI

2022-07-11 Thread Nyall Dawson via Qgis-user
On Mon, 11 Jul 2022 at 21:40, Piet via Qgis-user
 wrote:
>
> Dear List,
>
> I used a selfcompiled Qgis, build with 'Debug-Option' set in ccmake.
>
> Now there's a small red window in the main window which displayed 
> errors/warning.
>
> In my case "Qt: QXcbConnection: XCB error: 3 (BadWindow), sequence: 65154, 
> resource id: 11286601, major code: 40 (TranslateCoords), minor code: 0",
>
> which seems to be a known QT-Bug.
>
> Can I turn of this error window?

This particular one is now filtered out for 3.26+, as it's not
reflective of a bug in QGIS.

The others still remain, as they likely ARE indicative of something
which needs fixing in QGIS. If you encounter them, you should open
tickets for each so that the underlying cause can be identified.

Nyall

>
> Because it's upset me a bit and I can see the warnings in a console as well.
>
> Thank you for any hint!
>
> Kind regards
>
> Piet
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qgis 3.22.8 Error messages displayed in the GUI

2022-07-11 Thread Patrick Dunford via Qgis-user
I filed a bug report for this some time ago and was told it was not a 
bug in the software.


On 11/07/22 23:39, Piet via Qgis-user wrote:


Dear List,

I used a selfcompiled Qgis, build with 'Debug-Option' set in ccmake.

Now there's a small red window in the main window which displayed 
errors/warning.


In my case "Qt: QXcbConnection: XCB error: 3 (BadWindow), sequence: 
65154, resource id: 11286601, major code: 40 (TranslateCoords), minor 
code: 0",


which seems to be a known QT-Bug.

Can I turn of this error window?

Because it's upset me a bit and I can see the warnings in a console as 
well.


Thank you for any hint!

Kind regards

Piet


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info:https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qgis 3.22.8 Error messages displayed in the GUI

2022-07-11 Thread WhereGroup

In the past these have been mostly ignored I think, e.g.:

https://github.com/qgis/QGIS/issues/41154

https://github.com/qgis/QGIS/issues/46526

I too find them quite jarring as a non-core-developer nightly user and 
wish we could help identify the issues to get them fixed. Maybe they 
could include a mention of the code involved or something?


Cheers, Hannes

Am 11.07.22 um 15:10 schrieb Richard Duivenvoorde via Qgis-user:

Hi Piet,

Better to sent this to the dev list, I think...

If I'm correct, there was a time in history, where all Qt 
warnings/errors were hidden, thereby eventually hiding real issues.

Now, (only if you have a debug build), these are very, very visible :-)

You could propose (on the dev list) to create some option/flag for it?
Or else do a release build?

Mmm, looking into the code:
https://github.com/qgis/QGIS/blob/master/src/app/main.cpp#L435
telling:
"// also be super obnoxious -- we DON'T want to allow these errors to 
be ignored!!"


not sure if you succeed

:-)

Regards,

Richard Duivenvoorde


On 7/11/22 13:39, Piet via Qgis-user wrote:

Dear List,

I used a selfcompiled Qgis, build with 'Debug-Option' set in ccmake.

Now there's a small red window in the main window which displayed 
errors/warning.


In my case "Qt: QXcbConnection: XCB error: 3 (BadWindow), sequence: 
65154, resource id: 11286601, major code: 40 (TranslateCoords), minor 
code: 0",


which seems to be a known QT-Bug.

Can I turn of this error window?

Because it's upset me a bit and I can see the warnings in a console 
as well.


Thank you for any hint!

Kind regards

Piet


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


--
Johannes Kröger / GIS-Entwickler/-Berater

-
Schon gewusst?
In unserem Blog geben wir Tipps & Tricks zu Open-Source-GIS-Software
und berichten aus unserem Experten-Alltag:
https://wheregroup.com/blog/
-

WhereGroup GmbH
Grevenweg 89
20537 Hamburg
Germany

Tel: +49 (0)228 / 90 90 38 - 36
Fax: +49 (0)228 / 90 90 38 - 11

johannes.kroe...@wheregroup.com
www.wheregroup.com
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
---



OpenPGP_0x840A4B843789797F.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qgis 3.22.8 Error messages displayed in the GUI

2022-07-11 Thread Richard Duivenvoorde via Qgis-user

Hi Piet,

Better to sent this to the dev list, I think...

If I'm correct, there was a time in history, where all Qt warnings/errors were 
hidden, thereby eventually hiding real issues.
Now, (only if you have a debug build), these are very, very visible :-)

You could propose (on the dev list) to create some option/flag for it?
Or else do a release build?

Mmm, looking into the code:
https://github.com/qgis/QGIS/blob/master/src/app/main.cpp#L435
telling:
"// also be super obnoxious -- we DON'T want to allow these errors to be 
ignored!!"

not sure if you succeed

:-)

Regards,

Richard Duivenvoorde


On 7/11/22 13:39, Piet via Qgis-user wrote:

Dear List,

I used a selfcompiled Qgis, build with 'Debug-Option' set in ccmake.

Now there's a small red window in the main window which displayed 
errors/warning.

In my case "Qt: QXcbConnection: XCB error: 3 (BadWindow), sequence: 65154, resource 
id: 11286601, major code: 40 (TranslateCoords), minor code: 0",

which seems to be a known QT-Bug.

Can I turn of this error window?

Because it's upset me a bit and I can see the warnings in a console as well.

Thank you for any hint!

Kind regards

Piet


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Qgis 3.22.8 Error messages displayed in the GUI

2022-07-11 Thread Piet via Qgis-user

Dear List,

I used a selfcompiled Qgis, build with 'Debug-Option' set in ccmake.

Now there's a small red window in the main window which displayed 
errors/warning.


In my case "Qt: QXcbConnection: XCB error: 3 (BadWindow), sequence: 
65154, resource id: 11286601, major code: 40 (TranslateCoords), minor 
code: 0",


which seems to be a known QT-Bug.

Can I turn of this error window?

Because it's upset me a bit and I can see the warnings in a console as well.

Thank you for any hint!

Kind regards

Piet
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user