https://bugs.winehq.org/show_bug.cgi?id=7106
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #40 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 9.0-rc4.
--
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=56047
Bug ID: 56047
Summary: Won't build on FreeBSD, error: 'F_GETPATH' undeclared
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
FreeBSD/amd64
15.0-CURRENT
main-n266837-3933ff56f9b6: Thu Dec 7 04:11:58 UTC 2023
-----------------
Wine 9.0-rc1 and rc2 won't build on FreeBSD. The error is :
/Wine/wine-9.0-rc2/server/change.c: In function 'get_path_from_fd':
/Wine/wine-9.0-rc2/server/change.c:730:21: error: 'F_GETPATH' undeclared (first
use in this function)
730 | if (!fcntl( fd, F_GETPATH, ret )) return ret;
| ^~~~~~~~~
/Wine/wine-9.0-rc2/server/change.c:730:21: note: each undeclared identifier is
reported only once for each function it appears in
*** Error code 1
Stop.
-----------------
Is 'F_GETPATH' available on FreeBSD?
--
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=56023
Bug ID: 56023
Summary: Wine 9.0-rc1 Wayland: DPI problems
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: h0tc0d3(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Distribution: ---
With fractional scaling = 1.25 and DPI = 96, the image on the screen is blurry,
so the virtual positions of interactive elements are shifted, i.e. The input
fields are not activated and the buttons are not pressed, they are pressed in a
completely different place where they are not there.
--
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=55961
Bug ID: 55961
Summary: Regressions in 8.18~jammy-1 - invisible mouse pointer
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marko.koivusalo(a)gmail.com
Distribution: ---
Ever since 8.18~jammy-1 update several VSTs have an issue with mouse cursor
being invisible until window is resized once. Though this may not always be
possible or easy to accomplish.
With my setup following plugins no longer work satisfactory
- Arturia MS-20
- Arturia Acid V
- XLN XO
Issue can be replicated with this plugin (free demo available, registration
required).
https://www.arturia.com/products/software-instruments/acid-v/overview
Latest release (8.21~jammy-1) does not help the issue.
--
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=38039
Bug ID: 38039
Summary: linux console leaves in stty echo off mode after
executing bash.exe from Wine
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
Created attachment 50674
--> https://bugs.winehq.org/attachment.cgi?id=50674
Patch: Hack console to restore "echo mode"
Steps to reproduce:
1. Install msysGit for Windows:
https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141…
2. cd to the directory of bash.exe
3. executing bash.exe:
bin$ wine bash.exe -c "./ls -l"
4. Wine will execute bash.exe and then exectue ls.exe, the output is expected
at this stage
5. try to type anything in the same Linux console after ls.exe quit
Expect result:
Typed characters should be echoed back
Actual result:
Typed characters are not echoed back, but typed commands run as expected.
Workaround:
A. execute `stty echo` to enable echo mode again
B. apply the attached hack patch
--
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=4291
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #33 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 9.0-rc4.
--
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=56032
Bug ID: 56032
Summary: winedbg --gdb: gets terminated when target process
exits
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Since below commit following sequence shows a termination of winedbg
and leaves the terminal in a non-working state.
Before after target process finished one was still at the winedbg prompt.
benutzer@debian:~$ wine winedbg.exe --gdb notepad.exe
...
Wine-gdb> cont
...
[Inferior 1 (Remote target) exited normally]
Wine-gdb> benutzer@debian:~$ benutzer@debian:~$ quit
benutzer@debian:~$
commit 6a2325609ceea306c6d7cbce56f29e6589a18903
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 4 11:27:43 2021 +0200
winedbg: Use winsock for the gdb socket.
The terminal can be recovered afterwards by "stty sane".
--
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=56021
Bug ID: 56021
Summary: Wine 9.0-rc1 Wayland: In Sway full screen games don't
run on full screen
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: h0tc0d3(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Distribution: ---
In Sway, Overwatch 2 launches in full screen, but only half of the screen is
drawn in the center, the rest is black. Image artifacts. There are no such
problems in Hyprland. Also, there are no problems in xwayland.
--
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=40011
Bug ID: 40011
Summary: Git Bash Program error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vk.kulk(a)gmail.com
Distribution: ---
Created attachment 53457
--> https://bugs.winehq.org/attachment.cgi?id=53457
error report
I am trying to open Git-Gui from wine. Its not working. Also attached error
log. Please look into it.
--
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=55637
Bug ID: 55637
Summary: dmime:dmime - test_performance_pmsg() sometimes fails
due to bad timing on Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dmime:dmime - test_performance_pmsg() sometimes fails due to bad timing on
Windows and Wine, always on the DMUS_PMSGF_TOOL_QUEUE check.
* 2023-09-19 w7u
dmime.c:1962: Test failed: got 31
* 2023-09-21 debiant-wow64
dmime.c:2298: Test failed: got 265
This one is a bit extreme, usually it's more in the 150 ms range.
See https://test.winehq.org/data/patterns.html#dmime:dmime
The failures don't happen every day and first happened on 2023-09-11. So they
can be attributed to the commit that introduced the test on 2023-09-08:
commit e80c1d90f1c08c1d2ec2a84949d69ca3219b3d1d
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Tue Sep 5 16:27:41 2023 +0200
dmime/tests: Test IDirectMusicPerformance_*PMsg methods.
--
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.