https://bugs.winehq.org/show_bug.cgi?id=40792
Bug ID: 40792
Summary: Multiple 64-bit Unreal Engine 4 games crash at start
(Direct3DDevice->CheckFeatureSupport(D3D11_FEATURE_THR
EADING,&ThreadingSupport,sizeof(ThreadingSupport))
failed)
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
I am currently testing two 64-bit games that use Unreal Engine 4 in Wine
1.9.12: The Solus Project and The Flame in the Flood.
Both of these games are 64-bit only so 32-bit tests will not apply to these
games. Both are being ran in clean 64-bit prefixed set in Windows 7.
When these games crash they do not leave any backtraces.
--
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=41630
Bug ID: 41630
Summary: Rollercoaster Tycoon 3 Platinum crashes on exit
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aric(a)codeweavers.com
Regression SHA1: 64c772dcc28e8a6ea5608725de3272fc4c04f691
Distribution: ---
Created attachment 55998
--> https://bugs.winehq.org/attachment.cgi?id=55998
terminal output
This bug affects the Platinum edition of the game, but can't be reproduced in
the original RCT3 demo.
The game crashes on exit (always reproducible).
Regression introduced by
commit 64c772dcc28e8a6ea5608725de3272fc4c04f691
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Jan 28 20:36:30 2016 -0600
imm32: Messages from ImmGenerateMessage are sent not posted.
The game exits properly with the previous commit.
Wine 1.9.22
Fedora 24
XFCE 4.12
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 375.10
--
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=40386
Bug ID: 40386
Summary: wininet:url regression caused by new cross-compiler
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The WineHQ upgrade changed the cross-compiler used to generate the reference
WineTest executables. Since the upgrade the wininet:url 32 bit test has these
failures on Windows XP + Internet Explorer 6:
url.c:507: Test failed: InternetCrackUrl returned 0 with GLE=87 (expected to
return 0 and ERROR_INVALID_HANDLE or ERROR_INSUFFICIENT_BUFFER)
url.c:521: Test failed: InternetCrackUrl failed with 87
url.c:522: Test failed: lpszScheme was "" instead of "about"
url.c:523: Test failed: lpszHostName was "" instead of "host"
url.c:524: Test failed: lpszUrlPath was "`ù"" instead of "/blank"
See:
https://test.winehq.org/data/tests/wininet:url.htmlhttps://www.winehq.org/pipermail/wine-devel/2016-March/112371.html
I can reproduce the problem with this compiler:
$ i686-w64-mingw32-gcc --version
i686-w64-mingw32-gcc (GCC) 5.3.1 20160205
But if I recompile the tests with -O0 the failures go away which points to a
compiler bug.
We need to either:
* Switch to a non buggy compiler to build the reference WineTest executables.
(which might involve reporting the bug in the first place)
* Add 'CFLAGS = -g -O0' to the test's Makefile.in as a workaround.
(preferably once we can point to a relevant compiler bug)
* Find some other nicer workaround in the C file.
--
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=41715
Bug ID: 41715
Summary: winhttp:winhttp test regression
(test_secure_connection)
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, the Windows XP SP2 and lower machines have two new test
failures:
winhttp.c:998: Test failed: setting client cert context returned 0 (87)
winhttp.c:1024: Test failed: failed to set client cert context 87
See:
https://test.winehq.org/data/tests/winhttp:winhttp.html
This can be seen on the following machines: fg-winxp_1sp, fg-winxp_2sp,
fg-winxp_2spie7, fgtb-fgtbwinxp (also SP2).
--
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=34829
Bug #: 34829
Summary: wintrust:softpub crashes on Windows 8
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The wintrust:softpub conformance test crashes on Windows 8:
softpub.c:264: this is the last test seen before the exception
softpub: unhandled exception c0000005 at 75B0471A
The crash happens on this testObjTrust() line:
ret = funcs->pfnObjectTrust(&data);
ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);
(funcs->pfnObjectTrust is not NULL)
--
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=41133
Bug ID: 41133
Summary: Gauntlet start background has missing pixels
Product: Wine
Version: 1.9.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 55337
--> https://bugs.winehq.org/attachment.cgi?id=55337
Image to show the issue.
As you can see from the attached screen shot, there is a lot of missing pixel
within the image.
--
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=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.