[Bug 31320] New: Steam fails to start, needs dwrite.dll.DWriteCreateFactory
http://bugs.winehq.org/show_bug.cgi?id=31320 Bug #: 31320 Summary: Steam fails to start, needs dwrite.dll.DWriteCreateFactory Product: Wine Version: 1.5.9 Platform: x86 URL: http://cdn.steampowered.com/download/SteamInstall.msi OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: gyebro69(a)gmail.com CC: bunglehead(a)gmail.com Classification: Unclassified Created attachment 41157 --> http://bugs.winehq.org/attachment.cgi?id=41157 terminal output The Steam client fails to start in the git version (wine-1.5.9-186-g1f6febe), it crashes before putting up the login window.
wine: Call from 0x7b839882 to unimplemented function dwrite.dll.DWriteCreateFactory, aborting
This is after the stubbed implementation of dwrite: commit 3a724d58eba31666af3886d759371507f8cddd50 Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Jul 24 14:05:18 2012 +0400 dwrite: Added initial stub. I presume it is a work in progress, rather than a regression. I added Nikolay to CC list. No such component in bugzilla as dwrite. -- 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=31320 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com Severity|normal |minor --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-07-25 12:41:21 CDT --- Easy workaround: disable dwrite.dll in winecfg. -- 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=31320 --- Comment #2 from GyB <gyebro69(a)gmail.com> 2012-07-25 12:44:32 CDT --- (In reply to comment #1)
Easy workaround: disable dwrite.dll in winecfg.
Just found out that there is a Steam command line parameter: '-no-dwrite', which makes it possible to start Steam. No idea what does that option do. -- 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=31320 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-07-25 12:47:12 CDT --- (In reply to comment #2)
(In reply to comment #1)
Easy workaround: disable dwrite.dll in winecfg.
Just found out that there is a Steam command line parameter: '-no-dwrite', which makes it possible to start Steam. No idea what does that option do.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd368038%28v=vs.85%2... It is used for better font rendering (assuming it is fully implemented). -- 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=31320 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-25 13:33:36 CDT --- It will take some time to make it work. So yes, disable it for now and keep this report open if you like. -- 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=31320 Luke Bratch <l_bratch(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |l_bratch(a)yahoo.co.uk -- 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=31320 James Eder <jimportal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jimportal(a)gmail.com -- 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=31320 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7ef5661d546df99a26b639daf42 | |e81c20156cc62 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-07-30 18:31:10 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/7ef5661d546df99a26b639daf42... -- 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=31320 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2012-07-31 14:19:20 CDT --- Closing bugs fixed in 1.5.10. -- 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=31320 Aigars Mahinovs <aigarius(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aigarius(a)gmail.com --- Comment #7 from Aigars Mahinovs <aigarius(a)gmail.com> 2012-08-04 04:30:31 CDT --- While Steam does not crash anymore with 1.5.10, it does not work either - all font rendering fails, unless the -no-dwrite option is specified. All places where test should be are rendered to zero width images. -- 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=31320 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-08-04 05:15:06 CDT --- (In reply to comment #7)
While Steam does not crash anymore with 1.5.10, it does not work either - all font rendering fails, unless the -no-dwrite option is specified. All places where test should be are rendered to zero width images.
This is covered by bug 31374. You should be able to disable dwrite.dll in winecfg without any additional Stream options. -- 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=31320 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |dwrite -- 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