https://bugs.winehq.org/show_bug.cgi?id=53481
Bug ID: 53481
Summary: Scrollbars in Visio 2003 can't be interacted with the
mouse in Wine 7.14
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)copysoft.org
Distribution: ---
The latest version of Wine 7.14 breaks the scroll bars in Visio 2003, the
scroll bars can't be interacted with the mouse, you can not drag the bar and
you can't click in the arrow buttons either.
The bars resize and slide properly when you zoom over the document in Visio, is
just the mouse interaction that doesn't work.
I've run a bisect and this appears to be the culprit commit:
419893519c0660a765ebb9898b5ccf64c273b0cf is the first bad commit
commit 419893519c0660a765ebb9898b5ccf64c273b0cf
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Jun 30 17:12:46 2022 +0200
win32u: Move scroll tracking implementation from user32.
--
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=53436
Bug ID: 53436
Summary: Can't recognize ')' as an internal or external
command, or batch script.
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Wine when running the following command file:
------------
if "x"=="x" echo A & (if exist z (echo B) else (echo C))& echo D
------------
On Windows the output is:
------------
c:\workspace>test.cmd
c:\workspace>if "x" == "x" echo A & (if exist z (echo B ) else (echo C ) )
& echo D
A
C
D
------------
On Wine 7.13, the output is:
------------
$ wine64 test.cmd
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Z:\home\user\workspace>if "x"=="x" echo A & (if exist z (echo B) else (echo
C))& echo D
A
C
Can't recognise ')' as an internal or external command, or batch script.
D
------------
Similar syntax is used in Msys2's msys2_shell.cmd file causing it to get stuck
in an infinite loop.
--
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=53416
Bug ID: 53416
Summary: Scrollbars don't work in multiple applications
Product: Wine
Version: 7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
E.g. in Audacity 2.4.2.
Open any audio file, zoom in (Ctrl + Mouse Up/Down), try to use the lower
horizontal bar. It doesn't react to mouse clicks at all.
--
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=53502
Bug ID: 53502
Summary: VbsEdit does not display WMI classes due to Wine's
missing implementation of CreateClassEnum
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: dimaki(a)rocketmail.com
Distribution: ---
Clicking on WMI Classes in Object Browser of 32bit VbsEdit application running
on Wine does not display the WMI class list which does happen on Windows. The
command line displays the folllowing fixme at the time of the click:
"01a0:fixme:wbemprox:wbem_services_CreateClassEnum"
Modifying the fixme to display more information about the passed in values into
the CreateClassEnum function indicates that the values below are passed in by
the VbsEdit application.
Superclass: L""
Flags: 0x20020
Context: 00000000
I believe that Flags hex value of 0x20020 indicates that the following 2 flags
are passed in.
WBEM_FLAG_USE_AMENDED_QUALIFIERS
WBEM_FLAG_FORWARD_ONLY
--
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=34298
Bug #: 34298
Summary: Wine use any Tahoa it find !!
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
Created attachment 45661
--> http://bugs.winehq.org/attachment.cgi?id=45661
Wine Tahoma and old native Tahoma
When install msttcore-fonts which install some old native Windows fonts on
Linux , Wine use native Tahoma instead built-in one .
Old native Tahoma doesn't contain Arabic characters .
So Arabic in Tahoma places don't shown .
I suggest to prevent Wine to use any Tahoma except Wine one .
Thank You For Attention .
--
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=53500
Bug ID: 53500
Summary: PixelFormats PFD_GENERIC_FORMAT flag doesn't get set
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ddaniels(a)umalumni.mb.ca
https://github.com/opentk/opentk/issues/523
If you grep through the Wine source, you can see that it never sets the
PFD_SUPPORT_COMPOSITION flag, under any of the graphics drivers.
On macOS, the winemac driver never sets PFD_GENERIC_FORMAT so OpenTK treats all
modes as accelerated.
This causes programs such as an older version of BizHawk for macOS (
https://github.com/TASVideos/BizHawk/releases/ ) to fail and even some more
recent software that uses the OpenTK library.
--
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=34872
Bug #: 34872
Summary: Keyboard Enter doubled
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bza.10.juebo(a)spamgourmet.com
Classification: Unclassified
I am trying to run SpeQ Mathematics ( http://www.speqmath.com/files/speq.zip )
with wine-1.7.4 on lubuntu 13.10, locale German (but others won't work too)
When I enter a line and hit ENTER for calculating it seems that there are sent
2 Enter-commands or a Ctrl-Enter Command and the line is not calculated.
With F5 (calculate sheet) or right mouse click and "calculate line" SpeQ works
well.
It did work once ago. I think it was with wine 1.4
Similar problem with "Ultra Edit": After hitting Enter a new line is generated
but the coursor is placed behind the last line. When typing a key the cursor
jumps to the last line.
--
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=41134
Bug ID: 41134
Summary: Error messagew launched when starting foxit reader-802
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joachim.backes(a)rhrk.uni-kl.de
Distribution: ---
Created attachment 55338
--> https://bugs.winehq.org/attachment.cgi?id=55338
Error mesage when launching foxitreader-802.
I installed Foxit reader 802 from foxitsoftware.com
(FoxitReader802_enu_Setup_Prom.exe). If starting it, an error message is
launched, but the software seems to run properly.
--
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=53496
Bug ID: 53496
Summary: d3d10core:d3d10core sometimes crashes on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d10core:d3d10core sometimes crashes on Windows. The crash rate is about 1.5%,
thus causing false positives. Furthermore the location of the crash seems
somewhat random:
d3d10core.c:3172: this is the last test seen before the exception
1afc:d3d10core: unhandled exception c0000005 at 0000000000402207
or
d3d10core.c:3191: this is the last test seen before the exception
1110:d3d10core: unhandled exception c0000005 at 0000000000403EF9
or
d3d10core.c:16482: this is the last test seen before the exception
0250:d3d10core: unhandled exception c0000005 at 00000000004025D4
or (w7u)
d3d10core.c:17273: Tests skipped: Skipping test with DXGI_FORMAT_R8G8B8A8_UINT
on WARP.
0d2c:d3d10core: unhandled exception c0000005 at 7FF9615D
...
https://test.winehq.org/data/patterns.html#d3d10core:d3d10core
It is possible that the randomness is caused by the test's multi-threading.
--
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=53493
Bug ID: 53493
Summary: user32:menu - test_AppendMenu() fails when handle
>0x80000000
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:menu - test_AppendMenu() fails when the submenu handle is greater than
0x80000000:
menu.c:2654: Test failed: id 3041329881: wID b54702d9 should be equal to
hSubMenu FFFFFFFFB54702D9
menu.c:2654: Test failed: id 3041395417: wID b54802d9 should be equal to
hSubMenu FFFFFFFFB54802D9
https://test.winehq.org/data/patterns.html#user32:menu
--
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.