[Bug 29230] New: Steam client crash on select "news" tab
http://bugs.winehq.org/show_bug.cgi?id=29230 Bug #: 29230 Summary: Steam client crash on select "news" tab Product: Wine Version: 1.3.33 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: midnighterdev(a)gmail.com Classification: Unclassified Created attachment 37761 --> http://bugs.winehq.org/attachment.cgi?id=37761 log of crash Steam client on "news" tab select I Starts steam client, then select "news" tab into steam client and client exits. -- 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=29230 --- Comment #1 from Mikhail <midnighterdev(a)gmail.com> 2011-12-03 05:51:57 CST --- Created attachment 37763 --> http://bugs.winehq.org/attachment.cgi?id=37763 Sorry, previous log is empty, please see this 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=29230 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #2 from GyB <gyebro69(a)gmail.com> 2011-12-04 04:49:26 CST --- Do you have the MS fonts installed (winetricks corefonts)? -- 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=29230 --- Comment #3 from Mikhail <midnighterdev(a)gmail.com> 2011-12-04 05:13:16 CST --- No, I have not the winetricks -- 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=29230 --- Comment #4 from GyB <gyebro69(a)gmail.com> 2011-12-04 05:16:58 CST --- (In reply to comment #3)
No, I have not the winetricks
You can grab it here: http://winetricks.org/winetricks Save it somewhere in your home folder, make it executable (chmod +x winetricks) and perform 'winetricks corefonts' to see if that makes a difference with your 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=29230 --- Comment #5 from Mikhail <midnighterdev(a)gmail.com> 2011-12-05 02:20:30 CST --- nothing changes -- 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=29230 --- Comment #6 from GyB <gyebro69(a)gmail.com> 2011-12-06 15:19:41 CST --- the log says: ... err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. ... Install the winbind package via package manager and try again. -- 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=29230 --- Comment #7 from Mikhail <midnighterdev(a)gmail.com> 2011-12-07 02:51:36 CST --- I installed "mod_auth_ntlm_winbind" package but didn`t have any change in log. I have only "mod_auth_ntlm_winbind-0.0.0-0.11.20070129svn713.fc15" package. -- 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=29230 --- Comment #8 from Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> 2011-12-07 09:04:12 CST --- (In reply to comment #7)
I installed "mod_auth_ntlm_winbind" package but didn`t have any change in log.
Wine is not Apache, it doesn't need Apache's authentication modules. But Wine needs program "ntlm_auth". -- 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=29230 --- Comment #9 from GyB <gyebro69(a)gmail.com> 2011-12-07 09:08:40 CST --- (In reply to comment #7)
I installed "mod_auth_ntlm_winbind" package but didn`t have any change in log. I have only "mod_auth_ntlm_winbind-0.0.0-0.11.20070129svn713.fc15" package.
The package you need to install on Fedora 15 should be samba-winbind-3.5.12-72.fc15.1.i686.rpm or something like that. -- 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=29230 --- Comment #10 from Mikhail <midnighterdev(a)gmail.com> 2011-12-07 10:22:23 CST --- Created attachment 37850 --> http://bugs.winehq.org/attachment.cgi?id=37850 log with package ntlm_auth Yes, I find samba-winbind-3.6.1-75.fc16 package and install it. Please see new 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=29230 --- Comment #11 from GyB <gyebro69(a)gmail.com> 2011-12-07 12:04:36 CST --- What video card and drivers are you using? Is this with a clean wineprefix, with only corefonts installed? I can't seem to reproduce the problem here on F16+Gnome 3 and with the latest Nvidia proprietary drivers. Tried with 1.3.33 and 1.3.34, full-screen as well as virtual desktop mode. Likely others with more insight can figure the problem out if you attach a +relay,+seh,+tid debug 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=29230 --- Comment #12 from Mikhail <midnighterdev(a)gmail.com> 2011-12-08 01:46:17 CST --- I have Fedora 16 + KDE with last updates. video card: [midnighter(a)localhost Steam]$ lspci | grep Graphics 00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c) driver: xorg-x11-drv-intel 2.17.0-1.fc16 wineprefix installed with "corefonts and later I installed "vcrun2005" (it solved my bug 29189) see debug log with +relay,+seh,+tid option compressed to bzip2 format https://docs.google.com/open?id=0B5ZsNJ3PibhpMzhjM2JhOTQtYTBjZi00MjBiLWFkZmU... -- 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=29230 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.com --- Comment #13 from Jaime Rave <jaimerave(a)gmail.com> 2011-12-20 22:33:10 CST --- This is not a problem for me on wine-1.3.35-85-g9622300. I have an ATI card and mesa 7.11 this may be a driver bug. -- 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=29230 Linards <linards.liepins(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linards.liepins(a)gmail.com --- Comment #14 from Linards <linards.liepins(a)gmail.com> 2012-12-26 07:35:00 CST --- Not experiencing in v1.5.17. -- 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=29230 Fabian Ebner <f.ebner94(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |f.ebner94(a)gmail.com --- Comment #15 from Fabian Ebner <f.ebner94(a)gmail.com> 2013-05-04 13:58:52 CDT --- Is the bug still present in latest wine? -- 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=29230 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #16 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- (In reply to comment #14)
Not experiencing in v1.5.17.
Reported fixed, no further replies. -- 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=29230 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.12. -- 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