https://bugs.winehq.org/show_bug.cgi?id=37109
Bug ID: 37109
Summary: Tab control waits for two seconds and then hides its
children when its WS_TABSTOP/WS_EX_CONTROLPARENT
change
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Created attachment 49330
--> https://bugs.winehq.org/attachment.cgi?id=49330
Source of program that demonstrates this bug. Only compiles with mingw due to
use of asprintf().
For simplicity's sake (and especially since I'm now going to need to make them
transparent...), my tab apges are all children of the tab control itself.
Because WS_TABSTOP and WS_EX_CONTROLPARENT are mutually exclusive, my tab
controls enable the latter before calls to IsDialogMessage() and enable
WS_TABSTOP after calls to IsDialogMessage(). The attached program is a basic
example with a tab that parents an edit control.
In wine, if you click the sole tab or press Tab while focused on the edit
control, you will notice that wine seems to stall for a few seconds, then the
tab receives focus and the edit disappears. If you press Tab again, the edit
reappears.
On both Windows XP 32-bit and Windows 7 64-bit, both with and without a
comctl32.dll v6 manifest, the focus switch happens instantly and the edit does
not disappear.
Using wine-1.7.22 from the official Wine PPA and a 64-bit WINEPREFIX
(apparently) on Ubuntu 14.04.
Thanks!
--
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=38709
Bug ID: 38709
Summary: The problem with mailru agent for windows.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 79625490833(a)yandex.ru
Distribution: ---
Created attachment 51638
--> https://bugs.winehq.org/attachment.cgi?id=51638
buglist
Hello. There is a problem with the launch of stored agent, as the version
stored 32 bit and the program emulates 64 bit Windows7. Provide buglist.
http://rghost.ru/download/8dYjSN2BF/d507cfdee155767cdc7503f4084c2187442dac5…
- Here is the file.
--
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=41371
Bug ID: 41371
Summary: Grand Theft Auto San Andreas crash using cleo 4
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 55716
--> https://bugs.winehq.org/attachment.cgi?id=55716
backtrace-cleo-a
Grand Theft auto crash using cleo 4 in various situations
With modloader - skin selector crash around 8 to 12 minuts of play
With some mods (4 cars modded and 1 weapon) around same time
Without cleo with only cars mode crash too
Disable radio stations also produce similar crash too
This situations produce two different backtraces
System Specs Used in Test
Nvidia Drivers 370.28 (run package from nvidia homepage)
Xubuntu 16.04 64Bit - Kernel 4.4.0-38 generic (ubuntu mainline) - CPUFreq:
Performance
CPU: INTEL Pentium G3258 (Haswell 22nm) 4.1Ghz + Artic Cooling Alpine 11 Plus
MEMORY 8GB DDR3 1333 (2x4) Patriot value (128 bit dual channel: 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
MAINBOARD: MSI H81M E33
--
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=9141
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #17 from rebe(a)gmx.net ---
Wine implements cards.dll here and uses bmp files
http://source.winehq.org/git/wine.git/tree/HEAD:/dlls/cards
The Microsoft cards.dll comprises 68 bmp images and plus a few legacy images
(ID:678-684) missing in wine.
Reactos has a different implementation which appears to support different card
decks (default and bavarian):
https://github.com/reactos/reactos/blob/master/reactos/dll/win32/cards/
If the topic under discussions is theming of cards.dll the easiest way would be
to build an alternative cards.dll with another deck of bmp files.
--
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=41689
Bug ID: 41689
Summary: Cyberduck crashes at launch
Product: Wine
Version: 1.8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)rudloff.pro
Distribution: ---
Created attachment 56083
--> https://bugs.winehq.org/attachment.cgi?id=56083
Backtrace
When I try to run Cyberduck 5.2.3
(https://update.cyberduck.io/windows/Cyberduck-Installer-5.2.3.21496.exe), it
crashes.
--
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=41180
Bug ID: 41180
Summary: gst/gst.h throws a configure warning: WARNING:
gst/gst.h: present but cannot be compiled
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
I am trying to get set up to do a regression test and I am following the Wine
Wiki on regression testing here: https://wiki.winehq.org/Regression_Testing
So I have a folder with the latest git version of Wine and I ran this command
as the wiki recommends first to seed ccache:
CC="ccache gcc" ./configure --verbose --disable-tests
(Please note that I have a 64-bit only application that suddenly stopped
working hence the reason I am not using the -m32 flag in this command)
After I enter the command and ./configure starts running I get the error below
that requests that I report it to WineHQ:
configure: WARNING: gst/gst.h: present but cannot be compiled
configure: WARNING: gst/gst.h: check for missing prerequisite headers?
configure: WARNING: gst/gst.h: see the Autoconf documentation
configure: WARNING: gst/gst.h: section "Present But Cannot Be Compiled"
configure: WARNING: gst/gst.h: proceeding with the compiler's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel(a)winehq.org ##
configure: WARNING: ## ------------------------------------ ##
Reporting as requested.
Please let me know what info you need from me in order to get this solved.
--
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=4713
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winetest(a)luukku.com
--- Comment #29 from winetest(a)luukku.com ---
Sill freezes but I think the animation was smoother and longer than before also
the console output is a lot cleaner.
wine CreatureViewerDX7.exe
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000006 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33eed4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33ec14,0x00000000), stub!
fixme:d3d:state_zvisible WINED3D_RS_ZVISIBLE not implemented.
fixme:d3d:wined3d_gl_compare_func Unrecognized compare function 0.
That's the only lines it prints default.
Any ideas?
wine 2.0rc5 and wine-staging 2.0rc4.
--
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=42204
Bug ID: 42204
Summary: Inconsistent usage of control colors results in
"broken" 3D effect of control borders
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rq(a)akl.lt
Distribution: ---
Created attachment 56838
--> https://bugs.winehq.org/attachment.cgi?id=56838
Wine color theme used in the screenshots
I have configured my copy of wine to use colors as similar as possible to my
dark GTK theme (which is basically Adwaita Dark). I was hoping to achieve
modestly 3D-ish look, so I configured colors appropriately using buttons as
reference. I'm attaching my theme as a registry file.
However, I noticed a few inconsistencies in how Wine uses these colors when
drawing borders.
Particularly:
1. the bottom and right borders of sunk-in elements such as combo boxes, text
fields, checkbox fields, radio buttons, notepad text editor widget, various
lists (such as file and folder listing in File/Open dialog), slider bars and
probably others have their two colors mixed up.
2. top and left borders of some embossed elements, most notably, the scrollbar
buttons and thumbs, and drop-down list buttons have their two colors mixed up.
3. top and left borders of Window drop-down menus have their two colors mixed
up.
4. Menu bar color is not used for menu bar. Instead, menu background color is
used (which I suppose is meant for drop-down menu backgrounds).
5. I'm not sure if named widget groups such as ones in winecfg tabs are
supposed to look embossed or not, but they certainly do not.
I'll be attaching a few screen shots shortly, depicting status quo on the left
and desired looks on the right.
--
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=33706
Bug #: 33706
Summary: Download Accelerator Plus 10: crash when opening
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fael_mc(a)msn.com
Classification: Unclassified
Download Accelerator Plus 10 crash when opening
The installation runs smoothly. At the end of the installation the DAP tries to
open and lock with an error screen.
After installation when trying to open the DAP, nothing happens. But in the
terminal, the log remains in this looping:
fixme:ieframe:bind_to_object BindToObject failed: 8007007a
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:WebBrowser_Stop (0x203068)
fixme:ieframe:bind_to_object BindToObject failed: 8007007a
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:WebBrowser_Stop (0x203068)
fixme:ieframe:bind_to_object BindToObject failed: 8007007a
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:WebBrowser_Stop (0x203068)
fixme:ieframe:bind_to_object BindToObject failed: 8007007a
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:WebBrowser_Stop (0x203068)
and not for more, you have to kill the process.
Test with new clean wineprefix
--
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=8174
winetest(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.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.