https://bugs.winehq.org/show_bug.cgi?id=54088
Bug ID: 54088
Summary: d3d11:d3d11 - test_so_statistics_query() sometimes
fails on Windows 8+
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
d3d11:d3d11 - test_so_statistics_query() sometimes fails on Windows 8+:
d3d11.c:6405: Test failed: Got unexpected NumPrimitivesWritten: 2616539184.
d3d11.c:6408: Test failed: Got unexpected PrimitivesStorageNeeded: 2333264624.
or
d3d11.c:6440: Test failed: Got unexpected NumPrimitivesWritten: 2413670377.
See https://test.winehq.org/data/patterns.html#d3d11:d3d11
The unexpected values seem pretty random. This failure is also pretty rare,
there are only 5 known instance in the past 6 months:
* 2022-07-12 on w1064v1809 (32-bit)
* 2022-08-18 on w864 (32-bit)
* 2022-10-26 on w1064-2qxl (21H2, 64-bit)
* 2022-11-04 on w8adm (32-bit)
* 2022-12-05 w11pro64 (32-bit)
--
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=54086
Bug ID: 54086
Summary: mfplat:mfplat - test_source_resolver() sometimes
crashes on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
test_source_resolver() sometimes crashes on Windows 7:
mfplat.c:1024: this is the last test seen before the exception
0d04:mfplat: unhandled exception c0000005 at 6B267D1C
See https://test.winehq.org/data/patterns.html#mfplat:mfplat
Traces show the crash happens in this call:
hr = IMFMediaEventGenerator_GetEvent((IMFMediaEventGenerator
*)video_stream, MF_EVENT_FLAG_NO_WAIT, &event);
--
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=54005
Bug ID: 54005
Summary: ole32:clipboard - test_set_clipboard_DRAWCLIPBOARD()
sometimes fails in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ole32:clipboard - test_set_clipboard_DRAWCLIPBOARD() sometimes fails in Wine:
clipboard.c:1067: Test failed: OleIsCurrentClipboard returned 0
clipboard.c:1135: Test failed: 1 WM_DRAWCLIPBOARD received
See https://test.winehq.org/data/patterns.html#ole32:clipboard
Notes:
* This was almost systematic on the debian11 VM until 2022-06-03 when it was
updated.
* This was also systematic on the debiant VM and stopped on 2022-06-03 (though
there is no record of an update on that date), and then it started happening
systematically again on 2022-08-02 when it got updated.
* It also happens almost systematically on fgtb-debian11 but more rarely on my
fg-deb64 desktop.
So I suspect some external factor is at play, like whether there is already
some data in the clipboard or something similar. Regardless, that's probably
something that either the test or Wine should be able to deal with.
--
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=50852
Bug ID: 50852
Summary: copy and paste does not work
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: opensource3(a)yahoo.com
Distribution: ---
Copy and paste does not work
For example, I copy text from my firefox browser, and paste it into a wine
instance of Notepad++ but I get text that I copied and pasted from a few hours
ago.
Restarting wine with wineserver -k
does work however when wine Notepad++ restarts and I am then able to once more
copy and paste.
Please fix that wine and its copy and paste stop working after a while.
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=50598
Bug ID: 50598
Summary: Wine Clipboard not always shared across to X11
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paucoma(a)gmail.com
Distribution: ---
Created attachment 69283
--> https://bugs.winehq.org/attachment.cgi?id=69283
Details on how I installed Wine
PDF XChange Editor Installation
-------
https://www.tracker-software.com/product/pdf-xchange-editorhttps://pdf-xchange.eu/DL/pdf-xchange-editor.htm
Download PDF-XChange Editor/Plus PORTABLE no OCR (32/64 Bit Version) (as ZIP
File)
unzipped into directory ..."C:\opt\..."
Version 8.0, build 343.0 [], Portable
installed Winbind as apparent "depenency" for error
005b:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
:~$ apt list *winbind* | grep -i installed
winbind/focal-updates,focal-security,now 2:4.11.6+dfsg-0ubuntu1.6 amd64
[installed]
Created a desktop entry in
~/.local/share/applications/wine-pdfxchgeditor.desktop
[Desktop Entry]
Type=Application
Name=PDF XChange Editor
Comment=Windows Pdf Editor launched in wine
Exec=env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe"
Terminal=true
X-KeepTerminal=true
Categories=Application;
StartupNotify=true
Icon=pdfxchg_bxv6
MimeType=application/pdf;
How To Reproduce the Bug:
------------
Not Working procedure:
1. Start the pdf Editor via the Ubuntu Launcher
2. Open any pdf file
3. Select text , copy (cntrl+C) (rightclick copy)
4. Paste in the same pdf and you see that the Wine Local Environment has the
contents in its Clipboard
5. Goto a linux local environment gedit empty file, attempt to paste. The
pasted contents are the "old" contents from a linux local environment.
Clipboards are not Shared
6. Keep this Not working instance of the program open and open a terminal
7. Execute the same command as in Exec from the .desktop shortcut and add
logging (I have not been able to get logging from within the launcher to work)
env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe" &>myKOlog.txt
8. Attempt the same and you will see that it doesn't work either.
Working procedure:
1. Close any wine instances of the launched program (Fresh start)
2. Open a terminal window
3. env WINEPREFIX="/home/paui/.winex86"
WINEDEBUG='+clipboard,+timestamp,+tid,fixme-all' wine start
"C:\\opt\\pdfxedit\\PDFXEdit.exe" &>myOKlog.txt
4. Attempt Copy+Paste Routine, Locally within the wine program --> Works
5. Attempt Copy+Paste Across Wine to local linux Environment, e.g. gedit empty
document. --> Works
Clipboards are Shared
--
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=54082
Bug ID: 54082
Summary: Call of Juarez: Bound in Blood fails to play intros
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 73625
--> https://bugs.winehq.org/attachment.cgi?id=73625
log
Disabling wmvcore avoids the crash.
wine-7.22-284-g0fe562b4ae3
--
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=54080
Bug ID: 54080
Summary: urlmon:protocol - test_ftp_protocol() sometimes causes
a timeout in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
urlmon:protocol - test_ftp_protocol() sometimes causes a timeout in Wine:
protocol.c:3637: Testing ftp protocol...
protocol.c:3682: Test failed: wait timed out
urlmon:protocol:0178 done (258) in 120s 830B
See https://test.winehq.org/data/patterns.html#urlmon:protocol
A similar failure happens on Windows after an ERROR_FTP_DROPPED error. But in
Wine there is no trace of an error before the timeout. Still the two may be
related.
--
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=53491
Bug ID: 53491
Summary: urlmon:protocol - The test_https_protocol() download
sometimes fails and times out on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
urlmon:protocol - The test_https_protocol() download sometimes fails and times
out on Windows:
protocol.c:3616: Testing https protocol (from urlmon)...
protocol.c:1196: Test failed: hrResult = 800c0008, expected: 00000000
protocol.c:3460: Test failed: wait timed out
protocol.c:3462: Test failed: expected Switch
urlmon:protocol:0534 done (258) in 120s
https://test.winehq.org/data/patterns.html#urlmon:protocol
Where 0x800c0008 == INET_E_DOWNLOAD_FAILURE
The download failure clearly causes the timeout, probably because the test
expects some sort of "download complete" notification.
This failure happened 4 times on Windows 7 and 8:
* 2022-06-10 w7u-es (twice)
* 2022-05-30 cw-rx460 (Windows 8.1, twice)
--
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=45531
Bug ID: 45531
Summary: Tencent Gaming buddy crashes during pubg installation
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: basith374(a)gmail.com
Distribution: ---
It says AppMarket.exe has encountered a serious problem.
--
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=54077
Bug ID: 54077
Summary: rpcrt4:server - basic_tests() sometimes crashes on
Windows 10 2004+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
rpcrt4:server - basic_tests() sometimes crashes on Windows 10 2004+:
server.c:1397: this is the last test seen before the exception
2398:server: unhandled exception 000006be at 00007FFA1E1BCD29
See https://test.winehq.org/data/patterns.html#rpcrt4:server
Where 0x000006be is probably RPC_S_CALL_FAILED.
This crash does not seem to be happening on Windows 11.
--
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=53134
Bug ID: 53134
Summary: ddraw:ddraw7 - test_coop_level_mode_set() has a rare
set of 18 failures on Windows 8
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
ddraw:ddraw7 - test_coop_level_mode_set() has a rare set of 18 failures on
Windows 8:
ddraw7.c:3177: Test failed: Expected message 0x46, but didn't receive it.
ddraw7.c:3179: Test failed: Expected screen size 1024x768, got 0x0.
ddraw7.c:3185: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3215: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3222: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3248: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3271: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3293: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3319: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3339: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3375: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3385: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3411: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3434: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3456: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3482: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3502: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
ddraw7.c:3539: Test failed: Expected (0,0)-(1024,768), got (-8,-8)-(1032,736).
https://test.winehq.org/data/patterns.html#ddraw:ddraw7
Because they are rare (~4.9%) these failures cause false positives.
They also did not happen on the Windows 8 configuration of cw-gtx560 and
cw-rx460, so they may be related to QEmu.
--
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=54063
Bug ID: 54063
Summary: msctf:inputprocessor sometimes gets an unexpected
OnSetFocus event in Windows & Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msctf
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msctf:inputprocessor sometimes gets an unexpected OnSetFocus event in Windows &
Wine:
inputprocessor.c:2288: found {575F3783-70C8-47C8-AE5D-91A01A1F7592}
inputprocessor.c:549: Test failed: Unexpected ThreadMgrEventSink_OnSetFocus
sink
inputprocessor.c:1020: TextService_Deactivate
inputprocessor.c:1249: Disabling
See https://test.winehq.org/data/patterns.html#msctf:inputprocessor
This pretty rare. There are only 3 instances in about 6 months:
* 2022-06-17 on fgtb-debian11 (64-bit), in two runs
* 2022-11-30 on w7u-2qxl (32-bit)
--
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=54062
Bug ID: 54062
Summary: msctf:inputprocessor - test_AssociateFocus() sometimes
crashes in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msctf
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
msctf:inputprocessor - test_AssociateFocus() sometimes crashes in Wine:
inputprocessor.c:2437: Test failed: Expected DocumentMgr not focused
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0040ae26).
[...useless backtrace...]
See https://test.winehq.org/data/patterns.html#msctf:inputprocessor
The earliest known instance occurred on 2022-07-04 on debian11-wow64. This
impacts both the 32- and 64-bit builds.
--
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=53252
Bug ID: 53252
Summary: d3d10core:d3d10core - test_occlusion_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_occlusion_query() sometimes fails on Windows 10
1909+:
d3d10core.c:4665: Test failed: Got unexpected query result 0x0000000000000000.
https://test.winehq.org/data/patterns.html#d3d10core:d3d10core
These failures only seem to happen on with Windows' basic 'VGA' driver (whether
it's on top of QEmu's VGA or QXL GPU).
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.
https://bugs.winehq.org/show_bug.cgi?id=53465
Bug ID: 53465
Summary: conhost.exe:tty - test_tty_output() sometimes fails on
Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
conhost.exe:tty - test_tty_output() sometimes fails on Windows 10.
There are only three known failures spread across two similar failure modes:
* 2022-07-27 w10pro64-pt-BR
* 2022-07-27 w10pro64-mx-MX (mixed locale)
tty.c:1051: Test failed: avail = 3
tty.c:1051: Test failed: expected empty buffer, got "\x1b[m"
tty.c:1058: Test failed: 0: expected "\x1b[9;4H" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1059: Test failed: 0: expected "5" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1060: Test failed: 0: expected "\x1b[4;3H" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1061: Test failed: 0: expected "\x1b[?25h" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1062: Test failed: expected empty buffer, got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
* 2022-07-29 w10pro64-pt-BR
tty.c:1055: Test failed: expected hide cursor escape
tty.c:1057: Test failed: 0: expected "\x1b[30m" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1058: Test failed: 0: expected "\x1b[9;4H" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1059: Test failed: 0: expected "5" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1060: Test failed: 0: expected "\x1b[4;3H" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1061: Test failed: 0: expected "\x1b[?25h" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1062: Test failed: expected empty buffer, got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
--
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=54059
Bug ID: 54059
Summary: user32:input - test_GetMouseMovePointsEx() sometimes
fails on Windows 10+
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:input - test_GetMouseMovePointsEx() sometimes fails on Windows 10+:
input.c:1647: Test failed: expected to get 62 mouse move points but got 64
input.c:1649: Test failed: expected cursor position to be 30x30 but got 150 150
See https://test.winehq.org/data/patterns.html#user32:input
This impacts Windows 10 from 1809 to Windows 11 but it seems it can also happen
on Windows 7 (though in practice not on the TestBot VMs?).
--
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=54006
Bug ID: 54006
Summary: d3d8:device - test_reset() sometimes crashes on
Windows 8+
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
d3d8:device - test_reset() sometimes crashes. There are a few failure modes
that look like they are related:
device.c:1967: Test failed: Failed to reset device, hr 0x88760873.
device.c:1967: this is the last test seen before the exception
163c:device: unhandled exception c0000005 at 74D3CC42
and
device.c:2022: Test failed: Reset failed, hr 0x88760873.
device.c:2024: Test failed: TestCooperativeLevel failed, hr 0x88760869.
device.c:2029: Test failed: GetBackBuffer failed, hr 0x8876086c.
device.c:2031: Test failed: Got hr 0.
device.c:2033: Test failed: Got hr 0.
device.c:2033: this is the last test seen before the exception
0b00:device: unhandled exception c0000005 at 0043032C
and
device.c:1747: Test failed: Reset failed, hr 0x88760873.
device.c:1749: Test failed: TestCooperativeLevel failed, hr 0x88760869.
device.c:1761: Test failed: D3DVIEWPORT->Width = 400.
device.c:1762: Test failed: D3DVIEWPORT->Height = 300.
device.c:1764: this is the last test seen before the exception
03c0:device: unhandled exception c0000005 at 743FA86E
and
device.c:1807: Test failed: Reset failed, hr 0x80070057.
device.c:1809: Test failed: TestCooperativeLevel failed, hr 0x88760869.
device.c:1835: Test failed: D3DVIEWPORT->Width = 500, expected 200.
device.c:1837: Test failed: D3DVIEWPORT->Height = 400, expected 150.
device.c:1840: this is the last test seen before the exception
09d8:device: unhandled exception c0000005 at 7448946E
See https://test.winehq.org/data/patterns.html#d3d8:device
Where:
0x88760873 == ???
0x88760869 == D3DERR_DEVICENOTRESET
0x80070057 == E_INVALIDARG
--
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=53685
Bug ID: 53685
Summary: ntdll:rtl is broken on Windows 10 1809+ in the GitLab
WineTest builds
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:rtl is broken on Windows 10 1809+ in the GitLab WineTest builds:
rtl.c:2790: Running test 1 (compressed_size=10, uncompressed_size=8,
status=0x00000000)
rtl.c:2790: this is the last test seen before the exception
1538:rtl: unhandled exception c0000005 at 005532C0
https://test.winehq.org/data/patterns.html#ntdll:rtl
The failures started on 2022-07-26 which is when the WineTest builds switched
from the old build system to GitLab. A test with winetest-889fe64d9f2e.exe
(built on 2022-07-25) confirms that this test still succeeds when using
binaries from the old build system.
--
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=53663
Bug ID: 53663
Summary: Subnautica Below Zero permanently loses focus if the
active window changes
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: achurch+wine(a)achurch.org
Distribution: ---
In the game Subnautica: Below Zero (version 45391), when playing in windowed
mode, if the game window loses focus, the game will no longer accept
mouse/keyboard input even after the window regains focus again. If the game is
set to pause when in the background, it remains paused even after the window
regains focus.
This bug also occurs with stable Wine (7.0), but it does not occur with Proton
7.0.4 (the game properly accepts input again and unpauses when the window
regains focus).
--
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=43812
Bug ID: 43812
Summary: Divinity Original Sin 2 some parts display white
ingame
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: holzminister(a)t-online.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59354
--> https://bugs.winehq.org/attachment.cgi?id=59354
log from terminal
I play Divinity Original Sin 2 with the workaround described in bug
https://bugs.winehq.org/show_bug.cgi?id=43660 ("winetricks xact"). With this
the game works quiet well. But there is one small but annoying bug for that
kinda game. When you try to read books or other papers you find ingame they
only show up white and empty. Also the buff icons of the unitframes are plain
white. (See screenshots).
--
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=54053
Bug ID: 54053
Summary: user32:input - test_GetRawInputBuffer() gets spurious
WM_INPUT on Windows and Wine
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:input - test_GetRawInputBuffer() gets spurious WM_INPUT messages on
Windows and Wine:
* 2022-12-01 on w7u_el (32-bit) for MR!1619
input.c:2406: Test failed: Spurious WM_INPUT messages
* 2022-11-11 on w1064 (64-bit)
input.c:2404: Test failed: Spurious WM_INPUT messages
* 2022-08-29 on debiant (wow64)
input.c:2404: Test failed: Spurious WM_INPUT messages
See https://test.winehq.org/data/patterns.html#user32:input
All in all there has been 12 instances on Windows (7 to 10) and 6 on Wine in
the past 6 months.
--
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=54051
Bug ID: 54051
Summary: winhttp:notification gets unexpected 'reconnections'
on Windows 10 1507
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
winhttp:notification gets unexpected 'reconnections' on Windows 10 1507:
notification.c:117: Test failed: 1555: expected status 0x10 got 0x1
notification.c:1701: Test failed: data too short
notification.c:117: Test failed: 1555: expected status 0x10 got 0x2
notification.c:117: Test failed: 1555: expected status 0x10 got 0x4
notification.c:117: Test failed: 1555: expected status 0x10 got 0x4
notification.c:117: Test failed: 1555: expected status 0x10 got 0x8
notification.c:117: Test failed: 1584: expected status 0x20000 got 0x200000
winhttp:notification:0e58 done (258) in 120s 527B
See https://test.winehq.org/data/patterns.html#winhttp:notification
Where:
0x1 == WINHTTP_CALLBACK_STATUS_RESOLVING_NAME
0x2 == WINHTTP_CALLBACK_STATUS_NAME_RESOLVED
0x4 == WINHTTP_CALLBACK_STATUS_CONNECTING_TO_SERVER
0x8 == WINHTTP_CALLBACK_STATUS_CONNECTED_TO_SERVER
0x10 == WINHTTP_CALLBACK_STATUS_SENDING_REQUEST
0x20000 == WINHTTP_CALLBACK_STATUS_HEADERS_AVAILABLE
0x200000 == WINHTTP_CALLBACK_STATUS_REQUEST_ERROR
While the reconnection messages are specific to Windows 10 1507, the request
error (0x200000) is not.
The timeout is probably related to the latter and may be a separate issue. Note
also that winhttp:notification gets timeouts in many other cases.
--
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=54048
Bug ID: 54048
Summary: Opera Neon just displays a black screen and hangs on
connecting
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73604
--> https://bugs.winehq.org/attachment.cgi?id=73604
Console output (wine-7.22 on Slackware64/Multilib)
Hello everyone,
When I was revisting 42997 I downloaded the installer from
https://get.geo.opera.com/.private/OperaNeonSetup.exe?utm_tryagain=yes&dl_t…
sha256sum OperaNeonSetup.exe
76d998a47c34e89447eb6ca177ea3d563abbf3c1153184f7c47923d0249abd00
OperaNeonSetup.exe
The application in a fresh prefix seems to be fine but no feedback is given and
neon.exe resides in
/home/mwagner/WineApps/OperaNeon/drive_c/users/mwagner/AppData/Local/Opera
Software/Opera Neon/Application
for me.
As suggested in 42997 I ran it as follows.
wine neon.exe 2&>/home/mwagner/Desktop/OperaNeonConsole.txt --no-sandbox
The screen turns dark and a message "Connecting" is in the lower left corner so
there seems to be something happening.
--
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=53902
Bug ID: 53902
Summary: wine install Genshin fails in Ubuntu20.04 Docker
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: guangli.li(a)intel.com
Distribution: ---
Created attachment 73445
--> https://bugs.winehq.org/attachment.cgi?id=73445
the needed memory is 304MB, the avaiable memory is
1. start a ubuntu 20.04 docker with --priviledged, following instruction to
install wine 7.0 stable
2. download genshin launcher:
3. install dxvk 1.10.3 from:
https://github.com/doitsujin/dxvk/releases/download/v1.10.3/dxvk-1.10.3.tar…
4. wine launcher.exe, it will show memory insufficient.
logs as below:
guangli@247ca492a6aa:/data$ wine yuanshen_setup_20220811050610.exe
need space: 307347065 archive size: 97504766 compressDatapos: 26339848
read Config I18nNameMap=QMap(("de-de", "")("en-us", "")("es-es", "")("fr-fr",
"")("id-id", "")("it-it", "")("ja-jp", "")("ko-kr", "")("pt-pt", "")(
"ru-ru", "")("th-th", "")("tr-tr", "")("vi-vn", "")("zh-cn", "??")("zh-tw",
"")) ProductName="??" InstallerSingleId="miHoYo.com_installer_yuanshen" I
nstallAppendPath="Genshin Impact" LauncherExeName="launcher.exe"
AppSingleId="miHoYo.com_launcher_yuanshen" Publisher="miHoYo Co.,Ltd"
WebSiteUrl="ht
tps://ys.mihoyo.com/main/"
ProtocolUrl="https://ys.mihoyo.com/launcher/18/{lang}/agreement?api_url=https%3A%2F%2Fap…"
Versio
n="2.19.0.0" EnvValue="prod" Preview=false RequestKey="eYd89JmJ" AppId="18"
CPS="mihoyo" Channel="1" SubChannel="1" ClusterLabel="" BuildSha="1b0cc5b
8jK3rv6zy"
my docker memory info: is larger than needed.
Filesystem Size Used Avail Use% Mounted on
overlay 1.8T 1.3T 459G 74% /
--
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.