[Bug 38435] New: Xfire 2.0 fails to start
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(a)winehq.org Reporter: maiktapwagner(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Maik Wagner <maiktapwagner(a)aol.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner(a)aol.com --- Comment #1 from Maik Wagner <maiktapwagner(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Maik Wagner <maiktapwagner(a)aol.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://media.xfire.com/xfir | |e/client/download/2.0/xfire | |_setup.exe Distribution|--- |Slackware -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de, | |sebastian(a)fds-team.de --- Comment #2 from Sebastian Lackner <sebastian(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW CC| |focht(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 --- Comment #4 from Sebastian Lackner <sebastian(a)fds-team.de> --- A slightly modified patch was added in http://source.winehq.org/git/wine.git/commit/ca0973486aeee2d7f4d919f326fd472..., could you please retest? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 --- Comment #5 from Maik Wagner <maiktapwagner(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ca0973486aeee2d7f4d919f326f | |d472a24c77b04 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Sebastian Lackner <sebastian(a)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.""" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38435 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.50. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org