Ubuntu 18.04 - 64bits - Errors in the launch

Linux specific forum
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Ubuntu 18.04 - 64bits - Errors in the launch

Post by QuimV »

I have installed PureBasic in a virtual machine with Ubuntu 18.04 - 64bits.
Installation do not give any kind of error messages.
When I start PureBasic executing launch.sh,I get these error messages.
-------------
Gtk-Message: 19:37:24.990: Failed to load module "canberra-gtk-module"

** (purebasic:16537): CRITICAL **: 19:37:25.715: murrine_style_draw_box_gap: assertion 'height >= -1' failed

** (purebasic:16537): CRITICAL **: 19:37:26.160: murrine_style_draw_box_gap: assertion 'height >= -1' failed
---------------
Despite these error messages, purebasic seems to work correctly.
How can I prevent these error messages from appearing?
Do I need to install an additional package?
Thanks for your help.
QuimV
ccode
User
User
Posts: 99
Joined: Sat Jun 23, 2018 5:21 pm

Re: Ubuntu 18.04 - 64bits - Errors in the launch

Post by ccode »

Hello QuimV,

"GTK" produces a lot of crap again.

Many GTK warnings are usually inconsequential.

Try this here:

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

or

sudo aptitude reinstall libcanberra-gtk-module

or

sudo apt-get install libcanberra-gtk*

"libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME."
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: Ubuntu 18.04 - 64bits - Errors in the launch

Post by QuimV »

thanks :D ccode!

I have executed:
"sudo apt-get install libcanberra-gtk *"
And now it gives a single error message:
** (purebasic:2625): CRITICAL **: 20:38:27.185: murrine_style_draw_box_gap: assertion 'height >= -1' failed
This error message, what kind of programs can affect?
Regards
QuimV
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Ubuntu 18.04 - 64bits - Errors in the launch

Post by Fred »

It's theme related, it should not affect the program, right ?
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: Ubuntu 18.04 - 64bits - Errors in the launch

Post by QuimV »

:D Thank You @Fred
QuimV
Post Reply