https://bugs.winehq.org/show_bug.cgi?id=47438
Bug ID: 47438
Summary: Bloodstained: Ritual of the Night freeze at
whitescreen because of mfplat commit
eff5a7aebc65e98cacf0d6a0ccc6101ffa552aa0
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: GloriousEggroll(a)gmail.com
Distribution: ---
Bloodstained: Ritual of the Night shows a white screen upon opening and freezes
there due to the following commit that was made to mfplat:
eff5a7aebc65e98cacf0d6a0ccc6101ffa552aa0
mfplat: Implement media event queue
I did a bisect between 4.3 and 4.4 as it works in 4.3, and found that commit to
be the cause.
As a lot of work has been done on mfplat, and this is implementing a rather
large feature, its not some thing that seems to be easily revertible.
Using winetricks mf results in the game just popping up an error.
--
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=41339
Bug ID: 41339
Summary: Minor regression: Wine loads with
"/wine/dlls/ntdll/loader.c: loader_section" errors
when creating a new prefix or running an application
Product: Wine
Version: 1.9.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
I noticed that with Wine 1.9.18, whenever I either created a new prefix or ran
an application I would receive the following errors in my terminal:
err:ntdll:RtlpWaitForCriticalSection section 0x7bcf4f84
"../../../wine/dlls/ntdll/loader.c: loader_section" wait timed out in
thread 001d, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcf4f84
"../../../wine/dlls/ntdll/loader.c: loader_section" wait timed out in
thread 001c, blocked by 001e, retrying (60 sec)
This issue was also brought up by Bruno Jesus in the wine-devel mailing list
here: https://www.winehq.org/pipermail/wine-devel/2016-September/114672.html
Since I am not the only one experiencing this, I decided to run a regression
test. According to the git bisect I have performed this issue first appears in
wine-1.9.17-149-gd2b782f
The bad commit in question:
commit d2b782f4e4f0efa6e783031d57cf98789cdc4742
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Aug 26 13:51:22 2016 +0200
ddraw: Rename "wineD3DVertexBuffer" to "wined3d_buffer".
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 719fe9426a27661606b40339c96588fa09e3385e
07af319b9fd2e194b9a5990a0c09277d34ed42bb 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=54184
Bug ID: 54184
Summary: [regression] Multiple applications fail http requests
when WinHttpSendRequest() doesn't contain full request
data.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
Split off from Bug 54055 (see Comments 1, 3, 4 there).
The problem is introduced by this commit:
commit aa8f97e8294b0618de0e8a45ff2adef0c4e516da
Author: Paul Gofman <pgofman(a)codeweavers.com>
Date: Mon Dec 5 19:33:18 2022 -0600
winhttp: Receive server reply in send_request().
For the requests which involve additional data to be sent the application might
use WinHttpWriteData() before WinHttpReceiveResponse() to pass the additional
request data instead of providing the optional data to WinHttpSendRequest(). In
that case server reply can't be read in send_request().
--
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=54049
Bug ID: 54049
Summary: ddraw:ddraw2 test_texture_wrong_caps test triggers use
after free bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rbernon(a)codeweavers.com
Distribution: ---
The test crashes when run with WINEDEBUG=warn+heap, with the following stack:
#0 wined3d_device_context_get_depth_stencil_view (context=0xfeeefeee) at
../source/dlls/wined3d/device.c:5297
#1 0x69ef72bb in ddraw_surface_delete_attached_surface
(surface=surface@entry=0x63484e0, attachment=0x6348260, detach_iface=0x6348270)
at ../source/dlls/ddraw/surface.c:2207
#2 0x69ef8791 in ddraw_surface_wined3d_object_destroyed (parent=0x63484e0) at
../source/dlls/ddraw/surface.c:5899
#3 0x6ce08858 in wined3d_texture_sub_resources_destroyed (texture=<optimized
out>, texture@entry=0x2285810) at ../source/dlls/wined3d/texture.c:1100
#4 0x6cc8601a in adapter_gl_destroy_texture (texture=<optimized out>) at
../source/dlls/wined3d/adapter_gl.c:4808
#5 0x6cdfea7a in wined3d_texture_decref (texture=0x2285810) at
../source/dlls/wined3d/texture.c:1635
#6 wined3d_texture_decref (texture=0x2285810) at
../source/dlls/wined3d/texture.c:1603
#7 0x69ef524b in ddraw_surface_cleanup (surface=surface@entry=0x63484e0) at
../source/dlls/ddraw/surface.c:609
#8 0x69ef797f in ddraw_surface_release_iface (This=This@entry=0x63484e0) at
../source/dlls/ddraw/surface.c:638
#9 0x69eea830 in ddraw_surface1_Release (iface=0x63484f0) at
../source/dlls/ddraw/surface.c:749
#10 0x69ed4b76 in d3d_device_inner_Release (iface=0x34e4a90) at
../source/dlls/ddraw/device.c:356
#11 0x69ecae68 in d3d_device2_Release (iface=0x34e4a88) at
../source/dlls/ddraw/device.c:397
#12 0x0052ef3b in test_texture_wrong_caps (device_guid=<optimized out>) at
../source/dlls/ddraw/tests/ddraw2.c:15661
#13 0x00420a16 in run_for_each_device_type (test_func=0x52e9a0
<test_texture_wrong_caps>) at ../source/dlls/ddraw/tests/ddraw2.c:16338
#14 func_ddraw2 () at ../source/dlls/ddraw/tests/ddraw2.c:16464
#15 0x00560641 in run_test (name=0x90aae0 "ddraw2") at
../source/include/wine/test.h:718
#16 main (argc=2, argv=0x90aa80) at ../source/include/wine/test.h:833
#17 0x0043354d in mainCRTStartup () at ../source/dlls/msvcrt/crt_main.c:58
#18 0x7b60e6a4 in InterlockedDecrement@4 ()
#19 0x7bc0c99f in call_thread_func_wrapper ()
#20 0x7bc42160 in call_thread_func (entry=<optimized out>, arg=<optimized out>)
at ../source/dlls/ntdll/thread.c:270
#21 0x00000000 in ?? ()
--
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=53101
Bug ID: 53101
Summary: Public Peer silently exits
Product: Wine
Version: 7.10
Hardware: x86-64
URL: https://web.archive.org/web/20110710185832if_/http://lastmile.gomez.com/PEERInstall.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: db9b7b0f511197255d0cbe81605a42e34bf630d6
Distribution: Ubuntu
Created attachment 72533
--> https://bugs.winehq.org/attachment.cgi?id=72533
Wine 7.9 +x11drv +x11settings +imm
Public Peer (formerly Gómez Peer) exits silently on run since commit
db9b7b0f511197255d0cbe81605a42e34bf630d6.
commit db9b7b0f511197255d0cbe81605a42e34bf630d6
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Apr 19 15:31:41 2022 +0200
winex11: Use TEB to store driver thread data.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Log-in not required and the service is down, but the app can still be tested.
On a successful run you are asked to enter your username, which isn't verified
so can be anything.
Console output:
0080:fixme:imm:ImeSetActiveContext (0x34c160, 0): stub
0080:fixme:imm:ImmReleaseContext (00010020, 0034C160): stub
--
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=50519
Bug ID: 50519
Summary: Adobe Digital Editions 4.5 crash on Wine 6.0
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aversa(a)email.arizona.edu
Distribution: ---
Created attachment 69181
--> https://bugs.winehq.org/attachment.cgi?id=69181
backtrace
Adobe Digital Editions 4.5 crashes on Wine 6.0. It worked on earlier versions.
See attached backtrace.
Also, when my Wine config was being upgraded, it displayed a dialog box about
rundll32.exe "Unable to find a version of the runtime to run this application."
--
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=53627
Bug ID: 53627
Summary: Max Payne: mouse scroll behaves erratically
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matheus.venturini(a)acad.ufsm.br
Distribution: ---
How to reproduce:
1. Download the Max Payne demo
2. Start the game and select tutorial on the menu
3. Use the scroll wheel
The scroll wheel is used to switch weapons in the game. When used it acts as if
it gets "stuck" for a few seconds and will switch to the next/previous weapon
every frame, causing it to loop over the entire inventory very quickly. The
most recent report for the game mentions this issue:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=881
--
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=49164
Bug ID: 49164
Summary: Call of Cthulhu: Dark Corners of the Earth crashes
after start
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jzeng(a)codeweavers.com
Regression SHA1: f15c23df4a281a93087b5c0d2ca421463c7b9e4a
Distribution: ---
Created attachment 67183
--> https://bugs.winehq.org/attachment.cgi?id=67183
terminal output
The game crashes immediately after start.
The crash was introduced by
https://source.winehq.org/git/wine.git/commit/f15c23df4a281a93087b5c0d2ca42…
Before that commit the game loaded to the main menu just fine (intro videos
didn't work though).
I tried renaming/removing the intro videos (Windows Media Video 9 files) from
../Development/pcvideo directory, but that didn't resolve the crash.
No demo version is available.
This was tested with the GOG.com version.
wine-5.8-147-g893080e4df
--
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=53785
Bug ID: 53785
Summary: Need for Speed: Payback crashes on launch with OpenGL
renderer
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: cdavis5x(a)gmail.com
Regression SHA1: 06b19322187e5ef8ffc06504c322ce9bcdaaa6ee
Distribution: ---
Created attachment 73274
--> https://bugs.winehq.org/attachment.cgi?id=73274
error message
Works just fine with Vulkan renderer.
--
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=53743
Bug ID: 53743
Summary: Vivisector has graphical glitches
Product: Wine
Version: 7.3
Hardware: x86-64
URL: https://www.gamepressure.com/download.asp?ID=10392
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 1632b8e7a419ebf256c4a356a58d505ef918f2fe
Distribution: ---
Vivisector: The Beast Within shows strange artifacts during gameplay (black
textures are popping in as the player is moving etc).
Can be reproduced with the demo version (available in German).
Reverting commit 1632b8e7a419ebf256c4a356a58d505ef918f2fe
on top of wine-7.18-100-g46d084aca88 fixes the problem.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.141.03
OpenGL core profile shading language version string: 4.60 NVIDIA
public_demo_de.exe (190M)
md5: f52157925d94d34b5c09fdefc0fe3d95
--
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=53680
Bug ID: 53680
Summary: urlmon:url - test_BindToStorage() fails on Windows <=
8.1
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:url - test_BindToStorage() fails on Windows <= 8.1:
url.c:4082: synchronous https test (invalid CN, dialog)
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1846: Test failed: binding failed: 800c0005, expected 800c0019
url.c:1857: Test failed: res = 00002efd, expected 800c0019
url.c:3176: Test failed: Got 800c0005
url.c:3268: Test failed: expected QueryInterface_IHttpSecurity
url.c:3269: Test failed: expected QueryService_IHttpSecurity
url.c:3270: Test failed: expected OnSecurityProblem
url.c:4089: asynchronous https test (invalid CN, fail)
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1846: Test failed: binding failed: 800c0005, expected 800c0019
url.c:1857: Test failed: res = 00002efd, expected 800c0019
url.c:3268: Test failed: expected QueryInterface_IHttpSecurity
url.c:3269: Test failed: expected QueryService_IHttpSecurity
url.c:3270: Test failed: expected OnSecurityProblem
url.c:4093: asynchronous https test (invalid CN, accept)
url.c:1846: Test failed: binding failed: 800c0005, expected 00000000
url.c:1857: Test failed: res = 00002efd, expected 00000000
url.c:3268: Test failed: expected QueryInterface_IHttpSecurity
url.c:3269: Test failed: expected QueryService_IHttpSecurity
url.c:3270: Test failed: expected OnSecurityProblem
url.c:3288: Test failed: expected OnResponse
url.c:3292: Test failed: expected OnProgress_MIMETYPEAVAILABLE
url.c:3293: Test failed: expected OnProgress_BEGINDOWNLOADDATA
url.c:3294: Test failed: expected OnProgress_ENDDOWNLOADDATA
url.c:3302: Test failed: expected OnDataAvailable
url.c:4097: asynchronous https test (invalid CN, dialog 2)
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1654: Test failed: unexpected call OnProgress_CONNECTING
url.c:1846: Test failed: binding failed: 800c0005, expected 00000000
url.c:1857: Test failed: res = 00002efd, expected 00000000
url.c:3288: Test failed: expected OnResponse
url.c:3292: Test failed: expected OnProgress_MIMETYPEAVAILABLE
url.c:3293: Test failed: expected OnProgress_BEGINDOWNLOADDATA
url.c:3294: Test failed: expected OnProgress_ENDDOWNLOADDATA
url.c:3302: Test failed: expected OnDataAvailable
url.c:4102: asynchronous https test...
https://test.winehq.org/data/patterns.html#urlmon:url
A bisect shows these failures started with the commit below:
commit 81e91afb36f014956db75d29f0dad334bf0f9e75
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 29 15:18:26 2022 +0200
urlmon/tests: Run tests against the gitlab server to avoid redirects.
--
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=52903
Bug ID: 52903
Summary: Resizing Dn-FamiTracker fails to redraw pattern editor
and status bar
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
Distribution: ---
Created attachment 72288
--> https://bugs.winehq.org/attachment.cgi?id=72288
Dn-FamiTracker window not redrawn on Arch Linux Wine 7.7, after resizing with
bottom-right corner
- Download Dn-FamiTracker
(https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases/d…)
and extract Release/Dn-FamiTracker.exe.
- Run the program on Wine 7.7 on Arch Linux kwin_x11 with compositing on.
- Maximize and un-maximize it, or alternatively resize it.
The blue line in the program's bottom half should remain vertically centered.
Instead after maximizing, I get two blue lines (one stale image in the top half
of the window, and one redrawn blue line in the center). The stale image goes
away when you click on the canvas or press an arrow key. And when unmaximizing,
the blue line is below the center of the screen or off the bottom entirely. The
line is redrawn at its correct position when you click on the canvas or press
an arrow key.
Additionally, by slowly resizing the window's bottom-right corner, you can get
the status bar to draw dozens of drag corners on top of each other, much like
foobar2000.
This occurs on Wine 7.7 (Arch Linux) (resizing does not redraw the window), and
to a lesser extent on macOS Wine (run
https://cdn.discordapp.com/attachments/219258602450452486/96356131718732608…
to workaround https://bugs.winehq.org/show_bug.cgi?id=49802) as well (resizing
intermittently redraws the window). The bug also occurs on Bottles Caffe 7.2,
but not 7.0 and below. On Bottles Caffe 7.0 and Bottles Vaniglia 6.x, when
maximizing or restoring the window, I see a flicker of stale image, followed by
a proper redraw. I don't know whether the Wine ≤7.0 behavior was correct
(matching Windows), or an extra delayed redraw masking the missing redraw.
Unlike foobar2000, Dn-FamiTracker is open-source (though depends on MFC and is
spaghetti code):
https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/tree/Dn0.4…
and https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker
The same error appears on Wine 7.7 and 7.2 but not 7.0, when testing
0CC-FamiTracker 0.3.15.3 (http://hertzdevil.info/programs/0CCft_v0315r3.7z).
I've never seen either Dn-FamiTracker or 0CC-FamiTracker fail to redraw on real
Windows 7 or 10.
This may be related to Bug 52515 (foobar2000), but I reported that bug on Wine
7.0 (which I think is immune to this bug). It may be the same bug anyway, but
either my older report has the wrong version or Bottles Caffe 7.0 differs from
Arch Wine. If I try running foobar2000's installer in Bottles to test old Wine
versions, the installed foobar2000 program crashes on startup, so I can't test
if it broke between Wine 7.0 and 7.2 as well.
--
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=47536
Bug ID: 47536
Summary: Overwatch stops getting mouse input after alt-tabbing
(regression
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Through bisect, I've found this commit 82c6ec3a32f44e8b3e0cc88b7f10e0c0d7fa1b89
causes issues in Overwatch (a Blizzard game). To be specific, if the game is
set to use Fullscreen or Windowed mode and you alt tab out of it even one time,
it no longer allows you to aim. Instead, mouse cursor just kind of floats
around the window, and I can even click in menus. The only way to recover it
from that state is to relaunch it. The issue also doesn't seem to affect
Borderless Windowed mode.
Reverting that commit fixes the issue.
I should note that during my testing, I had to use staging patches, as some of
it are required to make it playable, but I don't know which ones it actually
needs so I couldn't just apply them selectively.
I am not really sure with which debug channels I should create the log with to
help find the issue, so let me know which ones you need and I will record a log
with them.
--
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=35126
Bug ID: 35126
Summary: AirBuccaneers hangs on exit
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://s3-eu-west-1.amazonaws.com/airbuccaneers1/AirBu
ccaneers_1.1_demo.zip
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46856
--> http://bugs.winehq.org/attachment.cgi?id=46856
terminal output
The game loads fine and it is playable, the only problem I observed so far is
that the game hangs indefinitely when I choose to quit the game. CPU usage is
minimal (1-2%), animation and music stop playing and the abu.exe process is
just sitting there.
Steps to reproduce the problem with the demo version:
1. unpack AirBuccaneers_1.1_demo.zip and start the game with abu.exe
2. select language and choose a new account
3. choose <Quit> in the main menu
I tried the game in Virtualbox (Windows XP guest) and the problem doesn't exist
there.
wine-1.7.8-88-gfb75292
AirBuccaneers_1.1_demo.zip
md5sum: 92d2a669743b0c9bb6645c8d2d01ff7e
--
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=53908
Bug ID: 53908
Summary: Comptes.exe errors with "dxLockMessage fails"
Product: Wine
Version: 7.20
Hardware: x86-64
URL: https://www.msoft.fr/download/1528/
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: jacek(a)codeweavers.com
Distribution: Debian
Hi,
this has been reported twice in the forum and is a regression.
I tried a regression test but it fails because in March there was first a
commit that prevented to start the program at all, and after that was fixed,
this error was present ,,,
Steps to reproduce (requires a little knowledge of french):
Install the app, then choose the example and then select "Operations" from the
menu, select some row, double click and try to use the date picker: the error
message box appears
The only thing I know for sure is that it worked before
commit 0044b02d482fa19f6d1ddebc4b716efeba287d44
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Mar 7 14:41:53 2022 +0100
user32: Use UNICODE_STRING for passing window classes internally.
I`m not 100% sure (because regressiontest fails) if this is the cause of the
bug but I added you (Jacek) anyway the bugreport, hope you don`t mind ;)
--
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=52563
Bug ID: 52563
Summary: d3d11:d3d11 fails in
test_dynamic_map_synchronization() on cw-rx460
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3d11:d3d11 fails in test_dynamic_map_synchronization() on cw-rx460:
d3d11.c:34006: Test failed: Got 0xff0000ff, expected 0xff00ff00 at (3, 478, 0),
sub-resource 0.
https://test.winehq.org/data/patterns.html#d3d11:d3d11
The failures started with the commit below:
commit a13fc3bb7e055562b8b9deae985c64c5c7861424
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Feb 11 19:42:02 2022 -0600
wined3d: Use the chunk allocator for GL vertex buffers.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.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.
https://bugs.winehq.org/show_bug.cgi?id=53277
Bug ID: 53277
Summary: user32:edit - The edit field is sometimes empty after
a paste 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:edit - The edit field is sometimes empty after a paste on Windows:
edit.c:3211: Test failed: got 0
edit.c:3240: Test failed: got 0
https://test.winehq.org/data/patterns.html#user32:edit
These two failures can happen independently.
This may be caused by clipboard interference (see bug 47888 and bug 53276),
though such interference is supposed to preserve the content of the clipboard.
Furthermore this not only happens with the Radeon driver but also on plain QXL
VMs (w1064-1qxl on 2022-05-06 and 2022-05-31) and Nvidia machines (cw-gtx560
2022-04-26).
So this is probably related to the above bugs but it looks as if the clipboard
gets cleared after it has been set which means a different workaround would be
required (e.g. retrying the whole Copy+Paste multiple times).
--
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=54137
Bug ID: 54137
Summary: A non-WM_CLIPCHILDREN window's repaint region is not
computed correctly when its child is resized or
repositioned
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: timoninvlad(a)yandex.ru
Regression SHA1: 33617af8145b6fadfe41d48968a728ff57b3064b
Distribution: ---
Wine sometimes under-calculates the repaint region of non-WM_CLIPCHILDREN
non-WM_EX_COMPOSITED windows with a child window that has been resized or
repositioned.
Reported affected applications include regedit.exe and Unity Assets Bundle
Extractor.
The regression started with the following commit:
commit 33617af8145b6fadfe41d48968a728ff57b3064b
Author: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
Date: Mon Oct 31 22:30:20 2022 +0900
server: Don't invalidate the newly exposed child region on the parent if it
doesn't clip children.
This partly reverts e42eaaaf3a873d29b14f8f3a3617df2d0d4210ca.
Signed-off-by: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
--
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=54144
Bug ID: 54144
Summary: SmartViewer fails with wine-mono
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 73676
--> https://bugs.winehq.org/attachment.cgi?id=73676
Log
For installation you must use a 64bit prefix, else it fails.
Then run the program "drive_c/Program Files
(x86)/Samsung/SmartViewer3.0/Bin/SmartViewerMain.exe"
It fails with
> Assertion at /vagrant/mono/mono/metadata/cominterop.c:673, condition `ic' not met
--
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=54276
Bug ID: 54276
Summary: Adjusting the dpi doesn't work on Baidu NetDisk
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
Created attachment 73842
--> https://bugs.winehq.org/attachment.cgi?id=73842
dpi doesn't work
I have filed a bug before Bug 54230: the description says that there is a
problem with the font size, but now I find that besides the font problem,
everything in the window does not change when adjusting the dpi, I don't know
if this has any effect on the result, and besides richedit, some of the text in
the application is also very small.
--
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=54230
Bug ID: 54230
Summary: Need Help! The font is too small when displayed
(smaller than the size under normal Windows10)
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: 399989567(a)qq.com
Distribution: ---
Created attachment 73775
--> https://bugs.winehq.org/attachment.cgi?id=73775
The red box is too small font
Part of the font of Baidu Netdisk is too small (no account is required, the
problem can be reproduced during installation), I hope you have time to discuss
this issue with me.
Application installation package official website download URL:
https://pan.baidu.com/download#linux
--
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=47888
Bug ID: 47888
Summary: user32:clipboard fails on Win 8.1 since the RX 460 GPU
got installed
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:clipboard fails on cw-rx460 / Windows 8.1 since the RX 460 GPU got
installed (2019-09-25):
clipboard.c:760: Test failed: 0: gle 5
clipboard.c:765: Test failed: 0.0: got 0000 instead of 0001
clipboard.c:805: Test failed: 0: gle 1418
clipboard.c:815: Test failed: 0: count 4
clipboard.c:818: Test failed: 0: gle 1418
clipboard.c:852: Test failed: 0: format 0001 got data 00798D08
clipboard.c:853: Test failed: 0.0: formats 00000000 have been rendered
clipboard.c:858: Test failed: 0.0: formats 00000000 have been rendered
clipboard.c:852: Test failed: 0: format 0007 got data 00798C78
clipboard.c:853: Test failed: 0.2: formats 00000000 have been rendered
clipboard.c:858: Test failed: 0.2: formats 00000000 have been rendered
clipboard.c:852: Test failed: 0: format 000d got data 007A12D0
clipboard.c:853: Test failed: 0.3: formats 00000000 have been rendered
clipboard.c:858: Test failed: 0.3: formats 00000000 have been rendered
clipboard.c:717: Test failed: 4: gle 5
clipboard.c:719: Test failed: 4: gle 1418
clipboard.c:746: Test failed: 4: count 2
clipboard.c:749: Test failed: 4: gle 1418
clipboard.c:765: Test failed: 4.0: got 000e instead of 0003
clipboard.c:717: Test failed: 6: gle 5
clipboard.c:719: Test failed: 6: gle 1418
clipboard.c:746: Test failed: 6: count 3
clipboard.c:749: Test failed: 6: gle 1418
clipboard.c:765: Test failed: 6.0: got 0002 instead of 0008
clipboard.c:717: Test failed: 7: gle 5
clipboard.c:719: Test failed: 7: gle 1418
clipboard.c:746: Test failed: 7: count 3
clipboard.c:749: Test failed: 7: gle 1418
clipboard.c:765: Test failed: 7.0: got 0008 instead of 0011
clipboard.c:1040: multi-threaded test
clipboard.c:1130: Test failed: OpenClipboard failed: 5
clipboard.c:1142: Test failed: WM_RENDERFORMAT received 0000
clipboard.c:1146: Test failed: didn't get data for CF_OEMTEXT
clipboard.c:1148: Test failed: WM_RENDERFORMAT received 0000
clipboard.c:1152: Test failed: sequence diff 0
clipboard.c:1155: Test failed: CloseClipboard failed: 1418
clipboard.c:1017: Test failed: wait failed
clipboard.c:1157: Test failed: WM_DRAWCLIPBOARD not received
clipboard.c:1157: Test failed: WM_CLIPBOARDUPDATE not received
https://test.winehq.org/data/tests/user32:clipboard.html
It's strange that changing the GPU and updating the graphics driver would cause
permission denied errors when handling the clipboard.
--
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=54273
Bug ID: 54273
Summary: ntdll misses Zw* exports
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
The following exports are not present in ntdll:
ZwCallbackReturn
ZwCreateDebugObject
ZwGetNextThread
ZwLoadKeyEx
Despite the following ones existing:
NtCallbackReturn
NtCreateDebugObject
NtGetNextThread
NtLoadKeyEx
--
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.