https://bugs.winehq.org/show_bug.cgi?id=53444
Bug ID: 53444
Summary: user32:msg - test_mouse_ll_hook() sometimes gets an
unexpecteg mouse position on Windows
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:msg - test_mouse_ll_hook() sometimes gets an unexpected mouse position
on Windows:
input.c:1368: Test failed: Wrong new pos: (100,100)
https://test.winehq.org/data/patterns.html#user32:input
This happens on all Windows versions, from Windows 7 to Windows 10 21H2,
except, it seems, Windows 8. The invalid mouse position changes from run to run
but it seems there are only 14 possible values (out of 550 failure cases),
probably because they all come from missed updates.
Wrong new pos: (0,0)
Wrong new pos: (100,100)
Wrong new pos: (100,99)
Wrong new pos: (101,103)
Wrong new pos: (102,103)
Wrong new pos: (103,102)
Wrong new pos: (103,103)
Wrong new pos: (140,140)
Wrong new pos: (149,149)
Wrong new pos: (150,150)
Wrong new pos: (160,160)
Wrong new pos: (200,200)
Wrong new pos: (75,75)
Wrong new pos: (99,100)
--
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=53518
Bug ID: 53518
Summary: riched20:editor - test_EN_LINK() sometimes fails on
Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - test_EN_LINK() sometimes fails on Windows 10:
editor.c:6829: Test failed: cursor position set test 12: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 12: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 12: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 12: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 12: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 12: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 13: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 13: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 13: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 13: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 13: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 13: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 28: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 28: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 28: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 28: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 28: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 28: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 29: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 29: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 29: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 29: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 29: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 29: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 44: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 44: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 44: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 44: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 44: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 44: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 45: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 45: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 45: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 45: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 45: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 45: Expected link range
[0,31) got [589505315,589505315)
https://test.winehq.org/data/patterns.html#riched20:editor
The failures always happen in the same iterations which all correspond to
WM_CHILD tests.
--
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=52511
Bug ID: 52511
Summary: Race condition on exit of application
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 71812
--> https://bugs.winehq.org/attachment.cgi?id=71812
Inital log. Shows threads waiting.
Version 7.0 seems to have introduced an race condition on exit of at least one
application. https://appdb.winehq.org/objectManager.php?sClass=version&iId=6602
On exit I get these errors about two thread seeming to wait for each other. See
attached log.
Repeating infinitely.
Tested both with 7.0 and wine-7.1-180-gadda27cdb82 on Xubuntu 20.04.3.
--
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=53251
Bug ID: 53251
Summary: d3d10core:d3d10core - test_pipeline_statistics_query()
sometimes fails on Windows 10 1909+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d10core:d3d10core - test_pipeline_statistics_query() sometimes fails on
Windows 10 1909+:
d3d10core.c:4780: Test failed: Got unexpected IAVertices count: 0.
d3d10core.c:4781: Test failed: Got unexpected IAPrimitives count: 0.
d3d10core.c:4782: Test failed: Got unexpected VSInvocations count: 0.
d3d10core.c:4785: Test failed: Got unexpected CInvocations count: 0.
d3d10core.c:4786: Test failed: Got unexpected CPrimitives count: 0.
https://test.winehq.org/data/patterns.html#d3d10core:d3d10core
These failures seem to only happen on the TestBot VMs that use the basic 'VGA'
driver. However they are pretty rare so it's hard to be sure they cannot happen
on the QXL multi-monitor configurations.
They are also rare enough to cause false positives.
--
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=11461
Summary: TortoiseSVN does not run under Wine
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mslinn(a)mslinn.com
I note that Winscp (winscp.org) is able to display TortoiseSVN menus in the
local file window when running under Windows, but not when running under wine.
Here is how I invoke winscp under wine:
WINEDEBUG=fixme-all wine "c:/program files/winscp/winscp"
Background:
WinSCP is a very nice GUI front end for Subversion (svn). You can read about
it and download it here: http://tortoisesvn.tigris.org/
TortoiseSVN should not be run across a network when the Icon Overlays feature
is enabled.
http://tortoisesvn.net/node/138http://tortoisesvn.net/node/267
However, TortoiseSVN's icon overlay feature is one of the program's major
assets.
I want to use Cygwin's xterm to connect to the samba server that holds the svn
checkout directory and use Wine to run TortoiseSVN locally on that server. The
user would be presented with a nice visual representation of the state of their
checked out Subversion project, and performance would be good.
On Windows, TortoiseSVN can display its icons in any file chooser window, and
in Windows Explorer. I have also found that WinSCP's explorer view will show
icons for the local machine.
I would prefer not to have to run WinSCP in order to view TortoiseSVN icons.
Perhaps a tiny Win32 program that merely shows a file dialog would be
sufficient to run in an xterm, if Wine would support whatever system calls
TortoiseSVN makes.
For me, and many other programmers and IT personnel who work in a mixed
Windows/Linux environment, Wine would be much more useful if there was a way to
run it under Wine. Might it be possible to extend winefile with whatever it
currently lacks in order to allow TortoiseSVN to run?
--
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=16124
Summary: Install OK => Test for Internet Access failed
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.ibusinesspromoter.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian(a)Familie-Saeum.de
CC: christian(a)Familie-Saeum.de
Created an attachment (id=17360)
--> (http://bugs.winehq.org/attachment.cgi?id=17360)
Here my Log for Start the Programm => failure
Hey guys sorry for the bad English but I did it with Google translator because
my English is not worth reading! Very Happy
So to my problem:
I would like to IBP (http://www.ibusinesspromoter.com/) under Ubuntu 8:10 with
the existing Wine (1.1.8).
Installation works wonderfully well with the launch of the program succeed.
Only once the program on the Internet what it wants is the message that there
is no Internet.
Firefox, but can go on the Internet.
Here's an issue of Wine on the console:
The program was started and then was up to the point Auccount the first set
until it wanted to go on the Internet since then I have not received it quits.
Here my Forum Thread for the Problem:
http://forum.winehq.org/viewtopic.php?p=15270#15270
Bye
--
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=46959
Bug ID: 46959
Summary: Notepad ++ crashes on startup
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: internet(a)ivohuisjes.nl
Distribution: ---
I have been running and upgrading wine from version 3.16 all the way to 4.2.x
while using notepad ++ (under wine) without a problem, but ever since I
upgraded to 4.3 or 4.5, notepad++ crashes on startup with a stack overflow and
"fixme:heap:HeapSetInformation"
My system:
Linux 64 bit (arch based)
Kernel 4.19 (LTS)
To reproduce:
- Install wine 4.2 or older
- Install notepad++
- (Optional) start notepad++ (success!)
- Upgrade to wine 4.5
- Start notepad++
--
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=11595
Summary: wine application crashes if linux application changes a
file it has open (Notepad++)
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tycho_lamerigts(a)yahoo.com
- install notepad++
- start notepad++
- create new file
- save file
- modify saved file with a linux application (e.g. gedit)
- switch focus back to notepad++, it sees the change, then freezes.
--
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=39221
Bug ID: 39221
Summary: msi:install fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a user account with
too few privileges.
install.c:3162: Test failed: Expected ERROR_SUCCESS, got 1603
install.c:3184: Test failed: Expected ERROR_SUCCESS, got 1603
In particular one can notice this bug on the following WineTest boxes:
fg-win2000-rusr: Windows 2000 in a Restricted user account
fg-win7u64-1spie9usr: Windows 7 in a regular user account.
fg-win7u64-1spie9adm: Windows 7 in the administrator user account but without
elevated privileges.
Note however that it succeeds on the following boxes:
fg-win2000-susr: Windows 2000 in a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
That it succeeds in a Standard (Power) user account on Windows 2000 is probably
normal, I believe those can install applications even though they are not
administrators. It's a bit more surprising seeing it work in XP's Limited user
account.
See:
https://test.winehq.org/data/tests/msi:install.html
--
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=53139
Bug ID: 53139
Summary: d3dx9_36:mesh - test_weld_vertices() has 11 rare
failures on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3dx9_36:mesh - test_weld_vertices() has 11 rare failures on Windows:
mesh.c:8414: Test failed: Mesh 26: new_num_vertices == 4, expected 6.
mesh.c:8428: Test failed: Mesh 26: indices[3] == 1, expected 3
mesh.c:8428: Test failed: Mesh 26: indices[4] == 3, expected 4
mesh.c:8428: Test failed: Mesh 26: indices[5] == 2, expected 5
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[3] == 4, expected 3
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[4] == -1, expected 4
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[5] == -1, expected 5
mesh.c:8484: Test failed: Mesh 26: Got (3.000000, 0.000000, 0.000000) for
vertex 3 position, expected (2.000000, 3.000000, 0.000000).
mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 3
undefined color, expected (0, 0, 0, 0).
mesh.c:8484: Test failed: Mesh 26: Got (2.000000, 3.000000, 0.000000) for
vertex 4 position, expected (3.000000, 0.000000, 0.000000).
mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 5
undefined color, expected (1, 1, 1, 1).
https://test.winehq.org/data/patterns.html#d3dx9_36:mesh
These failures seem to only happen on Windows 8 but they are rare enough
(~3.7%) that there is probably not enough evidence to definitively exclude the
other Windows versions.
--
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.