[Bug 22354] New: Xfire crash after upgrade to Ubuntu 10.04
http://bugs.winehq.org/show_bug.cgi?id=22354 Summary: Xfire crash after upgrade to Ubuntu 10.04 Product: Wine Version: 1.1.34 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: redplug(a)web.de Created an attachment (id=27353) --> (http://bugs.winehq.org/attachment.cgi?id=27353) Wine Output with WINEDEBUG=+all after upgrade to Ubuntu 10.04 Xfire dont start anymore. It crash with the this bugreport: <?xml version="1.0" encoding="utf-8" ?> <ExceptionReport Version="4"> <Application Build="42127" Command="C:\Programme\Xfire\Xfire.exe"/> <OperatingSystem Type="2"><Version Major="5" Minor="1" Build="2600"/></OperatingSystem> <Exception Code="C0000005" Address="7A6AB486"></Exception> <Registers EAX="00000001" EBX="00000000" ECX="00000000" EDX="00000000" ESI="00000009" EDI="793233C8" CS="0023" EIP="7A6AB486" SS="002B" ESP="0032F1E4" EBP="00000000" DS="002B" ES="002B" FS="0063" GS="006B" Flags="00010246"/> <BackTrace> </BackTrace> </ExceptionReport> -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-13 10:15:47 --- Please attach terminal output without using any debug switches: http://wiki.winehq.org/FAQ#get_log -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-13 10:17:45 ---
err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x23d05a0): UnLoad is not supported on X11 surfaces! err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x23d05a0): Most likely the parent library did something wrong. err:d3d_surface:IWineGDISurfaceImpl_UnLoad (0x23d05a0): Please report to wine-devel
What video card and drivers do you have installed? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #3 from Maximilian Ruta <redplug(a)web.de> 2010-04-13 12:46:29 --- deltachaos(a)deltachaos-desktop:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 4800 Series OpenGL version string: 3.2.9737 Compatibility Profile Context deltachaos(a)deltachaos-desktop:~$ glxgears -info GL_RENDERER = ATI Radeon HD 4800 Series GL_VERSION = 3.2.9737 Compatibility Profile Context GL_VENDOR = ATI Technologies Inc. [...] but Xfire dose not nead directx and so on.. dose this matter? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #4 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-04-13 18:16:48 --- have you built Wine with gcc-4.5 or newer? It's required for some features that xfire uses. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 Justin Soulia <rockinup1231(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rockinup1231(a)gmail.com --- Comment #5 from Justin Soulia <rockinup1231(a)gmail.com> 2010-04-23 09:10:05 --- I'm running Ubuntu 10.04 Beta 2 (x64) and I've built wine with gcc 4.5. I installed xfire and have had it working fine ever since. Note that I didn't upgrade Ubuntu to 10.04, per-say. I installed it fresh. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-26 00:46:42 --- Please try a prebuilt Wine package, or build Wine with an older gcc (like 4.4.1), 4.5.0 may generate broken code in some cases. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #7 from Justin Soulia <rockinup1231(a)gmail.com> 2010-04-26 06:44:22 --- (In reply to comment #6)
Please try a prebuilt Wine package, or build Wine with an older gcc (like 4.4.1), 4.5.0 may generate broken code in some cases.
I was merely responding to Jeff's inquiry about whether there was a difference between how xfire worked with normal packages and ones built with gcc-4.5. And there is. At least for me, using pre-built packges xfire shows the same old behavior it has had for a while; starts up, window to register a new account pops up, and when you click any controls in the window or try to close out of it, xfire crashes and a report. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-04-26 08:06:28 --- Then this is clearly a gcc 4.5.0 related problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-03-19 14:35:48 CDT --- (In reply to comment #8)
Then this is clearly a gcc 4.5.0 related problem.
UPSTREAM -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22354 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #10 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-20 09:00:31 CDT --- Did someone file a bug to gcc? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=22354 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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=22354 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED --- Comment #12 from Austin English <austinenglish(a)gmail.com> --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream. Setting back to RESOLVED NOTOURBUG. Sorry for the spam. -- 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