Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock List of forums Installation problems | Problèmes à l'installation Cairo-dock 3.3.1 crashing on intel HD4000
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Installation problems | Problèmes à l'installation

Subjects Author Language Messages Last message
[Locked] Cairo-dock 3.3.1 crashing on intel HD4000
Guest English 9 fabounet [Read]
22 January 2014 à 16:51

Guest, Sunday 13 October 2013 à 19:57

I have an intel HD4000 3rd generation (lvy bridge) and extra/xf86-video-intel 2.21.15-1 (xorg-drivers xorg) installed. My laptop is a i7-3630. When I launch cairo-dock using opengl the icons in the bar are not displayed until I move the mouse over and once displayed, the tooltips are not displayed correctly. I mean, icons appear when the cursor passes over them. This is only happening in 3D panel and curve view. The rest of view, parabolic, static panel, etc... works perfectly.

isn't intel HD4000 compatible with opengl?

Terminal output is:

warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:202)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
    Cairo-Dock version : 3.2.1
    Compiled date : Apr 24 2013 23:16:20
    Built with GTK : 3.8
    Running with OpenGL: 1
============================================================================

warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
_cairo_dock_create_surface_from_desktop_bg: assertion 'iRootPixmapID != 0' failed
warning : (/build/cairo-dock-plugins/src/cairo-dock-plugins-3.2.1/switcher/src/applet-load-icons.c:cd_switcher_load_desktop_bg_map_surface:197)
couldn't get the wallpaper
_cairo_dock_create_surface_from_desktop_bg: assertion 'iRootPixmapID != 0' failed
warning : (/build/cairo-dock-plugins/src/cairo-dock-plugins-3.2.1/switcher/src/applet-load-icons.c:cd_switcher_load_desktop_bg_map_surface:197)
couldn't get the wallpaper
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)
No se ha establecido un valor para «/desktop/gnome/session/required_components/panel»

warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:441)
Falló al ejecutar el proceso hijo «compiz» (No existe el fichero o el directorio)
g_key_file_set_string: assertion 'string != NULL' failed
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:_list_icon_theme_in_dir:1009)
Falló al abrir la carpeta «/home/toni/.icons»: No existe el fichero o el directorio

gtk_container_add: assertion 'GTK_IS_CONTAINER (container)' failed
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:cairo_dock_build_group_widget:3410)
this conf file has an invalid combo list somewhere !
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:cairo_dock_build_group_widget:3410)
this conf file has an invalid combo list somewhere !
warning : (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
g_ptr_array_free: assertion 'array' failed


If I launch cairo as:

$ cairo-dock -c


or

$ env LIBGL_ALWAYS_SOFTWARE=1 cairo-dock -o


then it works.

UPDATED to cario-dock 3.3.1 :
After updating cario-dock to last version 3.3.1 now it works even worse!!! tool bar does not appear, netiher panel 3d nor static panel nor parabolic nor curve, ..... and when switching from advanced mode to basic mode it seems to crash and it remains in advanced mode forever.

Output:

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)
showing the maintenance mode ...
g_ptr_array_free: assertion 'array' failed
g_ptr_array_free: assertion 'array' failed
g_ptr_array_free: assertion 'array' failed
g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 4'...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 0
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)
showing the maintenance mode ...
g_ptr_array_free: assertion 'array' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 5'...
Sorry, Cairo-Dock has encoutered some problems, and will quit.
[toni@toni ~]$ cairo-dock -c

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 0
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -w 2 -q 1'...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 0
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -w 2 -q 2'...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 0
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 3'...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 0
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)
showing the maintenance mode ...
^C
[toni@toni ~]$ clear

[toni@toni ~]$ cairo-dock
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 1
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)
This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)
The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
OpenGL Version: 3.0 Mesa 9.2.1
OpenGL Vendor: Intel Open Source Technology Center
OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -w 2 -q 1'...
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 1
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)
This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)
The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
OpenGL Version: 3.0 Mesa 9.2.1
OpenGL Vendor: Intel Open Source Technology Center
OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -w 2 -q 2'...
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 1
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)
No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)
This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)
The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
OpenGL Version: 3.0 Mesa 9.2.1
OpenGL Vendor: Intel Open Source Technology Center
OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)
Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -m -q 3'...
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
    Cairo-Dock version : 3.3.1
    Compiled date : Oct 13 2013 12:19:56
    Built with GTK : 3.10
    Running with OpenGL: 1
============================================================================

warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning : (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)
showing the maintenance mode ...

fabounet, Monday 14 October 2013 à 17:38


Subscription date : 30 November 2007
Messages : 17118

isn't intel HD4000 compatible with opengl?


actually this card has an awful driver, so from the 3.3, we decided to blacklist it
so if you don't force the use of opengl (with cairo-dock -o), then it should just use the cairo backend.

now, I see some warnings that shouldn't appear:
while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
which means the system-monitor applet was compiled with libsensors but libsensors is not present on your system
it's as if you installed the plug-ins from another package than the core.
I recommend re-installing the dock.

Guest, Friday 10 January 2014 à 14:05

Look there:
http://ubuntuforums.org/showthread.php?t=2198626

fabounet, Tuesday 14 January 2014 à 15:15


Subscription date : 30 November 2007
Messages : 17118
Sorry but I fail to see how in the world this could be a workaround

matttbe, Wednesday 15 January 2014 à 12:26


Subscription date : 24 January 2009
Messages : 12573
It seems he draws the reflects twice but for the first time (in cairo_dock_draw_icon_workaround_opengl), he uses a fully transparent colour: glColor4f (1., 1., 1.,0);

fabounet, Wednesday 15 January 2014 à 17:03


Subscription date : 30 November 2007
Messages : 17118
which is non-sense, but can maybe help the Intel devs to fix their drivers

matttbe, Wednesday 15 January 2014 à 17:27


Subscription date : 24 January 2009
Messages : 12573
which is non-sense, but can maybe help the Intel devs to fix their drivers
Or there is maybe a problem in the functions to draw icons and their reflect. Maybe the dock calls to many time some functions? (like glEnable(GL_BLEND) and _cairo_dock_set_blend_alpha ()?)

fabounet, Thursday 16 January 2014 à 17:46


Subscription date : 30 November 2007
Messages : 17118
Maybe the dock calls to many time some functions?

and what should be the limit that a good driver should support ?
seriously, there is maybe a side-effect in this code that makes it "work", but we can certainly not apply this patch

matttbe, Thursday 16 January 2014 à 18:02


Subscription date : 24 January 2009
Messages : 12573


seriously, there is maybe a side-effect in this code that makes it "work", but we can certainly not apply this patch
Yes I understand. I already posted a message on this UbuntuForum thread but no answer.
Just too bad that we don't have this hardware... Do we have this bug if we disable icons' reflect?

fabounet, Wednesday 22 January 2014 à 16:51


Subscription date : 30 November 2007
Messages : 17118
that would be interesting to know !

Installation problems | Problèmes à l'installation

Subjects Author Language Messages Last message
[Locked] Cairo-dock 3.3.1 crashing on intel HD4000
Guest English 9 fabounet [Read]
22 January 2014 à 16:51


Glx-Dock / Cairo-Dock List of forums Installation problems | Problèmes à l'installation Cairo-dock 3.3.1 crashing on intel HD4000 Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.