https://bugs.winehq.org/show_bug.cgi?id=52467
Bug ID: 52467
Summary: Regression from 6.0.2 to 7.0 with Kaseya Live Connect
9.5.0.28 management software
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)papersolve.com
Distribution: ---
Created attachment 71755
--> https://bugs.winehq.org/attachment.cgi?id=71755
backtrace of crash of kaseya live connect management software
Hi, I am reporting a regression from wine 6.0.2 to wine 7.0. Unfortunately it's
with an app that will be rather hard for you to test (it's the technician
software for the Kaseya remote management and monitoring software that allows
techs to connect to computers remotely and manage them... yeah that Kaseya that
got hacked last year!). Works great for me in wine 6.0.2 but not in 7.0, where
one of its components crashes. I will attach the logs and backtrace below, but
I was able to do a bisect and came up with this:
root@ossy:/usr/src/wine-git# git bisect good
5c009c17b3a212c3f5b0034c465077c0c593daae is the first bad commit
commit 5c009c17b3a212c3f5b0034c465077c0c593daae
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue Jun 15 23:13:32 2021 -0500
ws2_32: Reimplement bind() and getsockname() on top of IOCTL_AFD_BIND and
IOCTL_AFD_GETSOCKNAME respectively.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ws2_32/socket.c | 344 ++++++-------------------------------------
dlls/ws2_32/tests/afd.c | 8 +-
dlls/ws2_32/tests/sock.c | 2 +-
dlls/ws2_32/ws2_32_private.h | 4 -
4 files changed, 54 insertions(+), 304 deletions(-)
While this is likely related to #47412 and #51464 I'm hoping that my additional
work doing the backtrace will link this up with other bug reports for any other
software that may be affected.
--
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=51779
Bug ID: 51779
Summary: Visual Studio msvsmon fails to bind server socket in
child processes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: jacek(a)codeweavers.com
Distribution: ---
Created attachment 70679
--> https://bugs.winehq.org/attachment.cgi?id=70679
hack
When a connection to msvsmon.exe [1] is established, msvsmon spawns a new child
process to listen for more incoming connections. Unix is less permissive in its
SO_REUSEPORT handling than Windows, we may need to be more to handle more of
that ourselves.
The attached hack may be used to work around the problem.
[1] https://wiki.winehq.org/Wine_Developer%27s_Guide/VS_Remote_Debugging
--
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=53081
Bug ID: 53081
Summary: Retina Mode broken since
7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Setting HKCU\Software\Wine\Mac Driver\RetinaMode="1" no longer has any effect
on high DPI Macs. The windows Wine creates are DPI-Scaled by the operating
system.
This is a regression caused by the following patch:
7f7f9fa22c5cbe629e79a54257d5bd21403e80db is the first bad commit
commit 7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun May 15 20:27:37 2022 +0200
winemac: Directly use ntdll for registry access in
create_original_display_mode_descriptor.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
A quick check suggests that the registry key itself is picked up OK, so the
problem is probably that the retina code doesn't see the original display mode
correctly and thinks the mode has been changed.
--
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=53153
Bug ID: 53153
Summary: SetWindowPos() incorrectly computes exposure region of
parent window with WS_EX_COMPOSITED
Product: Wine
Version: 7.10
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
Distribution: ---
If a window is composited (i.e. has WS_EX_COMPOSITED set and is not using
parent DC) and repaint is triggered by calling SetWindowPos() on its child
window, the parent window's exposed region shall be the union of the old and
new visible region, *not* the difference.
Affected applications:
- KakaoTalk banner ad window is not re-painted correctly on ad rollover,
causing text artifacts from remains of the previous ad.
--
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=51418
Bug ID: 51418
Summary: fotoBiz X - Fatal error on startup
Product: Wine
Version: 6.11
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 70272
--> https://bugs.winehq.org/attachment.cgi?id=70272
Backtrace (6.11)
Hello everyone,
I am revisting an old application where the installer has been fixed and now
works but unfortunately I am running into a different problem. Backtrace is
attached.
--
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=51464
Bug ID: 51464
Summary: Pagefault error caused by qt5webenginecore
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: shadowbranch(a)gmail.com
Distribution: ---
Created attachment 70305
--> https://bugs.winehq.org/attachment.cgi?id=70305
Backtrace from Pagefault
Running the latest Kaseya Live Connect 9.5.0.24. When connecting to server
program crashes with pagefault 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=47412
Bug ID: 47412
Summary: Kaseya Live Connect: crashes on first run after
install
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: alero5752(a)hotmail.com
Distribution: ---
Created attachment 64760
--> https://bugs.winehq.org/attachment.cgi?id=64760
Progam Error details
Hello,
Linux noob here. My company recently upgraded our Kaseya VSA version to 9.5.0.2
and ever since this was completed it broke my Kaseya Live Connect app
compatibility within Wine. I've attached the log to review and also a link to
the EXE file for the application below. This is the very latest version of
Kaseya. When attempting to launch the program, it stops and displays an error,
(The program QtWebEngineProcess.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience).
https://drive.google.com/file/d/1StEVxsaQFKTVX8pb6htmo8r_4R14btJz/view?usp=…
--
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=34377
Bug #: 34377
Summary: Paint Shop Pro X5 Installer fails
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 45757
--> http://bugs.winehq.org/attachment.cgi?id=45757
Backtrace
Hello everyone,
I have been testing "Paint Shop Pro X5" from Corel but I am having problems to
get it to install correctly. Please find my backtrace attached and please let
me know should you require further information.
--
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=53345
Bug ID: 53345
Summary: finder claims WINE needs to be updated, no updates
available
Product: Wine
Version: 0.9.3.
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: boxylid(a)gmail.com
Created attachment 72730
--> https://bugs.winehq.org/attachment.cgi?id=72730
WINE inaccessible
After installing WINE it cannot be opened, finder reports that it needs to be
updated to run yet there is no update currently available on the website.
--
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=52562
Bug ID: 52562
Summary: advapi32:registry fails in Wine because some French
timezone name translations are too long
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
advapi32:registry fails in the timezone tests in a French locale:
registry.c:4413: Test failed: L"Aleutian Standard Time": expected L"Heure
d'\00e9t\00e9 des \00celes Al\00e9outiennes", got L"Aleutian Daylight Time"
registry.c:4395: Test failed: L"Dateline Standard Time": expected L"Heure de la
ligne de changement de date", got L"Dateline Standard Time"
registry.c:4413: Test failed: L"Dateline Standard Time": expected L"Heure
d'\00e9t\00e9 de la ligne de changement de date", got L"Dateline Daylight Time"
registry.c:4395: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure des \00celes Turques-et-Ca\00efques", got L"Turks And Caicos Standard
Time"
registry.c:4413: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure d'\00e9t\00e9 des \00celes Turques-et-Ca\00efques", got L"Turks And
Caicos Daylight Time"
http://winetest.dolphin/data/patterns.html#advapi32:registry
This issue is already happening in German also because the timezone name
translation is too long. See bug 51619 for more details.
The new translations were introduced by the following commits:
commit a38ced9354aa7d74f396fb91372dbbb7dccd2e2e
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Sun Jan 2 15:49:09 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
commit 39f77b25aacf248e18e747bf31c2055a9cfbc89a
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Mon Jan 3 15:43:21 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.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.