Topic: Le chargement des parametres d'un element a echoue

Bonjour j

'ai un vieux fichier problem.qet (en attachement) qui avait déjà des erreurs précédemment avec qelectrotech 0.6 en Ubuntu 18.04
Après une mise à jour en Ubuntu 20.04 et la suppression de mon dossier ~/.qet/
J'ai beaucoup d'erreur  tel que extrait  ci-dessous

Est ce que j'ai un moyen d'identifier les lignes où ça plante ?
Quelle modif est-ce que je peux faire dans le fichier pour que qelectrotech prenne correctement en compte ces entrées ?

---
Michel

$qelectrotech -v
0.80-DEV+6bece6fa8d79751d3

$qelectrotech problem.qet 
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
Diagram::fromXml() : terminal id  166  not found
Diagram::fromXml() : terminal id  176  not found
Diagram::fromXml() : terminal id  164  not found
Diagram::fromXml() : terminal id  168  not found
Diagram::fromXml() : terminal id  170  not found
Diagram::fromXml() : terminal id  174  not found
Diagram::fromXml() : terminal id  239  not found
Diagram::fromXml() : Le chargement des parametres d'un element a echoue
...

Post's attachments

Attachment icon problem.qet 726.47 kb, 149 downloads since 2020-08-02 

2 (edited by De-Backer 2020-08-02 22:23:10)

Re: Le chargement des parametres d'un element a echoue

@ 2959

<terminal number="_" name="_" nameHidden="0" orientation="3" id="166" x="-6" y="0"/>

element

embed://import/30_hydraulic/45_valves/vanne_man_1.elmt
Diagram::fromXml() : Le chargement des parametres d'un element a echoue

/sources/diagram.cpp @ 1335

addItem(nvel_elmt);
        //Loading fail, remove item from the diagram
        if (!nvel_elmt->fromXml(element_xml,
                    table_adr_id,
                    handle_inputs_rotation))
        {
            removeItem(nvel_elmt);
            delete nvel_elmt;
            qDebug() << "Diagram::fromXml() : Le chargement des "
                    "parametres d'un element a echoue";
        } else {
            added_elements << nvel_elmt;
        }
Diagram::fromXml() : terminal id  166  not found

/sources/diagram.cpp  @ 1133

else {
        // Backward compatibility.
        // Until version 0.7 a generated id is used to link the terminal.
        int id_p1 = f.attribute(terminal_index).toInt();
        if (!table_adr_id.contains(id_p1)) {
            qDebug() << "Diagram::fromXml() : terminal id "
                 << id_p1
                 << " not found";
        } else
            return table_adr_id.value(id_p1);
    }

(Google Translate)
Je n'ai pas les mêmes erreurs que toi, mais ça peut être moi.

Re: Le chargement des parametres d'un element a echoue

$qelectrotech -v
0.80-DEV
$ qelectrotech problem.qet 
QETProject::toXml() : exporting diagram "Tableau electrique entrée" [ Diagram(0x2f1d430) ]
QETProject::toXml() : exporting diagram "Pompes piscine" [ Diagram(0x4352a00) ]
QETProject::toXml() : exporting diagram "Tubes en provenance de la piscine" [ Diagram(0x4679a50) ]
QETProject::toXml() : exporting diagram "Douve et pompe arrosage" [ Diagram(0x4599350) ]
QETProject::toXml() : exporting diagram "Cablages Douve et Pompe Salmson" [ Diagram(0x4884640) ]
QETProject::toXml() : exporting diagram "Tubes eau + chauffage, bas escalier cave et Ballon d'eau chaude dans cave-1" [ Diagram(0x4594aa0) ]

Il semble que j'ai une version différente (version QT).

qtdiag
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
Qt 5.15.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.1.1 20200625 [revision c91e43e9363bd119a695d64505f96539fa451bf2]) on "xcb" 
OS: openSUSE Tumbleweed [linux version 5.7.11-1-default]

Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2

Environment:
  QEMU_AUDIO_DRV="pa"
  QT_AUTO_SCREEN_SCALE_FACTOR="0"
  QT_IM_MODULE="xim"
  QT_IM_SWITCHER="imsw-multi"
  QT_SCREEN_SCALE_FACTORS="DisplayPort-0=1.5;DisplayPort-1=1.5;DisplayPort-2=1.5;HDMI-A-0=1.5;"

Features: QT_NO_EXCEPTIONS

Library info:
  PrefixPath: /usr
  DocumentationPath: /usr/share/doc/packages/qt5
  HeadersPath: /usr/include/qt5
  LibrariesPath: /usr/lib64
  LibraryExecutablesPath: /usr/lib64/qt5/libexec
  BinariesPath: /usr/lib64/qt5/bin
  PluginsPath: /usr/lib64/qt5/plugins
  ImportsPath: /usr/lib64/qt5/imports
  Qml2ImportsPath: /usr/lib64/qt5/qml
  ArchDataPath: /usr/lib64/qt5
  DataPath: /usr/share/qt5
  TranslationsPath: /usr/share/qt5/translations
  ExamplesPath: /usr/lib64/qt5/examples
  TestsPath: /usr/tests
  SettingsPath: /etc/xdg

Platform capabilities: ThreadedPixmaps OpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition

Style hints:
  mouseDoubleClickInterval: 400
  mousePressAndHoldInterval: 800
  startDragDistance: 10
  startDragTime: 500
  startDragVelocity: 0
  keyboardInputInterval: 400
  keyboardAutoRepeatRate: 30
  cursorFlashTime: 1000
  showIsFullScreen: 0
  showIsMaximized: 0
  passwordMaskDelay: 0
  passwordMaskCharacter: U+25CF
  fontSmoothingGamma: 1.7
  useRtlExtensions: 0
  setFocusOnTouchRelease: 0
  tabFocusBehavior: Qt::TabFocusAllControls 
  singleClickActivation: 1

Additional style hints (QPlatformIntegration):
  ReplayMousePressOutsidePopup: 0

Theme:
  Platforms requested : kde,generic
            available : kde,gtk2,gtk3
  Styles requested    : Breeze,breeze,oxygen,fusion,windows
         available    : Breeze,bb10dark,bb10bright,cleanlooks,gtk2,cde,motif,plastique,Windows,Fusion
  Icon theme          : breeze, hicolor from .local/share/icons,/usr/local/share/icons,/usr/share/icons
  System font         : "Noto Sans" 7

Fonts:
  General font : "Noto Sans" 7
  Fixed font   : "Hack" 7
  Title font   : "Noto Sans" 7
  Smallest font: "Noto Sans" 7

Palette:
  QPalette::WindowText: #ff232627
  QPalette::Button: #ffeff0f1
  QPalette::Light: #ffffffff
  QPalette::Midlight: #fff7f7f8
  QPalette::Dark: #ff888e93
  QPalette::Mid: #ffc4c9cd
  QPalette::Text: #ff232627
  QPalette::BrightText: #ffffffff
  QPalette::ButtonText: #ff232627
  QPalette::Base: #fffcfcfc
  QPalette::Window: #ffeff0f1
  QPalette::Shadow: #ff474a4c
  QPalette::Highlight: #ff3daee9
  QPalette::HighlightedText: #fffcfcfc
  QPalette::Link: #ff2980b9
  QPalette::LinkVisited: #ff7f8c8d
  QPalette::AlternateBase: #ffeff0f1
  QPalette::NoRole: #ff000000
  QPalette::ToolTipBase: #ff232627
  QPalette::ToolTipText: #fffcfcfc
  QPalette::PlaceholderText: #80232627

Screens: 2, High DPI scaling: active
# 0 "DisplayPort-0" Depth: 24 Primary: yes
  Manufacturer: Acer Technologies
  Model: Acer KG281K-
  Serial number: 2418025368
  Geometry: 2560x1440+1920+0 (native: 3840x2160+1920+0) Available: 2560x1440+1920+0
  Virtual geometry: 4480x1440+0+0 Available: 4480x1440+0+0
  2 virtual siblings
  Physical size: 621x341 mm  Refresh: 59.9966 Hz Power state: 0
  Physical DPI: 104.709,107.261 Logical DPI: 96,96 (native: 144,144) Subpixel_None
  High DPI scaling factor: 1.5 DevicePixelRatio: 1.5 Pixel density: 1
  Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

# 1 "HDMI-A-0" Depth: 24 Primary: no
  Manufacturer: LG Electronics
  Model: W2261-
  Serial number: 401292
  Geometry: 1280x720+0+0 (native: 1920x1080+0+0) Available: 1280x720+0+0
  Virtual geometry: 4480x1440+0+0 Available: 4480x1440+0+0
  2 virtual siblings
  Physical size: 477x268 mm  Refresh: 60 Hz Power state: 0
  Physical DPI: 68.1593,68.2388 Logical DPI: 96,96 (native: 144,144) Subpixel_None
  High DPI scaling factor: 1.5 DevicePixelRatio: 1.5 Pixel density: 1
  Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

LibGL Vendor: X.Org
Renderer: AMD Radeon RX 5700 XT (NAVI10, DRM 3.37.0, 5.7.11-1-default, LLVM 10.0.0)
Version: 4.6 (Compatibility Profile) Mesa 20.1.4
Shading language: 4.60
Format: Version: 4.6 Profile: 2 Swap behavior: 0 Buffer size (RGB): 8,8,8
Profile: None (QOpenGLFunctions_4_6)

Vulkan instance available
Supported instance extensions:
  VK_KHR_device_group_creation, version 1
  VK_KHR_external_fence_capabilities, version 1
  VK_KHR_external_memory_capabilities, version 1
  VK_KHR_external_semaphore_capabilities, version 1
  VK_KHR_get_display_properties2, version 1
  VK_KHR_get_physical_device_properties2, version 1
  VK_KHR_get_surface_capabilities2, version 1
  VK_KHR_surface, version 25
  VK_KHR_surface_protected_capabilities, version 1
  VK_KHR_wayland_surface, version 6
  VK_KHR_xcb_surface, version 6
  VK_KHR_xlib_surface, version 6
  VK_KHR_display, version 23
  VK_EXT_direct_mode_display, version 1
  VK_EXT_acquire_xlib_display, version 1
  VK_EXT_display_surface_counter, version 1
  VK_EXT_debug_report, version 9
  VK_EXT_debug_utils, version 2
Supported layers:
  VK_LAYER_VALVE_steam_overlay_32, version 1, spec version 1.1.73, Steam Overlay Layer
  VK_LAYER_VALVE_steam_overlay_64, version 1, spec version 1.1.73, Steam Overlay Layer
  VK_LAYER_VALVE_steam_fossilize_32, version 1, spec version 1.1.73, Steam Pipeline Caching Layer
  VK_LAYER_VALVE_steam_fossilize_64, version 1, spec version 1.1.73, Steam Pipeline Caching Layer
Available physical devices:
  API version 1.2.131, vendor 0x1002, device 0x731F, AMD RADV NAVI10 (LLVM 10.0.0), type 2, driver version 20.1.4

Qt Rendering Hardware Interface supported backends:
OpenGL (with default QSurfaceFormat):
  Min Texture Size: 1
  Max Texture Size: 16384
  Max Color Attachments: 8
  Frames in Flight: 1
  Uniform Buffer Alignment: 1
  Supported MSAA sample counts: 1,2,4,8
  Features:
    - MultisampleTexture
    v MultisampleRenderBuffer
    - DebugMarkers
    - Timestamps
    v Instancing
    - CustomInstanceStepRate
    v PrimitiveRestart
    v NonDynamicUniformBuffers
    v NonFourAlignedEffectiveIndexBufferOffset
    v NPOTTextureRepeat
    - RedOrAlpha8IsRed
    v ElementIndexUint
    v Compute
    v WideLines
    v VertexShaderPointSize
    v BaseVertex
    - BaseInstance
    v TriangleFanTopology
    v ReadBackNonUniformBuffer
    v ReadBackNonBaseMipLevel
  Texture formats: RGBA8 BGRA8 R8 R16 RED_OR_ALPHA8 RGBA16F RGBA32F R16F R32F D16 D32F BC1 BC3 BC5 ETC2_RGB8 ETC2_RGB8A1 ETC2_RGBA8
Vulkan:
  Min Texture Size: 1
  Max Texture Size: 16384
  Max Color Attachments: 8
  Frames in Flight: 2
  Uniform Buffer Alignment: 4
  Supported MSAA sample counts: 1,2,4,8
  Features:
    v MultisampleTexture
    v MultisampleRenderBuffer
    - DebugMarkers
    v Timestamps
    v Instancing
    - CustomInstanceStepRate
    v PrimitiveRestart
    v NonDynamicUniformBuffers
    v NonFourAlignedEffectiveIndexBufferOffset
    v NPOTTextureRepeat
    v RedOrAlpha8IsRed
    v ElementIndexUint
    v Compute
    v WideLines
    v VertexShaderPointSize
    v BaseVertex
    v BaseInstance
    v TriangleFanTopology
    v ReadBackNonUniformBuffer
    v ReadBackNonBaseMipLevel
  Texture formats: RGBA8 BGRA8 R8 R16 RED_OR_ALPHA8 RGBA16F RGBA32F R16F R32F D16 D32F BC1 BC2 BC3 BC4 BC5 BC6H BC7

pouvez-vous le confirmer?

Re: Le chargement des parametres d'un element a echoue

 qelectrotech -v
0.80-DEV+dd257c48dd79751d3
[23:40:59] laurent@debian:/media/backup6/download$ qelectrotech problem.qet 
[23:41:29] laurent@debian:/media/backup6/download$ 

Pas d'erreur ici ..

[23:41:29] laurent@debian:/media/backup6/download$ qtdiag 
Qt 5.12.5 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) on "xcb" 
OS: Debian GNU/Linux bullseye/sid [linux version 5.7.12-vanilla]

Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2

Environment:
  QT_ACCESSIBILITY="1"
  QT_AUTO_SCREEN_SCALE_FACTOR="0"
  QT_SCREEN_SCALE_FACTORS="DisplayPort-0=1.3;HDMI-A-0=1.3;DVI-D-0=1.3;"
  QUILT_PATCHES="debian/patches"
  QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"

Features: QT_NO_EXCEPTIONS

Library info:
  PrefixPath: /usr
  DocumentationPath: /usr/share/qt5/doc
  HeadersPath: /usr/include/x86_64-linux-gnu/qt5
  LibrariesPath: /usr/lib/x86_64-linux-gnu
  LibraryExecutablesPath: /usr/lib/x86_64-linux-gnu/qt5/libexec
  BinariesPath: /usr/lib/qt5/bin
  PluginsPath: /usr/lib/x86_64-linux-gnu/qt5/plugins
  ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/imports
  Qml2ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/qml
  ArchDataPath: /usr/lib/x86_64-linux-gnu/qt5
  DataPath: /usr/share/qt5
  TranslationsPath: /usr/share/qt5/translations
  ExamplesPath: /usr/lib/x86_64-linux-gnu/qt5/examples
  TestsPath: /usr/tests
  SettingsPath: /etc/xdg


File selectors (increasing order of precedence):
  fr_FR unix linux debian

Network:
  Using "OpenSSL 1.1.1g  21 Apr 2020", version: 0x1010107f

Platform capabilities: ThreadedPixmaps OpenGL ThreadedOpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition



Additional style hints (QPlatformIntegration):
  ReplayMousePressOutsidePopup: 0

Theme:
  Platforms requested : kde,generic
            available : kde,gtk2,gtk3
  Styles requested    : Breeze,breeze,oxygen,fusion,windows
         available    : Breeze,cleanlooks,gtk2,cde,motif,plastique,Oxygen,Windows,Fusion
  Icon theme          : breeze, hicolor from /home/laurent/.local/share/icons,/usr/share/icons,/usr/local/share/icons
  System font         : "Noto Sans" 10

Fonts:
  General font : "Noto Sans" 10
  Fixed font   : "Hack" 9
  Title font   : "Noto Sans" 10
  Smallest font: "Noto Sans" 9

Palette:
  QPalette::WindowText: #ff232627
  QPalette::Button: #ffeff0f1
  QPalette::Light: #ffffffff
  QPalette::Midlight: #fff5f5f6
  QPalette::Dark: #ff959ba1
  QPalette::Mid: #ffc9cdd1
  QPalette::Text: #ff232627
  QPalette::BrightText: #ffffffff
  QPalette::ButtonText: #ff232627
  QPalette::Base: #fffcfcfc
  QPalette::Window: #ffeff0f1
  QPalette::Shadow: #ff4e5154
  QPalette::Highlight: #ff3daee9
  QPalette::HighlightedText: #fffcfcfc
  QPalette::Link: #ff2980b9
  QPalette::LinkVisited: #ff7f8c8d
  QPalette::AlternateBase: #ffeff0f1
  QPalette::NoRole: #ff000000
  QPalette::ToolTipBase: #ff232627
  QPalette::ToolTipText: #fffcfcfc
  QPalette::PlaceholderText: #80232627

Screens: 2, High DPI scaling: active
# 0 "DisplayPort-0" Depth: 24 Primary: yes
  Manufacturer: LG Electronics
  Model: LG Ultra HD-
  
  Geometry: 2954x1662+0+0 (native: 3840x2160+0+0) Available: 2954x1662+0+0
  Virtual geometry: 5316x1662+0+0 Available: 5316x1662+0+0
  2 virtual siblings
  Physical size: 600x340 mm  Refresh: 59 Hz Power state: 0
  Physical DPI: 125.053,124.161 Logical DPI: 96.1538,96.1538 (native: 125,125) Subpixel_None
  High DPI scaling factor: 1.3 DevicePixelRatio: 1.3 Pixel density: 1
  Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

# 1 "HDMI-A-0" Depth: 24 Primary: no
  Manufacturer: Philips Consumer Electronics Company
  Model: PHL 273V5-
 
  Geometry: 1477x831+3839+0 (native: 1920x1080+3839+0) Available: 1477x831+3839+0
  Virtual geometry: 5316x1662+0+0 Available: 5316x1662+0+0
  2 virtual siblings
  Physical size: 598x336 mm  Refresh: 60 Hz Power state: 0
  Physical DPI: 62.7355,62.8196 Logical DPI: 96.1538,96.1538 (native: 125,125) Subpixel_None
  High DPI scaling factor: 1.3 DevicePixelRatio: 1.3 Pixel density: 1
  Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

LibGL Vendor: X.Org
Renderer: Radeon RX550/550 Series (POLARIS12, DRM 3.37.0, 5.7.12-vanilla, LLVM 10.0.1)
Version: 4.6 (Compatibility Profile) Mesa 20.1.4
Shading language: 4.60
Format: Version: 4.6 Profile: 2 Swap behavior: 0 Buffer size (RGB): 8,8,8
Profile: None (QOpenGLFunctions_4_6)


Vulkan instance available
Supported instance extensions:
  VK_KHR_device_group_creation, version 1
  VK_KHR_external_fence_capabilities, version 1
  VK_KHR_external_memory_capabilities, version 1
  VK_KHR_external_semaphore_capabilities, version 1
  VK_KHR_get_display_properties2, version 1
  VK_KHR_get_physical_device_properties2, version 1
  VK_KHR_get_surface_capabilities2, version 1
  VK_KHR_surface, version 25
  VK_KHR_surface_protected_capabilities, version 1
  VK_KHR_wayland_surface, version 6
  VK_KHR_xcb_surface, version 6
  VK_KHR_xlib_surface, version 6
  VK_KHR_display, version 23
  VK_EXT_direct_mode_display, version 1
  VK_EXT_acquire_xlib_display, version 1
  VK_EXT_display_surface_counter, version 1
  VK_EXT_debug_report, version 9
  VK_EXT_debug_utils, version 2
Supported layers:
  VK_LAYER_MESA_device_select, version 1, spec version 1.1.73, Linux device selection layer
  VK_LAYER_MESA_overlay, version 1, spec version 1.1.73, Mesa Overlay layer
Available physical devices:
  API version 1.2.131, vendor 0x1002, device 0x699F, AMD RADV POLARIS12 (LLVM 10.0.1), type 2, driver version 20.1.4

Post's attachments

Attachment icon problem.qet 726.47 kb, 146 downloads since 2020-08-04 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Le chargement des parametres d'un element a echoue

Pas d'erreur ici ..

ordinateur portable de 2009


Ubuntu 20.04 LTS (Focal Fossa)

QET : 0.80.r.6442-2ub

test@test-HP:~/Downloads/QET/UBUNTU$ qelectrotech -v
0.80-DEV+dd257c48dd79751d3

test@test-HP:~/Downloads/QET/UBUNTU$ qelectrotech problem.qet
QETProject::toXml() : exporting diagram "Tableau electrique entrée" [ Diagram(0x55eaae2d7000) ]
QETProject::toXml() : exporting diagram "Pompes piscine" [ Diagram(0x55eaafa9e760) ]
QETProject::toXml() : exporting diagram "Tubes en provenance de la piscine" [ Diagram(0x55eaafe4c9a0) ]
QETProject::toXml() : exporting diagram "Douve et pompe arrosage" [ Diagram(0x55eaafdfc050) ]
QETProject::toXml() : exporting diagram "Cablages Douve et Pompe Salmson" [ Diagram(0x55eab0250630) ]
QETProject::toXml() : exporting diagram "Tubes eau + chauffage, bas escalier cave et Ballon d'eau chaude dans cave-1" [ Diagram(0x55eab0216ee0) ]
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1450, resource id: 12659548, major code: 40 (TranslateCoords), minor code: 0
test@test-HP:~/Downloads/QET/UBUNTU$

Erik

I am an industrial developer technician and born in 1960

Re: Le chargement des parametres d'un element a echoue

xcb erreur

ordinateur portable de 2009

Xubuntu 20.04 LTS (Focal Fossa)

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1450, resource id: 12659548, major code: 40 (TranslateCoords), minor code: 0
test@test-HP:~/Downloads/QET/UBUNTU$


Erik

I am an industrial developer technician and born in 1960

Re: Le chargement des parametres d'un element a echoue

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:        20.04
Codename:       focal
qelectrotech -v
0.80-DEV+dd257c48dd79751d3
laurent@laurent-HP-EliteBook-850-G5:~/Téléchargements$ qelectrotech problem.qet 
QETProject::toXml() : exporting diagram "Tableau electrique entrée" [ Diagram(0x55a20338e1d0) ]
QETProject::toXml() : exporting diagram "Pompes piscine" [ Diagram(0x55a2043c0ef0) ]
QETProject::toXml() : exporting diagram "Tubes en provenance de la piscine" [ Diagram(0x55a2045d5e10) ]
QETProject::toXml() : exporting diagram "Douve et pompe arrosage" [ Diagram(0x55a202f768d0) ]
QETProject::toXml() : exporting diagram "Cablages Douve et Pompe Salmson" [ Diagram(0x55a202cd6b40) ]
QETProject::toXml() : exporting diagram "Tubes eau + chauffage, bas escalier cave et Ballon d'eau chaude dans cave-1" [ Diagram(0x55a202c7ff50) ]
laurent@laurent-HP-EliteBook-850-G5:~/Téléchargements$ 

qtdiag 
Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 9.3.0) on "xcb" 
OS: Ubuntu 20.04 LTS [linux version 5.4.0-29-generic]

Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2

Environment:
  QT_ACCESSIBILITY="1"
  QT_AUTO_SCREEN_SCALE_FACTOR="0"
  QT_SCREEN_SCALE_FACTORS="eDP-1=2;DP-1=2;HDMI-1=2;DP-2=2;HDMI-2=2;"

Features: QT_NO_EXCEPTIONS

Library info:
  PrefixPath: /usr
  DocumentationPath: /usr/share/qt5/doc
  HeadersPath: /usr/include/x86_64-linux-gnu/qt5
  LibrariesPath: /usr/lib/x86_64-linux-gnu
  LibraryExecutablesPath: /usr/lib/x86_64-linux-gnu/qt5/libexec
  BinariesPath: /usr/lib/qt5/bin
  PluginsPath: /usr/lib/x86_64-linux-gnu/qt5/plugins
  ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/imports
  Qml2ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/qml
  ArchDataPath: /usr/lib/x86_64-linux-gnu/qt5
  DataPath: /usr/share/qt5
  TranslationsPath: /usr/share/qt5/translations
  ExamplesPath: /usr/lib/x86_64-linux-gnu/qt5/examples
  TestsPath: /usr/tests
  SettingsPath: /etc/xdg

File selectors (increasing order of precedence):
  fr_FR unix linux ubuntu

Network:
  Using "OpenSSL 1.1.1f  31 Mar 2020", version: 0x1010106f

Platform capabilities: ThreadedPixmaps OpenGL ThreadedOpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition

Style hints:
  mouseDoubleClickInterval: 400
  mousePressAndHoldInterval: 800
  startDragDistance: 10
  startDragTime: 500
  startDragVelocity: 0
  keyboardInputInterval: 400
  keyboardAutoRepeatRate: 30
  cursorFlashTime: 1000
  showIsFullScreen: 0
  showIsMaximized: 0
  passwordMaskDelay: 0
  passwordMaskCharacter: U+25CF
  fontSmoothingGamma: 1.7
  useRtlExtensions: 0
  setFocusOnTouchRelease: 0
  tabFocusBehavior: Qt::TabFocusAllControls 
  singleClickActivation: 1

Additional style hints (QPlatformIntegration):
  ReplayMousePressOutsidePopup: 0

Theme:
  Platforms requested : kde,generic
            available : kde,gtk3
  Styles requested    : Breeze,breeze,oxygen,fusion,windows
         available    : Breeze,Oxygen,Windows,Fusion
  Icon theme          : breeze, hicolor from /home/laurent/.local/share/icons,/var/lib/flatpak/exports/share/icons,/usr/share/icons,/var/lib/snapd/desktop/icons
  System font         : "Noto Sans" 10

Fonts:
  General font : "Noto Sans" 10
  Fixed font   : "Hack" 9
  Title font   : "Noto Sans" 10
  Smallest font: "Noto Sans" 8

Palette:
  QPalette::WindowText: #ff232627
  QPalette::Button: #ffeff0f1
  QPalette::Light: #ffffffff
  QPalette::Midlight: #fff7f7f8
  QPalette::Dark: #ff888e93
  QPalette::Mid: #ffc4c9cd
  QPalette::Text: #ff232627
  QPalette::BrightText: #ffffffff
  QPalette::ButtonText: #ff232627
  QPalette::Base: #fffcfcfc
  QPalette::Window: #ffeff0f1
  QPalette::Shadow: #ff474a4c
  QPalette::Highlight: #ff3daee9
  QPalette::HighlightedText: #fffcfcfc
  QPalette::Link: #ff2980b9
  QPalette::LinkVisited: #ff7f8c8d
  QPalette::AlternateBase: #ffeff0f1
  QPalette::NoRole: #ff000000
  QPalette::ToolTipBase: #ff232627
  QPalette::ToolTipText: #fffcfcfc
  QPalette::PlaceholderText: #80232627

Screens: 1, High DPI scaling: active
# 0 "eDP-1" Depth: 24 Primary: yes
  Manufacturer: AU Optronics
  Model: 
  Serial number: 
  Geometry: 1920x1080+0+0 (native: 3840x2160+0+0) Available: 1920x1047+0+0
  Physical size: 344x193 mm  Refresh: 60 Hz Power state: 0
  Physical DPI: 141.767,142.135 Logical DPI: 96,96 (native: 192,192) Subpixel_None
  High DPI scaling factor: 2 DevicePixelRatio: 2 Pixel density: 2
  Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

LibGL Vendor: Intel
Renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
Version: 4.6 (Compatibility Profile) Mesa 20.0.4
Shading language: 4.60
Format: Version: 4.6 Profile: 2 Swap behavior: 0 Buffer size (RGB): 8,8,8
Profile: None (QOpenGLFunctions_4_6)


Vulkan instance available
Supported instance extensions:
  VK_KHR_device_group_creation, version 1
  VK_KHR_external_fence_capabilities, version 1
  VK_KHR_external_memory_capabilities, version 1
  VK_KHR_external_semaphore_capabilities, version 1
  VK_KHR_get_display_properties2, version 1
  VK_KHR_get_physical_device_properties2, version 1
  VK_KHR_get_surface_capabilities2, version 1
  VK_KHR_surface, version 25
  VK_KHR_surface_protected_capabilities, version 1
  VK_KHR_wayland_surface, version 6
  VK_KHR_xcb_surface, version 6
  VK_KHR_xlib_surface, version 6
  VK_KHR_display, version 23
  VK_EXT_direct_mode_display, version 1
  VK_EXT_acquire_xlib_display, version 1
  VK_EXT_display_surface_counter, version 1
  VK_EXT_debug_report, version 9
  VK_EXT_debug_utils, version 1
Supported layers:
  VK_LAYER_MESA_overlay, version 1, spec version 1.1.73, Mesa Overlay layer
  VK_LAYER_LUNARG_standard_validation, version 1, spec version 1.0.131, LunarG Standard Validation Layer
Available physical devices:
  API version 1.2.131, vendor 0x8086, device 0x5917, Intel(R) UHD Graphics 620 (KBL GT2), type 1, driver version 20.0.4

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Le chargement des parametres d'un element a echoue

Re-searcher wrote:

xcb erreur

ordinateur portable de 2009

Xubuntu 20.04 LTS (Focal Fossa)

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1450, resource id: 12659548, major code: 40 (TranslateCoords), minor code: 0
test@test-HP:~/Downloads/QET/UBUNTU$


Erik

laurent@laurent-HP-EliteBook-850-G5:~$ dpkg --get-selections | grep xcb
libx11-xcb1:amd64                               install
libxcb-composite0:amd64                         install
libxcb-cursor0:amd64                            install
libxcb-damage0:amd64                            install
libxcb-dpms0:amd64                              install
libxcb-dri2-0:amd64                             install
libxcb-dri3-0:amd64                             install
libxcb-glx0:amd64                               install
libxcb-icccm4:amd64                             install
libxcb-image0:amd64                             install
libxcb-keysyms1:amd64                           install
libxcb-present0:amd64                           install
libxcb-randr0:amd64                             install
libxcb-record0:amd64                            install
libxcb-render-util0:amd64                       install
libxcb-render0:amd64                            install
libxcb-res0:amd64                               install
libxcb-shape0:amd64                             install
libxcb-shm0:amd64                               install
libxcb-sync1:amd64                              install
libxcb-util1:amd64                              install
libxcb-xfixes0:amd64                            install
libxcb-xinerama0:amd64                          install
libxcb-xinput0:amd64                            install
libxcb-xkb1:amd64                               install
libxcb-xv0:amd64                                install
libxcb1:amd64                                   install
libxcb1-dev:amd64                               install
laurent@laurent-HP-EliteBook-850-G5:~$ 

https://www.reddit.com/r/archlinux/comm … s_driving/

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

9 (edited by Re-searcher 2020-08-06 19:09:00)

Re: Le chargement des parametres d'un element a echoue

@scorpio810 Merci pour la solution
L'erreur avec xcb a été résolue  nomicons/smile

qet de moi (Xubuntu) et Laurent scorpio810 (Ubuntu or Kubuntu ) 
0.80-DEV+dd257c48dd79751d3

@michel_mno
Vous avez une version qet différente
Et tu as 0.80-DEV+6bece6fa8d79751d3


Erik

I am an industrial developer technician and born in 1960