https://bugs.winehq.org/show_bug.cgi?id=55540
Bug ID: 55540
Summary: IS Defense hangs after gameplay begins or has
rendering glitches
Product: Wine
Version: 8.13
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: z.figura12(a)gmail.com
Regression SHA1: b2f13103d7d96fc082b91b8e808599836ed4a2b1
Distribution: ---
Created attachment 75098
--> https://bugs.winehq.org/attachment.cgi?id=75098
example
Most of the time the game just hangs.
--
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=26142
Summary: Civilization 4: Screen turns black on turn end with
built-in msxml
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33298)
--> (http://bugs.winehq.org/attachment.cgi?id=33298)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install Civilization 4 complete
3) wine Civilization4.exe
4) load my save
5) end the turn
Behaviour:
Black screen and HUD is OK. The game doesn't hang. See attachment (left image)
Expected behaviour:
There should be no black screen. See attachment (right image)
Workaround:
winetricks msxml3
Additional comment:
This bug occurs randomly and mostly after short films inside the game. If I try
to load the same saved game once more time I get black screen too. unless I
exit to desktop and load the game again.
--
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=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.