[PureBasic IDE] Failed to load module "canberra-gtk-module"

Linux specific forum
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

[PureBasic IDE] Failed to load module "canberra-gtk-module"

Post by Flype »

Hi.

Using Ubuntu 18.04.4 LTS
Using PureBasic 5.71 or 5.72 b3

When starting PureBasic i get those messages in the terminal :

Code: Select all

Gtk-Message: 08:55:55.272: Failed to load module "canberra-gtk-module"

** (purebasic:25289): CRITICAL **: 08:55:55.597: murrine_style_draw_box_gap: assertion 'height >= -1' failed
** (purebasic:25289): CRITICAL **: 08:55:55.780: murrine_style_draw_box_gap: assertion 'height >= -1' failed
Also i get visual glitches on the Linux desktop (some refresh issues).
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
mk-soft
Always Here
Always Here
Posts: 5336
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: [PureBasic IDE] Failed to load module "canberra-gtk-modu

Post by mk-soft »

Install Canberra...
Ubuntu Gnome 18.xx (For PB-IDE)
-------------------------------
sudo apt install libcanberra-gtk-module
My Developer packets.
Purebasic
---------
sudo apt-get install build-essential gcc g++

sudo apt-get install libxxf86vm-dev libxine2-dev unixodbc-dev libsdl1.2-dev libsdl2-dev

sudo apt-get install libgtk2.0-dev libgtk-3-dev

sudo apt-get install libwebkitgtk-dev libwebkitgtk-3.0-dev libwebkit2gtk-4.0-dev


Subsystem qt
------------
sudo apt-get install qtbase5-dev qttools5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5svg5-dev libqt5webkit5-dev libqt5multimedia5-plugins


Ubuntu Gnome 18.xx (For PB-IDE)
-------------------------------
sudo apt install libcanberra-gtk-module


Obsoleted
---------
;sudo apt-get install libgnome2-dev
;sudo apt-get install libgnomeprintui2.2-dev libxine-dev


Ubuntu missing default libs (Without developer packets)
-------------------------------------------------------
gtk2
- sudo apt-get install libgtk2.0
gtk3
- sudo apt-get install libwebkitgtk-3.0
qt
- sudo apt install qt5-default
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Re: [PureBasic IDE] Failed to load module "canberra-gtk-modu

Post by Flype »

Many thanks @mksoft :!:

Just updated all those packages.



We still get that non-blocking warning, though :

Code: Select all

** (purebasic:25289): CRITICAL **: 08:55:55.780: murrine_style_draw_box_gap: assertion 'height >= -1' failed
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply