https://bugs.winehq.org/show_bug.cgi?id=56792
Bug ID: 56792
Summary: Resident Evil 5 regression
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ribbon_45(a)proton.me
Distribution: ---
The following feature regressed after some releases and Resident Evil 5 stopped
to work.
https://bugs.winehq.org/show_bug.cgi?id=17195
I tested on the 9.0, 9.10, 8.0, 7.0 and 6.0 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.
https://bugs.winehq.org/show_bug.cgi?id=56791
Bug ID: 56791
Summary: Resident Evil - Operation Raccoonn City only work on
the 6.x API
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ribbon_45(a)proton.me
Distribution: ---
This crash bug is a regression that make these games only work on 6.x versions
of Wine.
I tested on 5.x versions and 7.x versions and newer.
These games don't work on 9.0 and 9.10 versions.
My guess: the bug seems to be related to video decoding.
The crash log says:
"wine: Unhandled page fault on write access to 09DA8140 at address 016CB76C
(thread 017c), starting debugger..."
(Sorry for the lack of additional information, this bug is boring)
--
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=48678
Bug ID: 48678
Summary: USB serial under .NET 4.0 enters into an infinite loop
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forum(a)abtelecom.ro
Distribution: ---
Created attachment 66531
--> https://bugs.winehq.org/attachment.cgi?id=66531
WineHQ LokProgrammer5 using USB to SERIAL
Hi,
I'm trying to run ESU LokProgrammer5 under Wine 5.0.
Seems that when it wants to read from the serial port is entering into an
infinite loop.
OS: Debian Bullseye
Kernel: 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux
WineHQ: 5.0
DOS Devices:
$ ls .wine/dosdevices/ -l
total 8
lrwxrwxrwx 1 adrian adrian 10 Dec 1 12:50 c: -> ../drive_c
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com1 -> /dev/ttyS0
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com2 -> /dev/ttyS1
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com3 -> /dev/ttyS2
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com4 -> /dev/ttyS3
lrwxrwxrwx 1 adrian adrian 62 Feb 27 00:07 com5 ->
/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A506V8O5-if00-port0
lrwxrwxrwx 1 adrian adrian 81 Feb 27 00:07 com6 ->
/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller_D-if00-port0
lrwxrwxrwx 1 adrian adrian 12 Feb 27 00:07 com7 -> /dev/ttyUSB0
lrwxrwxrwx 1 adrian adrian 12 Feb 27 00:07 com8 -> /dev/ttyUSB1
lrwxrwxrwx 1 adrian adrian 14 Dec 1 12:50 d:: -> /dev/mmcblk0p1
lrwxrwxrwx 1 adrian adrian 12 Dec 1 12:50 e:: -> /dev/mmcblk0
lrwxrwxrwx 1 adrian adrian 1 Dec 1 12:50 z: -> /
Logs are made with "WINEDEBUG=+comm wine drive_c/Program\ Files\
\(x86\)/LokProgrammer5/LokProgrammer.exe" using COM5 and COM6.
I've test the COM ports with PuTTY.EXE and they work ok, but under this
software are not working.
Kind regards,
Adrian
--
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=56559
Bug ID: 56559
Summary: wine is unable to launch a .exe that just downloads a
file
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gerard.labadie(a)sysgroup.fr
Distribution: ---
all the info is in
https://forum.winehq.org/viewtopic.php?t=38779
I want to launch iologo-launcher that is avalable at
https://cellar-c2.services.clever-cloud.com/iologo-app/launcher2/5/iologo-l…
and wine iolog-launcher.exe
does nothing
on Windows this file just downloads iologo_setup.exe
and then I am able to launch iologo_setup.exe with wine
qwertymnb offered a hack and said it is a wine bug
[quote]diff --git a/dlls/cryptnet/cryptnet_main.c
b/dlls/cryptnet/cryptnet_main.c
index 7768e9e5bd3..e23f63f86e7 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -2304,7 +2304,7 @@ typedef struct _OLD_CERT_REVOCATION_STATUS {
BOOL WINAPI CertDllVerifyRevocation(DWORD dwEncodingType, DWORD dwRevType,
DWORD cContext, PVOID rgpvContext[], DWORD dwFlags,
PCERT_REVOCATION_PARA pRevPara, PCERT_REVOCATION_STATUS pRevStatus)
-{
+{return 1;
DWORD error = 0, i;
FILETIME now;
LPFILETIME pTime = NULL;
[/quote]
my wine version
[code]$ wine --version
wine-9.6
[/code]
--
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=52566
Bug ID: 52566
Summary: d3d11:d3d11 fails in test_clip_distance() on cw-gtx560
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 has had failures on cw-gtx560 forever [1] but it recently started
exhibiting a few new failures in test_clip_distance() on cw-gtx560:
d3d11.c:29488: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29054: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29061: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29077: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29089: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29054: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29061: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29077: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29089: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29519: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29054: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29061: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29077: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29089: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29542: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29557: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29569: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
d3d11.c:29582: Test failed: Got 0x00000000, expected 0xff00ff00 at (0, 0, 0),
sub-resource 0.
https://test.winehq.org/data/patterns.html#d3d11:d3d11
A bisect shows that these failures started with the same commit that causes
failures on cw-rx460 (see bug 52563):
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>
[1] To be fair it got a lot better on 2022-02-09 but sadly these new failures
appeared on a few days later. It's still better than it used to be.
--
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=47894
Bug ID: 47894
Summary: mfreadwrite error dialog causes the user32:winstation
tests to fail
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: sven.wine(a)gmail.com
Distribution: ---
When mfreadwrite is not present, a dialog appears, which seems to cause the
user32:winstation tests to fail:
https://test.winehq.org/data/b360cd67e8f7f8c01f09457bacb032fd4a248d0a/2008_…
Sometimes it disappears just in time, in which case the tests succeed:
https://test.winehq.org/data/b360cd67e8f7f8c01f09457bacb032fd4a248d0a/2008_…
I'm not sure whether to file this under user32 or mfreadwrite.
--
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=54024
Bug ID: 54024
Summary: Memory Conty Installer stop working
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Regression SHA1: fb7f937305f9242c675d4ff9a7976cf121710159
Distribution: Debian
Memory Conty Installer stop whit the error:
"Error de ejecución en la instalación: Cannot open AVI"
This problem was introduced in wine-4.4 (and still present in wine-7.22)
guille@goku:~/src/wine$ git bisect good
fb7f937305f9242c675d4ff9a7976cf121710159 is the first bad commit
commit fb7f937305f9242c675d4ff9a7976cf121710159
Author: Michael Müller <michael(a)fds-team.de>
Date: Wed Mar 6 08:57:40 2019 +0100
msvidc32: Fix calculation of stride and size.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23175
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25180
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvfw32/tests/msvfw.c | 39 +++++++++++++++++++++++++++++++++++++++
dlls/msvidc32/msvideo1.c | 34 +++++++++++++++++++++++++---------
2 files changed, 64 insertions(+), 9 deletions(-)
About Memory Conty: is an accounting program from Memory company
Homepage: https://memory.com.uy/conty/
A installer for Memory Conty can be found in this link:
http://soporte.memory.com.uy/index.php?/News/NewsItem/View/16
--
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=52688
Bug ID: 52688
Summary: Interactivity The Interactive Experienc from itch.io
has massive texture glitches with OpenGL renderer
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72029
--> https://bugs.winehq.org/attachment.cgi?id=72029
Screenshot on Wine (OpenGL renderer)
See attachments.
It works using the vulkan renderer or dxvk.
--
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=54807
Bug ID: 54807
Summary: some apps hangs at exit (regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: roxmail(a)list.ru
Distribution: ---
Since wine-6.5 Keil UV4 C51 (demo) hang at exit or close project (not always,
but most likely).
d144890c88c69c937b5e3ffa9b85d0d9d475c44d is the first bad commit
commit d144890c88c69c937b5e3ffa9b85d0d9d475c44d
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Mar 22 23:04:29 2021 -0500
ntdll: Hold fd_cache_section while removing and closing handles.
Otherwise, it's possible for the old handle to be re-added to the cache
between
removing and closing it.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
this change fix it (at least for wine-8.4 and early, i suppose it partially
revert this commit):
diff -urN a/dlls/ntdll/unix/server.c b/dlls/ntdll/unix/server.c
--- a/dlls/ntdll/unix/server.c 2023-03-25 10:41:17.844720197 +0300
+++ b/dlls/ntdll/unix/server.c 2023-03-25 10:41:34.456106724 +0300
@@ -1777,6 +1777,8 @@
* retrieve it again */
fd = remove_fd_from_cache( handle );
+ server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
+
SERVER_START_REQ( close_handle )
{
req->handle = wine_server_obj_handle( handle );
@@ -1784,8 +1786,6 @@
}
SERVER_END_REQ;
- server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
-
if (fd != -1) close( fd );
if (ret != STATUS_INVALID_HANDLE || !handle) return ret;
--
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=56747
Bug ID: 56747
Summary: Steam won’t load in the new wow64 mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
Distribution: ---
When you try to load steam it updates fine but won’t give you a login screen
--
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.