https://bugs.winehq.org/show_bug.cgi?id=38435
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Xfire 2.0 fails to start |Xfire 2.0 crashes on | |unimplemented function | |fltlib.dll.FilterLoad Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
The patch definitely helps to prevent the crash. The app finishes the scan of games in WINEPREFIX and shows a user-interface with login.
I additionally needed 'taskset' to pin the app to single core to work around bug 35041
Terminal output:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Xfire2
$ taskset -c 0 wine ./Xfire.exe ... fixme:fltlib:FilterLoad (L"XFDriver") stub fixme:fltlib:FilterConnectCommunicationPort (L"\XFirePRPort", 0, (nil), 0, (nil), 0x8cbe50) stub fixme:win:EnumDisplayDevicesW ((null),0,0x33f5d0,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f5d0,0x00000000), stub! test --- snip ---
$ sha1sum xfire_setup.exe f980bd8c2b825c0152dbea56bedb9f2751ef6e3b xfire_setup.exe
$ du -sh xfire_setup.exe 16M xfire_setup.exe
$ wine --version wine-1.7.44
Regards