Google`s new Chrome 24 starts with errors.

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

Google`s new Chrome 24 starts with errors.

#1 Post by sunburnt »

I made a AppPkg package of Chrome 24, it`s fast and I see no operational problems.
I made the package from Google`s Ubuntu ( .deb ) package of Chrome 24.
I`m using Puppy 528-005 and I`ll try running it in Puppy541 to see if it`s different.

It starts with these errors:

Code: Select all

sh-4.1# [9627:9714:0113/120928:ERROR:object_proxy.cc(608)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.NetworkManager': no such name 
[9627:9736:0113/120929:ERROR:object_proxy.cc(608)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name 
[9627:9736:0113/120929:ERROR:object_proxy.cc(608)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name 
[9627:9627:0113/120932:ERROR:object_proxy.cc(513)] Failed to call method: org.chromium.Mtpd.EnumerateStorage: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files 
[9807:9807:0113/120941:ERROR:gl_surface_glx.cc(63)] GLX 1.3 or later is required. 
[9807:9807:0113/120941:ERROR:gl_surface_linux.cc(58)] GLSurfaceGLX::InitializeOneOff failed. 
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream 
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream 
[11543:11543:0113/121124:ERROR:gl_surface_glx.cc(63)] GLX 1.3 or later is required. 
[11543:11543:0113/121124:ERROR:gl_surface_linux.cc(58)] GLSurfaceGLX::InitializeOneOff failed. 
[12921:12921:0113/121259:ERROR:gl_surface_glx.cc(63)] GLX 1.3 or later is required. 
[12921:12921:0113/121259:ERROR:gl_surface_linux.cc(58)] GLSurfaceGLX::InitializeOneOff failed.
# The first 4 errors look like a problem with Puppy`s FreeDesktop or dbus.

# What library are these errors about: "GLX 1.3 or later is required"

# And then 2 errors about the Alsa sound:
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream


postfs1 suggested that dbus may be missing or not running.
This is a section of "ps":

Code: Select all

 6842 root       0:00 dbus-launch --autolaunch da31662b59e4f8cb08290ff24e623f4a --binary-syntax --close-stderr 
 6844 root       0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session

Post Reply