https://bugs.winehq.org/show_bug.cgi?id=41717
Bug ID: 41717
Summary: webservices:writer test regression in test_datetime
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, the Windows 7 to 10 machines have 6 new test failures:
writer.c:2654: Test failed: 18: got 803d0000
writer.c:2657: Test failed: 23: wrong result
writer.c:2657: Test failed: 24: wrong result
writer.c:2657: Test failed: 25: wrong result
writer.c:2657: Test failed: 26: wrong result
writer.c:2657: Test failed: 27: wrong result
See:
https://test.winehq.org/data/tests/webservices:writer.html
commit 6cd80610c871ce1fbcd0e9b0fede9fac66dd1669
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Oct 12 15:30:19 2016 +0200
webservices: Strip trailing zeros from time fraction.
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
This can be seen on the following machines: fg-win7u64-0sp, fg-win7u64-1sp*,
win7ultimate-32bit, fg-acer64-w8-t32, fg-acer64-w8-t64, dr-10-A8-x64,
dr-w10-A8-wow.
Note that shortly before the above patch was added another patch caused the
test to crash which was then fixed 6 days later. So it is possible the real
culprit is in the 6372cd8e49a6..86b5ec3fd1fb range.
--
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=41949
Bug ID: 41949
Summary: Pasting into IDA Pro stops working on macOS
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: vit9696(a)avp.su
There already is a report regarding a regression introduced in the recent wine
versions (somewhere after 1.9.15) regarding IDA Pro clipboard issues #41710.
However, there is one more winemac-specific bug, existing in all known wine
versions of at least 1.9.x branch. Basically IDA stops receiving macOS clips
after anything is copied from IDA to macOS.
To reproduce this the following steps need to be performed:
1. Load any binary (e.g. by dragging it into IDA window);
2. Select any text and press Ctrl+C;
3. Paste it anywhere on your mac (e.g. press Cmd+V in TextEdit.app);
4. Now select any other text in a native app and copy it (e.g. press Cmd+C in
TextEdit.app);
5. Paste this text into any field in IDA (e.g. press g, then Ctrl+V).
What will happen at the 5th step is IDA getting data copied at the 2nd step
instead of the 4th.
Newer wine versions might additionally cause a crash at the 2nd step (due to
#41710). Older wine versions (e.g. 1.9.15) have no such 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=40344
Bug ID: 40344
Summary: shell32:assoc regression (privilege issue)
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The commit below introduces new failures / crashes when it is run without
elevated privileges.
For instance the fg-win7u64-1spie9adm (Widnows 7 Ultimate, administrator
account without elevated privileges) and fg-win7u64-1spie9usr VMs (same but in
regular user account) gets 4 new failures and a crash:
assoc.c:153: Test failed: RegCreateKeyExW(HKCR, ".test") failed: 0x5
assoc.c:155: Test failed: RegSetValueExW(HKCR\.test, NULL, "testfile") failed:
0x6
assoc.c:159: Test failed: RegCreateKeyExW(HKCR, "testfile") failed: 0x5
assoc.c:113: Test failed: line 162: IQueryAssociations::Init failed, 0x80070057
assoc.c:113: this is the last test seen before the exception
assoc: unhandled exception c0000005 at 75EFE3E6
test failed: crash
While the fg-winxp-lusr VM (Windows XP SP3+Limited user account) gets 17 new
failures:
assoc.c:153: Test failed: RegCreateKeyExW(HKCR, ".test") failed: 0x5
assoc.c:155: Test failed: RegSetValueExW(HKCR\.test, NULL, "testfile") failed:
0x6
assoc.c:159: Test failed: RegCreateKeyExW(HKCR, "testfile") failed: 0x5
assoc.c:113: Test failed: line 160: IQueryAssociations::Init failed, 0x1
assoc.c:113: Test failed: line 161: IQueryAssociations::Init failed, 0x1
assoc.c:113: Test failed: line 162: IQueryAssociations::Init failed, 0x80070057
assoc.c:166: Test failed: RegCreateKeyExW(HKCR\testfile\DefaultIcon) failed:
0x6
assoc.c:168: Test failed: RegSetValueExW(HKCR\testfile\DefaultIcon, NULL,
"folder.ico") failed: 0x6
assoc.c:113: Test failed: line 169: IQueryAssociations::Init failed, 0x1
assoc.c:118: Test failed: line 169: GetString returned 0x80004005, expected
success
assoc.c:129: Test failed: line 169: GetString returned L"", expected
L"shell32.dll,1"
assoc.c:113: Test failed: line 170: IQueryAssociations::Init failed, 0x1
assoc.c:118: Test failed: line 170: GetString returned 0x80004005, expected
success
assoc.c:129: Test failed: line 170: GetString returned L"", expected
L"shell32.dll,1"
assoc.c:113: Test failed: line 171: IQueryAssociations::Init failed, 0x80070057
assoc.c:118: Test failed: line 171: GetString returned 0x80004005, expected
success
assoc.c:129: Test failed: line 171: GetString returned L"", expected
L"shell32.dll,1"
shell32:assoc results on test.winehq.org:
https://test.winehq.org/data/tests/shell32:assoc.html
commit 9e05c66c03cfa6df33fea0c13b944684bca9999f
Author: Theodore Dubois <tblodt(a)icloud.com>
Date: Wed Mar 16 13:19:51 2016 -0700
shell32/tests: Additional tests for IQueryAssociations.
Signed-off-by: Theodore Dubois <tblodt(a)icloud.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=32632
Bug #: 32632
Summary: Dragon Naturally Speaking 12 does not load with
timeout error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Classification: Unclassified
This is probably a regression.
I haven't used Naturally Speaking 12.0 in a couple of weeks, and have noticed
two wine updates since then coming through the Ubuntu ppa servers, both almost
back-to-back.
I tried it this morning and had a timeout error.
Here is the relevant section:
fixme:thread:GetThreadPreferredUILanguages 52, 0x32de90, 0x32df00 0x32de98
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 0017, blocked by 0042, retrying (60
sec)
THE PROGRAM FROZE FOR A LONG TIME AFTER DISPLAYING THIS
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 005d, blocked by 0042, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e3817e0 "window.c:
win_data_section" wait timed out in thread 0009, blocked by 0042, retrying (60
sec)
err:seh:raise_exception Unhandled exception code e06d7363 flags 1 addr
0x7b83b839
THEN EXITED.
AFAIK I am unable to do regression testing since I run a 64-bit system and have
not been able to compile wine for months and months.
--
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=38357
Bug ID: 38357
Summary: Cannot install AudioGrabber 1.83
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: rooneyo(a)iinet.net.au
Distribution: ---
Created attachment 51201
--> https://bugs.winehq.org/attachment.cgi?id=51201
produced by Wine
Getting DLG Setup error -1 -2 Run fine for years with several other Ubuntu
distros. Is this a wine version problem or a problem with Ubuntu 3:13.0-48?
--
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=41083
Bug ID: 41083
Summary: Red Faction: Guerrilla fails to start with DX11
renderer
Product: Wine
Version: 1.9.16
Hardware: x86
URL: http://store.steampowered.com/app/20500/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55273
--> https://bugs.winehq.org/attachment.cgi?id=55273
terminal output
Launching the game using the DX11 renderer results in a crash.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 367.35
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=31309
Bug #: 31309
Summary: TIE Fighter: Collector's Edition Crash - 'Escape
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muleyryan(a)fastmail.fm
Classification: Unclassified
T
--
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=41956
Bug ID: 41956
Summary: Regression in wininet crashes skype
Product: Wine
Version: 1.9.24
Hardware: x86
URL: https://www.skype.com/en/download-skype/skype-for-comp
uter/
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Regression SHA1: 5141c911ff0924efb9a787276aecd54a39609ef8
Distribution: ArchLinux
Created attachment 56347
--> https://bugs.winehq.org/attachment.cgi?id=56347
Deadlock in RtlpWaitForCriticalSection
I used "wintricks ie8" to install IE8, then winecfg to removed the "wininet"
override.
That used to work for Skype to install and run mostly fine.
Since the referenced commit however, the override "shlwapi" needs to be removed
as well, to avoid a deadlock. It should work despite this override, like it did
before the regression.
--
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=41409
Bug ID: 41409
Summary: Battle.net crashes at launch
Product: Wine
Version: 1.9.19
Hardware: x86-64
URL: http://eu.battle.net/en/
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
CC: piotr(a)codeweavers.com
Regression SHA1: a347f041d6b412d7ef590dca59fe4746d551ee23
Distribution: ---
Created attachment 55769
--> https://bugs.winehq.org/attachment.cgi?id=55769
Crash backtrace
Following bug 41086 fix, Battle.net now crashes at launch.
Regression test gave:
a347f041d6b412d7ef590dca59fe4746d551ee23 is the first bad commit
commit a347f041d6b412d7ef590dca59fe4746d551ee23
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Wed Sep 28 12:36:39 2016 +0200
msvcp140: Fix time_put structure layout.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 fb786fcc221f08b449c6b63b4909d02be0437a28
55be14fe228fa6486e62228b540d8b7f0ae5021c M dlls
--
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=7984
--- Comment #16 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
(In reply to Austin English from comment #14)
>
> Probably still present, but the download is dead.
According to https://en.wikipedia.org/wiki/Doyles_Room, Doyle's Room was
acquired by Americas Cardroom in 2011. Americas Cardroom has a working download
(http://download.pokermanagement.com/installers/americascardroom_com.exe), but
I doubt it's the same version (and possibly not even the same app) this bug was
filed for 9 years ago.
--
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.