Scotty:
Thanks for the quick response.
By local server I mean a server on my private network. I'm planning two clients (one running on the server.) The hosts files on the clients will contain corresponding entries.
By "scrabbleserver" do you mean running Scrabble3D in server mode or a or a dedicated server available on the internet?
libglut was not installed. Installing libglut3 cleared that error.
Otherwise Gtk seems to have the required pieces installed, unless they're not the right version. For example, the murrine theme is installed as part of Gtk2.
1
2
3
4
5
6
(Scrabble3D:28706): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
$ dpkg -l | grep murrine
ii gtk2-engines-murrine 0.98.2-0ubuntu1 cairo-based gtk+-2.0 theme engine
Gtk reports not being able to load the canberra-gtk-module although both libcanberra-gtk-module and libcanberra-gtk3-module are installed. I'm not sure if having them both installed is a problem or not.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(Scrabble3D:28706): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Gtk-Message: Failed to load module "canberra-gtk-module" although there appears to be two versions (Gtk and Gtk3) installed.
`menu_proxy_module_load': Scrabble3D: undefined symbol: menu_proxy_module_load
$ dpkg -l | grep canberra
ii gnome-session-canberra 0.28-3ubuntu3 GNOME session log in and log out sound events
ii libcanberra-gtk-module 0.28-3ubuntu3 translates GTK+ widgets signals to event sounds
ii libcanberra-gtk0 0.28-3ubuntu3 GTK+ helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-0 0.28-3ubuntu3 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-module 0.28-3ubuntu3 translates GTK3 widgets signals to event sounds
ii libcanberra-pulse 0.28-3ubuntu3 PulseAudio backend for libcanberra
ii libcanberra0 0.28-3ubuntu3 simple abstract interface for playing event sounds
Again, thank you for the help.
Best, Ed