https://bugs.winehq.org/show_bug.cgi?id=42801
Bug ID: 42801 Summary: Fallout 3 crashes on start in winegstreamer Product: Wine Version: 2.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer Assignee: wine-bugs@winehq.org Reporter: xenus@blueyonder.co.uk Distribution: ---
Created attachment 57832 --> https://bugs.winehq.org/attachment.cgi?id=57832 backtrace showing debug info
Works fine with Wine 1.8.5 May be related to 41151, I believe Oblivion and Fallout 3 share some code
https://bugs.winehq.org/show_bug.cgi?id=42801
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- One possibility is that 1.8 series has old winegstreamer plugins, it somehow got updated in 2.0 series. Other possibility is that you need to have some files installed. Don't remember them by name but searching some winegstreamer bugs could reveal the names.
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #2 from xenus@blueyonder.co.uk --- tried installing gstreamer1.0-plugins-ugly but same crash on wine 2.0 not seeing any messages about missing libraries
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #3 from xenus@blueyonder.co.uk --- Got some fixme messages:
fixme:gstreamer:GST_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}! fixme:gstreamer:unknown_type Could not find a filter for caps: application/x-id3 fixme:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing a plug-in. fixme:gstreamer:GST_Connect GStreamer could not find any streams
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #4 from xenus@blueyonder.co.uk --- gst-inspect-1.0 | grep id3 typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta taglib: id3v2mux: TagLib-based ID3v2 Muxer id3demux: id3demux: ID3 tag demuxer id3tag: id3mux: ID3 v1 and v2 Muxer libav: avmux_mp3: libav MP3 (MPEG audio layer 3) formatter (not recommended, use id3v2mux instead) libav: avmux_mp2: libav MP2 (MPEG audio layer 2) formatter (not recommended, use id3v2mux instead)
Could the names have changed on the wine side so that application/x-id3 doesn't match up with either the v1 or v2 options in gstreamer??
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #5 from winetest@luukku.com --- You could be also missing 32bit version of the plugins.
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #6 from xenus@blueyonder.co.uk --- That's certainly possible.
The i386 packages don't show up in synaptic but can be found in Ubuntu Software Centre (or via command line).
Installed plugins-good and -bad i386 ok, no change.
plugins-ugly failed with a libc6 2.7 dependency issue. Ubuntu has 2.24 installed. Since that version doesn't exist according to GNU, looks like this is a dependency error, probably should read 2.17.
The following packages have unmet dependencies:
gstreamer1.0-plugins-ugly:i386: Depends: gstreamer1.0-plugins-ugly-amr (= 1.8.3-1ubuntu1) but 1.8.3-1ubuntu1 is to be installed Depends: libc6 (>= 2.7) but 2.24-3ubuntu2 is to be installed Depends: libdvdread4 (>= 4.1.3) but 5.0.3-1 is to be installed Depends: libgcc1 (>= 1:3.0) but 1:6.2.0-5ubuntu12 is to be installed Depends: libglib2.0-0 (>= 2.40) but 2.50.2-2ubuntu1 is to be installed Depends: liborc-0.4-0 (>= 1:0.4.25) but 1:0.4.26-1 is to be installed Depends: libstdc++6 (>= 5) but 6.2.0-5ubuntu12 is to be installed
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #7 from xenus@blueyonder.co.uk --- Correction to last comment.
With plugins-good the fixme changes:
fixme:gstreamer:unknown_type Could not find a filter for caps: audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true fixme:gstreamer:watch_bus decodebin0: Your GStreamer installation is missing a plug-in. fixme:gstreamer:GST_Connect GStreamer could not find any streams wine: Unhandled page fault on read access to 0x00000000 at address 0x74a7b11f (thread 004b), starting debugger...
THis is reasonable as id3 should be in the plugins-good whereas mpeg should be plugins-bad and mp3 on plugins-ugly
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #8 from xenus@blueyonder.co.uk --- Both -bad and -ugly fail to install because of unmet dependencies, -bad is dependent upon itself. I've logged a couple of bugs on the dependency issue.
In the meantime wine 1.8.5 continues to work just fine.
System information: Wine build: wine-2.0 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.8.0-46-generic
Any point trying platform amd64? The 64 bit plugins are installed just fine.
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #9 from xenus@blueyonder.co.uk --- If anyone else has this issue please tag the ubuntu dependency bugs:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1683376 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1683341
https://bugs.winehq.org/show_bug.cgi?id=42801
Allan Traughber dramegno@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dramegno@gmail.com
--- Comment #10 from Allan Traughber dramegno@gmail.com --- Created attachment 59240 --> https://bugs.winehq.org/attachment.cgi?id=59240 console output till crash
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #11 from Allan Traughber dramegno@gmail.com --- Created attachment 59241 --> https://bugs.winehq.org/attachment.cgi?id=59241 my backtrace as support
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #12 from Allan Traughber dramegno@gmail.com --- sorry for the multiposting it is my first time trying to deal with bugs like this. I am getting exactly what xenus is experiencing. I think the issue is with winegstreamer and not gstreamer because when I set an override for winegstreamer to disable and the game now loads just fine.
https://bugs.winehq.org/show_bug.cgi?id=42801
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- If you use Ubuntu, that is a problem of your distrib (32 bits versions of some plugins can not be installed). Please report to Ubuntu.
If you don't use Ubuntu, that's a real problem :D
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #14 from Allan Traughber dramegno@gmail.com --- Yes not being able to install the 32 bit bad and ugly plugins are a pain I have found in Debian. I don't know why disabling winegstreamer lets me play Fallout 3 with sound I just know that is how I got it working for me. I don't know if by disabling winegstreamer it forces it to go thru a different backend or what, I just know it works.
https://bugs.winehq.org/show_bug.cgi?id=42801
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=42801
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #15 from Zebediah Figura z.figura12@gmail.com --- Can you check if the patch attached to bug #43659 fixes this bug (with winegstreamer enabled)?
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #16 from Allan Traughber dramegno@gmail.com --- (In reply to Zebediah Figura from comment #15)
Can you check if the patch attached to bug #43659 fixes this bug (with winegstreamer enabled)?
sorry if this is a stupid question but how am I supposed to use the patch?
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #17 from Austin English austinenglish@gmail.com --- (In reply to Allan Traughber from comment #16)
(In reply to Zebediah Figura from comment #15)
Can you check if the patch attached to bug #43659 fixes this bug (with winegstreamer enabled)?
sorry if this is a stupid question but how am I supposed to use the patch?
https://wiki.winehq.org/Patching#Patching_your_git_tree
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #18 from Zebediah Figura z.figura12@gmail.com --- The patch has been committed as 079d63e66c9f00030c94a5cc5e821ea898e83c98, so you may find it easier to wait for 3.0-rc3 tomorrow and try then.
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #19 from Allan Traughber dramegno@gmail.com --- (In reply to Zebediah Figura from comment #18)
The patch has been committed as 079d63e66c9f00030c94a5cc5e821ea898e83c98, so you may find it easier to wait for 3.0-rc3 tomorrow and try then.
Just updated to wine 3.0-rc3 and did installed as per directions on the fallout 3 goty page with the exception of going on a dll hunt due to it being removed from the site in instructions.
The game loaded and got to the main menu without crashing and I was able to hit new game. with my current temp hardware, I can no longer play the game but I didn't experience any crashes. I hope that more people can verify my report.
Thanks Zeb for the information and the patch!
https://bugs.winehq.org/show_bug.cgi?id=42801
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #20 from Mathew Hodson mathew.hodson@gmail.com --- This should be marked as a duplicate of bug 43004 since the commit there fixed the issue.
I think all the duplicates should be duplicated to that bug and the description of bug 43004 can be changed to something like "Multiple app affected by intermittent crash in winegstreamer"
https://bugs.winehq.org/show_bug.cgi?id=42801
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=42801
--- Comment #21 from joaopa jeremielapuree@yahoo.fr --- Reported fixed (see comment 19) Can an administrator close this bug as FIXED?
https://bugs.winehq.org/show_bug.cgi?id=42801
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #22 from Zebediah Figura z.figura12@gmail.com --- Resolving duplicate as per comment 19.
*** This bug has been marked as a duplicate of bug 43004 ***
https://bugs.winehq.org/show_bug.cgi?id=42801
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.