[Bug 24776] New: Starcraft 2: Installer text does not show
http://bugs.winehq.org/show_bug.cgi?id=24776 Summary: Starcraft 2: Installer text does not show Product: Wine Version: 1.3.5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: aronschatz(a)aselabs.com Created an attachment (id=31323) --> (http://bugs.winehq.org/attachment.cgi?id=31323) Screenshot of the installer without text When trying to install Starcraft 2, the installer text does not show. This happens with a Radeon 4850. -- 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=24776 --- Comment #1 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 22:09:24 CDT --- Let me know what other information you need. This is on Ubuntu 10.10 with Wine 1.3.5 from the Wine PPA. System: Asus P6T Deluxe with a Radeon 4850. I've done the various winetricks presented for ATI cards and it didn't work. I've tried the "nopat" to the boot options and that didn't work. -- 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=24776 Thomas Spear <Speeddymon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Speeddymon(a)gmail.com --- Comment #2 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-16 22:14:30 CDT --- WINEDEBUG=+opengl or WINEDEBUG=+d3d might help, not sure if it's using opengl, d3d, or something else for rendering the text there though. -- 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=24776 --- Comment #3 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 22:22:19 CDT --- (In reply to comment #2)
WINEDEBUG=+opengl or WINEDEBUG=+d3d might help, not sure if it's using opengl, d3d, or something else for rendering the text there though.
That's a bash variable setting, right? WINEDEBUG=+d3d wine ./Installer.exe WINEDEBUG=+opengl wine ./Installer.exe Did not fix the issue. Unless I do it another way? -- 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=24776 --- Comment #4 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-16 22:26:40 CDT --- WINEDEBUG=+d3d wine Installer.exe >/home/(your_username)/d3d.txt WINEDEBUG=+opengl wine Installer.exe >/home/(your_username)/opengl.txt Attach both files to this 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=24776 --- Comment #5 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 22:56:15 CDT --- Created an attachment (id=31324) --> (http://bugs.winehq.org/attachment.cgi?id=31324) d3d log Had to add 2>&1 to grab from stderr. -- 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=24776 --- Comment #6 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 22:56:35 CDT --- Created an attachment (id=31325) --> (http://bugs.winehq.org/attachment.cgi?id=31325) OpenGL 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=24776 --- Comment #7 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-16 23:04:38 CDT --- Ok, that one confirmed it's not opengl or d3d. Try +font -- 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=24776 --- Comment #8 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 23:18:04 CDT --- Created an attachment (id=31327) --> (http://bugs.winehq.org/attachment.cgi?id=31327) +font output tgz compressed since it was 2MB. -- 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=24776 --- Comment #9 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-16 23:40:33 CDT --- It looks like it's unable to load fonts. If you are using a 32-bit version of linux, try the winetricks tool (google for the url). It can install the MS core fonts, which I think may be the cause for them not showing up. -- 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=24776 --- Comment #10 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 23:57:00 CDT --- I used the winetricks to install all the fonts and it still comes up blank. -- 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=24776 --- Comment #11 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-16 23:58:51 CDT --- Forgot to mention, if you look at the screenshot, the option boxes aren't rendered. I play SC2 on Windows and I've installed it on a Kubuntu 10.04 with a different setup without issue (playing is a different thing). The fact that the install fonts and the boxes not being rendered leads me to believe it isn't a font thing. I'll be happy to supply additional logs. Thank you for the help. -- 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=24776 --- Comment #12 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-17 00:09:20 CDT --- What happens if you copy the .wine directory from that Kubuntu install to this machine you are having problems with the installer on? The option dialogs was why I thought it might be OpenGL or D3D in the first place, though. -- 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=24776 --- Comment #13 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-17 09:34:24 CDT --- I believe it is a different wine version, though. -- 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=24776 --- Comment #14 from Thomas Spear <Speeddymon(a)gmail.com> 2010-10-17 11:40:34 CDT --- Worth a shot. Also, could try the latest wine version as I had mentioned in a previous comment -- 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=24776 --- Comment #15 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-17 17:43:05 CDT --- I'm already at 1.3.5. I'm back at my older comp and will take the directory and move it when I get a chance. Still, I'd like to get this bug resolved. Is there any other information I can help present? -- 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=24776 --- Comment #16 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-19 20:19:16 CDT --- I copied my .wine directory (except drive_c since it is like 12GB). It still didn't work. What folders should I copy from drive_c? -- 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=24776 --- Comment #17 from Aron Schatz <aronschatz(a)aselabs.com> 2010-10-19 20:21:45 CDT --- Created an attachment (id=31393) --> (http://bugs.winehq.org/attachment.cgi?id=31393) wine log for normal start Here's the normal wine output. -- 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=24776 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31393|application/octet-stream |text/plain mime type| | -- 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=24776 Mike Gibson <megibson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |megibson(a)gmail.com --- Comment #18 from Mike Gibson <megibson(a)gmail.com> 2010-11-25 20:11:36 CST --- I'm also experiencing this problem. Blind installing is working as I write this. You should be able to hear the mouse over button sounds. You have to click install (top left) on the first page and then ok on the next one (bottom) to confirm the install location. I'm willing to test or submit logs to help on this one. -- 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=24776 Spencer Brown <sbrown124(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrown124(a)gmail.com --- Comment #19 from Spencer Brown <sbrown124(a)gmail.com> 2010-12-21 19:38:28 CST --- I have this bug too. I think it only shows up on ATI cards running the Catalyst drivers. When I installed SC2 on Ubuntu running the open-source ati drivers, the text showed fine. So it's probably a driver issue. I have learned my lesson: don't buy from ATI. Running Arch Linux x86-64, Catalyst 10.12, Radeon HD 4350. -- 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=24776 Andrew Gryaznov <realgrandrew(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |realgrandrew(a)gmail.com --- Comment #20 from Andrew Gryaznov <realgrandrew(a)gmail.com> 2011-06-18 05:05:50 CDT --- Confirmed Ubuntu 10.10 / Catalyst 11.6 / wine 1.3.10 / Radeon HD 4350 The window seems to not being redrawn: if I hover dragging other windows over it - the contents get rendered. -- 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=24776 runetmember(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember(a)gmail.com --- Comment #21 from runetmember(a)gmail.com 2012-03-09 12:00:12 CST --- Text is displayed with WINE 1.4, so probably already fixed. -- 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=24776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #22 from Austin English <austinenglish(a)gmail.com> 2012-03-12 13:22:03 CDT --- Reported fixed. -- 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=24776 --- Comment #23 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 14:08:52 CDT --- Closing bugs fixed in 1.5.0. -- 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=24776 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 17:11:19 CDT --- Really closing bugs fixed in 1.5.0. -- 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.
participants (1)
-
wine-bugs@winehq.org