https://bugs.winehq.org/show_bug.cgi?id=38435
Bug ID: 38435 Summary: Xfire 2.0 fails to start Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maiktapwagner@aol.com Distribution: ---
Created attachment 51296 --> https://bugs.winehq.org/attachment.cgi?id=51296 Backtrace Slackware wine 1.7.41 - Command line output from launching from installer (XP mode)
Hello everyone,
I just tried Xfire2 and had problems launching it. The first time I launched it, I got an entry in the system tray but eventually got a Windows error message in XML format. I have attached the output from the command line.
Next I tried starting it from the installation directory. This is the output I got.
bash-4.2$ wine Xfire.exe preloader: Warning: failed to reserve range 00010000-00110000 fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub preloader: Warning: failed to reserve range 00010000-00110000 fixme:system:SetProcessDPIAware stub! Cleaned up temp file: C:/Program Files/Xfire2/Qpaths.ini fixme:msvcrt:__clean_type_info_names_internal (0x6624b644) stub fixme:msvcrt:__clean_type_info_names_internal (0x61249e2c) stub fixme:msvcrt:__clean_type_info_names_internal (0x6202f76c) stub fixme:msvcrt:__clean_type_info_names_internal (0x1013a9c4) stub fixme:msvcrt:__clean_type_info_names_internal (0x640f0d1c) stub fixme:msvcrt:__clean_type_info_names_internal (0x657bfca4) stub fixme:msvcrt:__clean_type_info_names_internal (0x6726b1fc) stub bash-4.2$ fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:system:SetProcessDPIAware stub! fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"! fixme:msg:pack_message msg 80 (WM_SETICON) not supported yet fixme:msg:pack_message msg 80 (WM_SETICON) not supported yet fixme:msvcrt:__clean_type_info_names_internal (0x1000847c) stub fixme:msvcrt:__clean_type_info_names_internal (0x640f0d1c) stub fixme:msvcrt:__clean_type_info_names_internal (0x657bfca4) stub fixme:msvcrt:__clean_type_info_names_internal (0x6726b1fc) stub
https://bugs.winehq.org/show_bug.cgi?id=38435
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #1 from Maik Wagner maiktapwagner@aol.com --- Created attachment 51432 --> https://bugs.winehq.org/attachment.cgi?id=51432 Error report on Slackware 14.1 with wine 1.7.42
Hello everyone,
some progress in the 1.7.42 version: I can see that a system tray icon is being created but an error window comes up afterwards. I have copied the contents to the attached file.
https://bugs.winehq.org/show_bug.cgi?id=38435
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://media.xfire.com/xfir | |e/client/download/2.0/xfire | |_setup.exe Distribution|--- |Slackware
https://bugs.winehq.org/show_bug.cgi?id=38435
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de, | |sebastian@fds-team.de
--- Comment #2 from Sebastian Lackner sebastian@fds-team.de --- Could you test the patch below, written by Michael Müller?
https://github.com/wine-compholio/wine-staging/blob/master/patches/fltlib-Fi...
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
https://bugs.winehq.org/show_bug.cgi?id=38435
--- Comment #4 from Sebastian Lackner sebastian@fds-team.de --- A slightly modified patch was added in http://source.winehq.org/git/wine.git/commit/ca0973486aeee2d7f4d919f326fd472..., could you please retest?
https://bugs.winehq.org/show_bug.cgi?id=38435
--- Comment #5 from Maik Wagner maiktapwagner@aol.com --- Created attachment 52132 --> https://bugs.winehq.org/attachment.cgi?id=52132 Xfire Exception
Hello everyone,
1.7.49 definetely makes improvements: I can now get to a log in window but when clicking "Having trouble to access your account" it throws an exception at me.
Also when hovering above the Xfire application the mouse cursor disappers.
https://bugs.winehq.org/show_bug.cgi?id=38435
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ca0973486aeee2d7f4d919f326f | |d472a24c77b04 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Maik Wagner from comment #5)
Created attachment 52132 [details] Xfire Exception
Hello everyone,
1.7.49 definetely makes improvements: I can now get to a log in window but when clicking "Having trouble to access your account" it throws an exception at me.
Also when hovering above the Xfire application the mouse cursor disappers.
Bugs should always target only one issue, so I'm marking this one as fixed.
If you are sure the exception does not occur on Windows, feel free to open a new bug for this. However, since Xfire shutdown their services, it wouldn't really surprise me when their client is also broken:
"""Xfire's web based social media was discontinued on June 12, 2015, and the messaging client was shut down on June 27, 2015."""
https://bugs.winehq.org/show_bug.cgi?id=38435
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.50.