http://bugs.winehq.org/show_bug.cgi?id=55143
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #37 from Bernhard Übelacker bernhardu@mailbox.org --- Just adding this note to this bug to make it findable. I received this message with a split oldwow64 mingw64 build.
Building this with just the 64-bit side having gstreamer enabled leads to a wineprefix containing also just one c:/windows/system32/winegstreamer.dll.
Then even after fixing the 32-bit build to contain winegstreamer.dll this error is still given, because it seems it relies on having at least some c:/windows/syswow64/winegstreamer.dll in place.
After fixing the 32-bit one way might be to run `wine wineboot --update --force` to have both files in place: c:/windows/syswow64/winegstreamer.dll c:/windows/system32/winegstreamer.dll
With the fixed build and both files in place the error from commen #0 is gone for me.