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=54951
Bug ID: 54951
Summary: Calling SetUserObjectInformationW with
UOI_TIMERPROC_EXCEPTION_SUPPRESSION causes Invalid
parameter
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: cocoa(a)hoto.us
Distribution: ---
Created attachment 74476
--> https://bugs.winehq.org/attachment.cgi?id=74476
reproducible executable file
Confirmed on Ubuntu 22.04, wine-8.8.
I am developer who develops company internal software, using Win32 API.
Some of our members using macOS, So I recommended CrossOver.
However that member says It's crashing, I thought It maybe x64 issue so I
provided x86 build for them. It seems to work at first, but crashed after
seconds. It reports: "[87 0x81] Invalid parameter.".
I traced stack and I found this line is the problem:
https://github.com/rodrigocfd/windigo/blob/master/ui/any_globals.go#L172
And I commented out that line, It works with some graphic issue. (No graphic
issue on Wine)
I don't know about Wine's workaround about this function as many, But It seems
to UOI_TIMERPROC_EXCEPTION_SUPPRESSION flag caused the error.
I attached a simple reproducible program that creates 500x500 window.
I also confirmed It crashes on Wine 8.8, the latest development release.
I sent this issue also to CodeWeavers, but I'm filing this bug report because
this also happens on Wine.
By Wine doesn't crash but throws invalid exception, there is no trace
attachment.
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=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=56145
Bug ID: 56145
Summary: Wine lacks VR support ( OpenVR/OpenXR runtime shim)
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xeno(a)x-s.com.pl
Distribution: ---
Currently VR support in Linux gets to the point where it becomes viable option.
Linux native apps tend to do just fine , but there's no way for VR capable
windows apps running trough Wine to detect/use VR devices.
VR is supposed to be supported on Proton and hacky Wine-Proton hybrids, where
first option limits support to apps from Steam and second one is a bit
cumbersome to get it working.
To solve this issue wine environment could provide thin VR runtime environment
that catches calls from apps and direct those to linux native VR runtime that
is installed on user system. Wine OpenXR library shouldn't be that complex as
it'd be simple 1:1 mapping of OpenXR API. For Valve OpenVR API there are two
possible approaches, one similar to OpenXR where wine just forward calls to
SteamVR or it could translate calls to OpenXR, like OpenComposite does, then
call OpenXR runtime on Linux side.
--
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.