[Bug 24518] New: Civilization V start menu has style issues
http://bugs.winehq.org/show_bug.cgi?id=24518 Summary: Civilization V start menu has style issues Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: adys.wh(a)gmail.com Created an attachment (id=30950) --> (http://bugs.winehq.org/attachment.cgi?id=30950) Wine screenshot See attached screenshots. -- 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=24518 --- Comment #1 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-09-25 07:23:00 CDT --- Created an attachment (id=30951) --> (http://bugs.winehq.org/attachment.cgi?id=30951) Windows screenshot -- 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=24518 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-09-25 07:25:52 CDT --- Two problems at least: - wrong layout; - wrong SysLink (or it's not SysLink?) background. Try native comctl32 please. -- 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=24518 --- Comment #3 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-09-25 07:29:07 CDT --- winetricks comctl32 makes the game pagefault (without backtrace): fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub fixme:process:GetLogicalProcessorInformation ((nil),0x33f634): stub fixme:process:GetLogicalProcessorInformation (0x6bdc00,0x33f634): stub fixme:console:AttachConsole stub ffffffff fixme:ver:RtlGetProductInfo (6,1,0,0,0x33f9d8): stub wine: Unhandled page fault on read access to 0x90909094 at address 0x402b1d (thread 002a), starting debugger... -- 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=24518 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-09-25 07:38:55 CDT --- Try to get backtrace http://wiki.winehq.org/Backtraces. -- 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=24518 --- Comment #5 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-09-25 07:41:27 CDT --- (In reply to comment #4)
Try to get backtrace http://wiki.winehq.org/Backtraces.
Simply using winedbg isn't enough, as the program is started through steam (and running winedbg steam wont cut it); what else can I 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=24518 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-09-25 07:49:48 CDT --- (In reply to comment #5)
(In reply to comment #4)
Try to get backtrace http://wiki.winehq.org/Backtraces.
Simply using winedbg isn't enough, as the program is started through steam (and running winedbg steam wont cut it); what else can I do?
I see, not sure how to get over this Steam wrapper (no way to run it without Steam running, right?). My guess about Link background is that we don't handle LWS_TRANSPARENT properly, we still filling background with altered colour. If you're familiar with controls you could disable WM_ERASEBKGND handler body for this style. But note that it's only a guess. Get +tid,+syslink,+win log please. -- 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=24518 --- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-09-25 07:58:16 CDT --- I'm having some trouble getting the launcher window to show now (It's very dodgy, I don't even know when it's supposed to show...) -- 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=24518 --- Comment #8 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-09-25 08:15:15 CDT --- Created an attachment (id=30952) --> (http://bugs.winehq.org/attachment.cgi?id=30952) +tid,+syslink,+win (In reply to comment #7)
I'm having some trouble getting the launcher window to show now (It's very dodgy, I don't even know when it's supposed to show...)
Got it, the launcher isnt started in Windows XP mode. Here. -- 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=24518 --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-09-25 16:07:20 CDT --- I don't see any problems with basic erase/paint sequence, and no LWS_TRANSPARENT set so this is a missed custom draw support probably. -- 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=24518 g.denece(a)numericable.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.denece(a)numericable.fr --- Comment #10 from g.denece(a)numericable.fr 2010-12-12 04:04:25 CST --- The problems still occurs for Wine 1.3.9 -- 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=24518 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30950|0 |1 is obsolete| | --- Comment #11 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-05-02 22:38:57 CDT --- Created an attachment (id=34443) --> (http://bugs.winehq.org/attachment.cgi?id=34443) Updated screenshot Still an issue in wine-1.3.19. Updated screenshot with the new menu items, but exact same issue. -- 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=24518 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30951|0 |1 is obsolete| | --- Comment #12 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-05-02 22:45:13 CDT --- Created an attachment (id=34444) --> (http://bugs.winehq.org/attachment.cgi?id=34444) Updated windows screenshot -- 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=24518 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30952|0 |1 is obsolete| | --- Comment #13 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-05-02 23:02:27 CDT --- Created an attachment (id=34446) --> (http://bugs.winehq.org/attachment.cgi?id=34446) +tid,+syslink,+win wine-1.3.19 Updated +tid,+syslink,+win, uncompressed. This one does not include steam and begins just as the window shows, should be much more readable. -- 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=24518 --- Comment #14 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-05-02 23:38:42 CDT --- native comctl32 still makes it pagefault, but since I can launch it directly i got some meaningful output. Had to winetricks vcrun2008, but now: fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) fixme:console:AttachConsole stub ffffffff fixme:ver:RtlGetProductInfo (6,1,0,0,0x32f978): stub wine: Unhandled page fault on read access to 0x90909094 at address 0x40363d (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x90909094 in 32-bit code (0x0040363d). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:0040363d ESP:0032fb08 EBP:0032fb4c EFLAGS:00010202( R- -- I - - - ) EAX:90909090 EBX:00000004 ECX:0032fb00 EDX:004065b5 ESI:7e7c3f50 EDI:00000000 ... Backtrace: =>0 0x0040363d in launcher (+0x363d) (0x0032fb4c) 1 0x004026a0 in launcher (+0x269f) (0x0032fe00) 2 0x00404ad7 in launcher (+0x4ad6) (0x0032fe90) 3 0x7b857eec call_process_entry+0xb() in kernel32 (0x0032fea8) 4 0x7b858b8f start_process+0x5e(peb=0x7ffdf000) [/home/adys/src/wine/build/dlls/kernel32/../../../dlls/kernel32/process.c:1086] in kernel32 (0x0032fee8) 5 0x7bc73538 call_thread_func+0xb() in ntdll (0x0032fef8) 6 0x7bc76d0e call_thread_entry_point+0x6d(entry=0x7b858b30, arg=0x7ffdf000) [/home/adys/src/wine/build/dlls/ntdll/../../../dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffc8) 7 0x7bc4b23e start_process+0x1d(kernel_start=0x7b858b30) [/home/adys/src/wine/build/dlls/ntdll/../../../dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8) 8 0xf769f53d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) -- 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=24518 Jan Kalab <pitlicek(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pitlicek(a)gmail.com --- Comment #15 from Jan Kalab <pitlicek(a)gmail.com> 2012-05-26 10:43:19 CDT --- Still an issue in Wine 1.5.4. -- 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=24518 --- Comment #16 from GyB <gyebro69(a)gmail.com> 2012-12-22 10:54:20 CST --- Created attachment 42902 --> http://bugs.winehq.org/attachment.cgi?id=42902 screenshot, comparison (native vs. builtin comctl32) Still present in Wine 1.5.20. I tried native comctl32 but it hardly changed anything: the only visible difference is that that the web link at the bottom of the launcher is missing with native. -- 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=24518 Yuri Shishenko <yurishish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yurishish(a)gmail.com --- Comment #17 from Yuri Shishenko <yurishish(a)gmail.com> 2013-03-24 07:29:13 CDT --- (In reply to comment #16)
Created attachment 42902 [details] screenshot, comparison (native vs. builtin comctl32)
Still present in Wine 1.5.20. I tried native comctl32 but it hardly changed anything: the only visible difference is that that the web link at the bottom of the launcher is missing with native.
Same in 1.5.26. -- 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=24518 --- Comment #18 from teintu(a)mail.com 2013-07-27 02:40:33 CDT --- Created attachment 45412 --> http://bugs.winehq.org/attachment.cgi?id=45412 in game screen shot -- 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=24518 --- Comment #19 from abricot <teintu(a)mail.com> 2013-07-27 02:45:09 CDT --- Comment on attachment 45412 --> http://bugs.winehq.org/attachment.cgi?id=45412 in game screen shot same bug in the launching window with wine 1.6 installed through playonlinux And more ! all in game text and some icons are invisible, in menu as well as in game. -- 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=24518 Jarkko K <jarkko_korpi(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi(a)hotmail.com --- Comment #20 from Jarkko K <jarkko_korpi(a)hotmail.com> --- Could someone who has this issue reportback, what's current situation? With recent wine. -- 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=24518 --- Comment #21 from Yuri Shishenko <yurishish(a)gmail.com> --- (In reply to Jarkko K from comment #20)
Could someone who has this issue reportback, what's current situation?
With recent wine.
No changes. Launcher looks exactly the same as on attachment 42902. -- 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=24518 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #22 from hanska2(a)luukku.com --- Yuri what was your wine version used? -- 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=24518 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? -- 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=24518 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? | --- Comment #23 from Jerome Leclanche <adys.wh(a)gmail.com> --- Not abandoned.. -- 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=24518 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #24 from super_man(a)post.com --- Created attachment 52632 --> https://bugs.winehq.org/attachment.cgi?id=52632 what do you see The white background is winehq in browser. I don't see anything wrong in this pic. Make your mind. wine 1.7.53(up to date git) -- 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=24518 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net -- 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=24518 --- Comment #25 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, @super_man: I don't resolve here since OP still wants to have a say here (comment #23). I'm not going to waste my time here, arguing with people. Make up your own mind ... 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=24518 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #26 from Béla Gyebrószki <gyebro69(a)gmail.com> --- Still an issue in Wine 1.9.24. -- 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=24518 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #27 from joaopa <jeremielapuree(a)yahoo.fr> --- Is still a bug in current wine(3.20)? -- 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