Visual novel,d3d and gstreamer

Questions about Wine on Linux
Locked
Cyberloard
Newbie
Newbie
Posts: 3
Joined: Fri May 25, 2012 9:47 pm

Visual novel,d3d and gstreamer

Post by Cyberloard »

I recently downloaded a visual novel and after some work got it installed. The game starts up and I'm given the menu, but when I try to start the game it crashed.I then ran wine through the terminal to see what was going on and this is what I got

fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.

(process:6487): GThread-WARNING **: GThread system no longer supports custom thread implementations.

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstnice.so': /usr/lib/gstreamer-0.10/libgstnice.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpegscale.so': /usr/lib/gstreamer-0.10/libgstffmpegscale.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpostproc.so': /usr/lib/gstreamer-0.10/libgstpostproc.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython.so': /usr/lib/gstreamer-0.10/libgstpython.so: wrong ELF class: ELFCLASS64
fixme:gstreamer:unknown_type Could not find a filter for caps: video/mpeg, systemstream=(boolean)true, mpegversion=(int)1
fixme:gstreamer:watch_bus decodebin20: Your GStreamer installation is missing a plug-in.
fixme:gstreamer:watch_bus decodebin20: A MPEG-1 System Stream demuxer plugin is required to play this stream, but not installed.
fixme:gstreamer:GST_Connect Gstreamer could not find any streams
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
fixme:gstreamer:unknown_type Could not find a filter for caps: video/mpeg, systemstream=(boolean)true, mpegversion=(int)1
fixme:gstreamer:watch_bus decodebin21: Your GStreamer installation is missing a plug-in.
fixme:gstreamer:watch_bus decodebin21: A MPEG-1 System Stream demuxer plugin is required to play this stream, but not installed.
fixme:gstreamer:GST_Connect Gstreamer could not find any streams
err:gstreamer:push_data_init Obtaining buffer returned: -2
fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported.
wine: Unhandled exception 0x40000015 at address 0x7de00023:0x00566c2a (thread 0009), starting debugger...
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
cyberloard@CHIMERA:~/.wine/drive_c/Program Files (x86)/Eushully/神採りアルケミ
ーマイスター$ process tid prio (all id:s are in hex)
0000000e services.exe
0000001f 0
0000001e 0
00000018 0
00000017 0
00000015 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001c 0
00000019 0
00000014 0
00000013 0
0000001a plugplay.exe
00000020 0
0000001d 0
0000001b 0
00000021 explorer.exe
00000022 0
winedbg: Internal crash at 0x7ec1831a


I would be grateful for any help or ideas.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Visual novel,d3d and gstreamer

Post by dimesio »

Cyberloard wrote: (process:6487): GThread-WARNING **: GThread system no longer supports custom thread implementations.
http://bugs.winehq.org/show_bug.cgi?id=30557
(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstnice.so': /usr/lib/gstreamer-0.10/libgstnice.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpegscale.so': /usr/lib/gstreamer-0.10/libgstffmpegscale.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpostproc.so': /usr/lib/gstreamer-0.10/libgstpostproc.so: wrong ELF class: ELFCLASS64

(wine:6487): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstpython.so': /usr/lib/gstreamer-0.10/libgstpython.so: wrong ELF class: ELFCLASS64
You need the 32 bit versions of all those plugins.
Cyberloard
Newbie
Newbie
Posts: 3
Joined: Fri May 25, 2012 9:47 pm

Post by Cyberloard »

I'm using a 64bit version so how would I go about getting the 32bit version,would I just remove the 64 version and manually install the 32 bit ones?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Cyberloard wrote:I'm using a 64bit version so how would I go about getting the 32bit version,would I just remove the 64 version and manually install the 32 bit ones?
On a distro that supports multiarch you should be able to have both installed. You didn't mention what distro you're using, but if it happens to be Ubuntu 12.04, their multiarch support is very broken.

You are also going to have to downgrade glib to work around bug 30557.

Also, you didn't mention what Wine version you're using. Use either 1.4 or 1.5.5, as there were significant regressions affecting quartz in 1.5.1-1.5.4.
Cyberloard
Newbie
Newbie
Posts: 3
Joined: Fri May 25, 2012 9:47 pm

Post by Cyberloard »

Sorry for that,but you guessed what I was using. Thank you for the help.
Locked