http://bugs.winehq.org/show_bug.cgi?id=33943
Bug #: 33943
Summary: Battle.net client region dropdown does not appear
until you hover its options
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
When opening the Battle.net client (currently in closed beta), the region
dropdown is invisible until the cursor actually goes over its options.
No relevant console 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.
https://bugs.winehq.org/show_bug.cgi?id=44795
Bug ID: 44795
Summary: Need for Speed: Shift demo needs
ID3DXEffectImpl_SetRawValue
Product: Wine
Version: 3.4
Hardware: x86-64
URL: http://www.fileplanet.com/205212/200000/fileinfo/Need-
For-Speed:-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8ca8, data 0x8f4a2b0, byte_offset 0, bytes 256 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d18, data 0x8f4a3b0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d88, data 0x8f4a3c0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8df8, data 0x8f4a3d0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8e68, data 0x8f4a3f0, byte_offset 0, bytes 64 stub!
Car textures are dark. During a race road almost black.
wine-3.4-120-gafef57f872
--
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=42117
Bug ID: 42117
Summary: Chessmaster 9000 windows with double caption/title
bars
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bkbk9(a)yahoo.ca
Distribution: ---
Created attachment 56643
--> https://bugs.winehq.org/attachment.cgi?id=56643
Screenshot, windows with double captions, wine 2.0-rc3
Chessmaster 9000 window and child windows have 2 title bars/captions.
--
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=47165
Bug ID: 47165
Summary: iTunes 12.9 - new GUI issue - black, unusable
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
Created attachment 64410
--> https://bugs.winehq.org/attachment.cgi?id=64410
log for 12.9 with wine 4.8
iTunes 12.7 works fine, but iTunes 12.9 is just a black window with few menu
text. Native gdiplus doesn't help.
Wine 4.8, 64bit, Ubuntu 19.4.
Download for iTunes 12.
https://secure-appldnld.apple.com/itunes12/091-45357-20180123-72201840-FFEA…
Do you need any extra output?
--
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=46662
Bug ID: 46662
Summary: absolute value of unsigned type 'unsigned int' has no
effect
Product: Wine
Version: 4.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
I compiled in macOS with clang and see numerous messages like this
~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
warning:
taking the absolute value of unsigned type 'unsigned int' has no effect
[-Wabsolute-value]
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
note: remove
the call to 'abs' since unsigned values cannot be negative
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^~~
~~~
Let me explain it is not negligible. It is error.
For example c2 = 8, c1 = 7
abs(c1 - c2) = 0xFFFFFFFF > max_diff
The condition is TRUE!!!
There is other places, not only in tests, for example
dlls/gdiplus/image.c
and hundreds such mistakes.
--
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=14218
Summary: OleLoadPictureEx is not fully implemented (ole32)
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mehlers(a)adata.de
Created an attachment (id=14504)
--> (http://bugs.winehq.org/attachment.cgi?id=14504)
Wine Output for OleLoadPictureEx
The Main Window of our Software under Windows shows a Picture. If we use the
builtin-Version of ole32 the Picture is not displayed. It seems that
"OleLoadPictureEx" ist not fully implemented.
See attachment "output.txt" for more information.
adata Software GmbH
Michael Ehlers
--
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=42893
Bug ID: 42893
Summary: Cann't insert any HBITMAP in RichEdit control
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: xiewei(a)deepin.com
Distribution: ---
1.Run Edit.exe with wine
2.Select any emoticon insert to the richedit,but nothing happened.
--
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=51064
Bug ID: 51064
Summary: Crash from Starcraft 2 game in Direct Strike mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69922
--> https://bugs.winehq.org/attachment.cgi?id=69922
screen
The bug is manifested for a long time. 100% repeatability. Through Proton no
problem. The problem is only in this mode.
--
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=46475
Bug ID: 46475
Summary: Enlarging the text via mouse-wheel in wordpad does not
adapt the character spacing
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 63298
--> https://bugs.winehq.org/attachment.cgi?id=63298
Image showing the issue
Open wordpad, enter some words.
Hold ctrl and use the scroll-wheel, the zoom doesn't work properly.
"winetricks riched20" works around the issue.
--
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=44514
Bug ID: 44514
Summary: Elder Scrolls Online (Dragon Bones update) requires
more than 32 samplers in pixel shaders with D3D11
renderer
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ssorgatem(a)gmail.com
Distribution: ---
Practically the same as https://bugs.winehq.org/show_bug.cgi?id=41213
Missing ground textures that make the game rather hard to play, same as in the
screenshots for that patch.
The difference is that back then the game required more than 16 samplers...
which was fixed, but it now requries more than 32 samplers:
fixme:d3d:context_bind_shader_resources Shader 0x7fff03eb85a0 needs 37
samplers, but only 32 are supported.
Happens in latest staging, 3.0 and 3.1
--
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.