https://bugs.winehq.org/show_bug.cgi?id=56024
Bug ID: 56024
Summary: [Roblox Wine Wayland] Locking cursor makes relative
mouse movement break
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vixea0(a)gmail.com
Distribution: ---
Created attachment 75667
--> https://bugs.winehq.org/attachment.cgi?id=75667
patch needed to run roblox in wine
Launch any Roblox game try and "drag the camera by right-clicking and moving on
the first try the camera will go crazy on the second it should not move at all.
Steps to reproduce:
1. patch wine with included patch
2. install Vinegar from any distro package manager or compile
yourself(grapejuice is simi broken right now)
3. run vinegar edit - make sure your config looks somewhat like the one
attached below(in a separate comment)
4. run vinegar player to download roblox once downloaded close roblox(it will
launch automatically)
5. log in to roblox on there website or create a account if you don't have one
already
6. try any game with the description of what to do and what happens.
List Of Wayland compositors(/DEs) tried:
Cosmic
Plasma
Weston
Tested in both 9.0rc1 and the latest master branch(as of commit
d748440ea27dc7456ffa98ee76b0cb9302226583)
--
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=56321
Bug ID: 56321
Summary: Missing battery information in PassMark BatteryMon
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tuxifan(a)posteo.de
Distribution: ---
Created attachment 76051
--> https://bugs.winehq.org/attachment.cgi?id=76051
Wine log
I've tried BatteryMon and its main window works flawlessly. However, there are
no battery details (like capacity) in the battery information window available.
It'd be nice to see that working 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=56320
Bug ID: 56320
Summary: AVG Antivirus setup crashes
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: tuxifan(a)posteo.de
Distribution: ---
On Debian 12, the setup hangs then after a while crashes spamming the following
message into the wine log:
0358:fixme:rpc:do_ndr_async_client_call Incompatible stub description version:
0x60002
The icarus.log file gets filled with this error message:
[2024-02-13 08:07:44.681] [info ] [master ] [ 340: 856] [3AC136: 213]
Sending 'close' to UI(44003).
[2024-02-13 08:07:44.682] [error ] [event_r_rpc] [ 340: 856] [A51C54:1241]
trying to send event setup.event.stopui to
ncalrpc:[ui_ep_9e76b436-9ad9-4085-9279-60dc8c8c5830] failed with error code
1829
And then finally:
[2024-02-13 08:07:44.709] [warning] [master ] [ 340: 344] [F3F3F7: 809]
UI not finished in time ('258'). Going to kill it(true)?
The setup I've used to test this:
Product: AVG
Description: AVG Installer
File Version: 2.1.99.0
Date signed: 2024-01-31 14:25:00 UTC
MD5: d343cce73cbcd078c6d64cc0a4159685
--
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=47116
Bug ID: 47116
Summary: Indiana Jones and the Emperor's Tomb: white line
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 64326
--> https://bugs.winehq.org/attachment.cgi?id=64326
screen captures with white lines
Hello,
to play Indiana Jones and the Emperor's Tomb with Wine, I know I have to:
- override dll msvcrt bug 27594
- disable vertex shader 12400
But now I have a new graphic issue with Wine 4.7 (even with staging version):
look at the screen captures I joined to this bug report, there are white lines.
--
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=49199
Bug ID: 49199
Summary: Wine on macOS no longer loads dylibs from /lib(64)
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gcenx83(a)gmail.com
Starting from Wine-5.6 the libwine wrappers have been removed in favor of using
dlopen() however this now causes component in question to no longer load
embedded dylibs into /lib(64)
Here’s an example;
```907aaf9e72714293909351648827e7c5aebc12a3 is the first bad commit
commit 907aaf9e72714293909351648827e7c5aebc12a3
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 6 11:46:10 2020 +0200
gdi32: Use standard dlopen() instead of the libwine wrappers.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/gdi32/dibdrv/opengl.c | 12 +++++-------
dlls/gdi32/freetype.c | 20 ++++++++++----------
2 files changed, 15 insertions(+), 17 deletions(-)```
Any commit doing “ Use standard dlopen() instead of the libwine wrappers.” will
now experience this.
Previous behavior was the ability to simply embed dylibs into /lib(64) and
wine(64) would load them as needed, now rpath is required.
Winehq packages will also experience this issue worse once the current embedded
libraries swap to using dlopen()
--
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=39859
Bug ID: 39859
Summary: WineHQ packages for wine-gecko and wine-mono
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Most users of the distros we now package for are accustomed to installing
wine-gecko and wine-mono from packages. We should provide 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.
https://bugs.winehq.org/show_bug.cgi?id=53656
Bug ID: 53656
Summary: cannot install an update because of Conflicting Values
set for option
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thereal7kqx(a)gmail.com
Distribution: ---
Created attachment 73058
--> https://bugs.winehq.org/attachment.cgi?id=73058
the error
I am using LMDE 5, based on Debian, and this (bug?) is dragging me down
ive tried everything i can to remove this stuff, but the delete button is just
shaded black, or it spats out bullshit that it cant be removed.
--
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=54181
Bug ID: 54181
Summary: nothing provides wine-devel64 = 1:8.0.rc1-1.1 needed
by winehq-devel-1:8.0.rc1-1.x86_64
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thegamemaster(a)hotmail.com
Distribution: ---
In Fedora 37 KDE Spin on Toshiba Satellite L655.
Upon sudo dnf update -y
error returned
"Problem: cannot instal the best update candidate for package
winehq-devel-1:7.22-1.1.x86_66
- nothing provides wine-devel64 = 1:8.0.rc1-1.1 needed by
winehq-devel-1:8.0.rc1-1.1.x86_64
wine will not update.
--
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=54835
Bug ID: 54835
Summary: Installation failure in Ubuntu 22.04 LTS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saurabh.ghosh(a)nichi.com
Distribution: ---
Created attachment 74337
--> https://bugs.winehq.org/attachment.cgi?id=74337
Screenshot of the issue
I have been trying to install wine in my Ubuntu 22.04 LTS.
I have followed all the steps mentioned in (https://wiki.winehq.org/Ubuntu).
However, there is a critical conflict in ubuntu. It requires "libgd3:i386",
which when installed creates conflict with "libgd3" and removes packages
"colord, gnome-control-center, libgd3, libgphoto2-6 & libsane1 sane-utils".
Removal of "gnome-control-center" is unacceptable as it handles the ubuntu
settings app, also I need "colord" because I use night light settings.
I can't seem to find any workaround!
Please help.
--
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.