Endless space, wine, 16.04 and gstreamer woes

Questions about Wine on Linux
Locked
dlhero
Newbie
Newbie
Posts: 1
Joined: Sat Nov 12, 2016 2:11 am

Endless space, wine, 16.04 and gstreamer woes

Post by dlhero »

Hey all,

Ubuntu 16.04, wine installed from https://ppa.launchpad.net/wine/wine-builds/ubuntu etc

Every time I launch Endless Space, I get the following:

fixme:gstreamer:GST_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}!
fixme:gstreamer:GST_QueryInterface No interface for {8e1c39a1-de53-11cf-aa63-0080c744528d}!
fixme:gstreamer:GST_QueryInterface No interface for {f90a6130-b658-11d2-ae49-0000f8754b99}!
fixme:gstreamer:unknown_type Could not find a filter for caps: video/x-ms-asf
fixme:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing a plug-in.
fixme:gstreamer:GST_Connect GStreamer could not find any streams
fixme:gstreamer:unknown_type Could not find a filter for caps: video/x-ms-asf
fixme:gstreamer:watch_bus decodebin1: Your GStreamer installation is missing a plug-in.

Any ideas?

Thanks
ii wine-devel 1.9.22~ubuntu16.04.1 amd64 official WineHQ build of the popular Wine software
ii wine-devel-amd64 1.9.22~ubuntu16.04.1 amd64 official WineHQ build of the popular Wine software
ii wine-devel-i386:i386 1.9.22~ubuntu16.04.1 i386 official WineHQ build of the popular Wine software
ii winehq-devel 1.9.22~ubuntu16.04.1 amd64 official WineHQ build of the popular Wine software
Gstreamer is installed as such:
ii gstreamer1.0-alsa:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugin for ALSA
ii gstreamer1.0-clutter-3.0 3.0.18-1 amd64 Clutter PLugin for GStreamer 1.0
ii gstreamer1.0-libav:amd64 1.8.2-1~ubuntu1 amd64 libav plugin for GStreamer
ii gstreamer1.0-plugins-bad-faad:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer faad plugin from the "bad" set
ii gstreamer1.0-plugins-bad-videoparsers:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer videoparsers plugin from the "bad" set
ii gstreamer1.0-plugins-base:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-base:i386 1.8.2-1ubuntu0.1 i386 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-base-apps 1.8.2-1ubuntu0.1 amd64 GStreamer helper programs from the "base" set
ii gstreamer1.0-plugins-good:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugins from the "good" set
ii gstreamer1.0-plugins-ugly-amr:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugins from the "ugly" set
ii gstreamer1.0-pulseaudio:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugin for PulseAudio
ii gstreamer1.0-tools 1.8.2-1~ubuntu1 amd64 Tools for use with GStreamer
ii gstreamer1.0-vaapi:amd64 1.8.2-1~ubuntu2 amd64 VA-API plugins for GStreamer
ii gstreamer1.0-x:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer plugins for X11 and Pango
ii libclutter-gst-3.0-0:amd64 3.0.18-1 amd64 Open GL based interactive canvas library GStreamer elements
ii libgstreamer-plugins-bad1.0-0:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer development files for libraries from the "bad" set
rc libgstreamer-plugins-base0.10-0:amd64 0.10.36-2 amd64 GStreamer libraries from the "base" set
ii libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer libraries from the "base" set
ii libgstreamer-plugins-base1.0-0:i386 1.8.2-1ubuntu0.1 i386 GStreamer libraries from the "base" set
ii libgstreamer-plugins-good1.0-0:amd64 1.8.2-1ubuntu0.1 amd64 GStreamer development files for libraries from the "good" set
rc libgstreamer0.10-0:amd64 0.10.36-1.5ubuntu1 amd64 Core GStreamer libraries and elements
ii libgstreamer1.0-0:amd64 1.8.2-1~ubuntu1 amd64 Core GStreamer libraries and elements
ii libgstreamer1.0-0:i386 1.8.2-1~ubuntu1 i386 Core GStreamer libraries and elements
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Endless space, wine, 16.04 and gstreamer woes

Post by dimesio »

You are missing the 32 bit versions of some of the plugins packages.
fjfrackiewicz
Level 2
Level 2
Posts: 20
Joined: Sat Feb 20, 2016 7:19 pm

Re: Endless space, wine, 16.04 and gstreamer woes

Post by fjfrackiewicz »

dlhero wrote: fixme:gstreamer:unknown_type Could not find a filter for caps: video/x-ms-asf
The line I am quoting indicates the game uses a proprietary Microsoft video format: https://en.wikipedia.org/wiki/Advanced_Systems_Format

Can you try running

Code: Select all

winetricks wmp9
and see if that helps?
Locked