https://bugs.winehq.org/show_bug.cgi?id=57189
Bug ID: 57189
Summary: Caesar 3, Neighbours from Hell 1-2: screen cropped
Product: Wine
Version: 9.17
Hardware: x86-64
URL: https://archive.org/download/CaesarIiiDemo/caesar3.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 278ca7f68d727639b3389b78c363134fa2bd32a8
Distribution: ---
The problem occurs in certain old games that switch to lower resolutions
(800X600, 1024X768) when launched. The screen changes to the resolution the
game uses, but the game screen is only partially displayed because the lower
half of the screen is cut off.
This happens both in fullscreen and virtual desktop mode.
Reverting commit 278ca7f68d727639b3389b78c363134fa2bd32a8
(winex11: Only update the client window position in sync_client_position.)
fixes the problem for me.
You can reproduce the problem with Caesar 3 demo or the Neighbours from Hell
Compilation on Steam:
https://store.steampowered.com/app/260750/Neighbours_from_Hell_Compilation/
wine-9.17-142-g8bf8754d68a
--
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=57181
Bug ID: 57181
Summary: PathGradientBrushTest:Clone fails with
InvalidParameter
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The Wine Mono tests had a new failure introduced in the past few days:
x86_64.MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest:Clone failed:
System.ArgumentException : A null reference or invalid value was found [GDI+
status: InvalidParameter]
at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status)
[0x00098] in <21d9782ed8204b41be15f7e362fe6601>:0
at System.Drawing.Drawing2D.PathGradientBrush.get_Blend () [0x0000d] in
<21d9782ed8204b41be15f7e362fe6601>:0
at (wrapper remoting-invoke-with-check)
System.Drawing.Drawing2D.PathGradientBrush.get_Blend()
at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.CheckDefaults
(System.Drawing.Drawing2D.PathGradientBrush pgb) [0x00000] in
<9ac254c8d9794d84946754376c20a309>:0
at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.CheckPathDefaults
(System.Drawing.Drawing2D.PathGradientBrush pgb) [0x00000] in
<9ac254c8d9794d84946754376c20a309>:0
at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.Clone ()
[0x00025] in <9ac254c8d9794d84946754376c20a309>:0
at (wrapper managed-to-native)
System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj,
System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder,
System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a]
in <5f03272033464958ad114b2853ddec98>:0
Tried reverting b31251650d713b7aa3d266bc6dedeab5fc93ce19, and it passed again.
--
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=57199
Bug ID: 57199
Summary: window_surface not always destroyed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: alexandros.frantzis(a)collabora.com
Distribution: ---
Created attachment 77093
--> https://bugs.winehq.org/attachment.cgi?id=77093
DPI unaware app with winex11 not destroying window surfaces
With the latest Wine master (tested 03d985369dc9afe943ee3072478a2567b3fe4077,
but haven't run a bisection, so can't say when this was introduced), there are
scenarios where the previous window_surface for a HWND is not destroyed when a
new one is created for that same HWND (e.g., resizing). This creates memory
leaks which have different effects depending on the driver (e.g., winewayland
eventually runs out of SHM memory).
I am seeing this issue with applications that are not DPI aware when the system
dpi != 96. I am attaching two logs, one for winex11 (under xwayland) and one
for winewayland, from the same application (Crayon Physics Deluxe) while
interactively resizing the window, in a prefix with dpi=192 configured
(matching the 2x monitor scale). Note the absence of any window surface
destruction calls in the logs, whereas multiple new window surfaces (for the
same window) are being created during the resize.
I have slightly changed the {WAYLAND,X11DRV}_CreateWindowSurface TRACE() so
that it prints `*surface` (instead of `surface`) in the logs.
--
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=57136
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 9.18.
--
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=57195
Bug ID: 57195
Summary: wineconsole is broken Wine 9.17 after moving its
window (Far File Manager is broken as well, as a
result)
Product: Wine
Version: 9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce (under X11):
1. wine wineconsole
2. Move the window.
Results:
CPU use 100%, wineconsole starts repainting itself indefinitely.
Expected results:
This shouldn't be happening.
P.S.
1. This does not always happen but after running Far File Manager 2/3 (doesn't
matter) and exiting it, wineconsole starts misbehaving 100%.
2. My DPI is set to 110.
3. I'm using "Lucida Console" (from MS Core Fonts) as my
HKEY_CURRENT_USER\Console\FaceName
Could be a result of HighDPI support in Wine 9.17.
--
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=57141
Bug ID: 57141
Summary: tablette rapeper
Product: Framework Mono
Version: main
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mono-basic
Assignee: wine-bugs(a)winehq.org
Reporter: patrickventresque(a)gmail.com
CC: madewokherd(a)gmail.com
Created attachment 77046
--> https://bugs.winehq.org/attachment.cgi?id=77046
impossibilité de lancer rapeper
impossibilité d'ouvrir Rapaper studio avec Wine.
--
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=10648
Summary: Async WSASend does not send all bytes.
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marius(a)scimore.com
On Server sending 1500 bytes with non-blocked WSASend and 2 WSABUFFERS will
transfer only 1452 bytes. On client WSARecv called again will be blocked and
does not receive the the remaining bytes.
The completion port receives event on transfered 1452 bytes, and there is no
more followed events on transfered the last 8 bytes.
OS: Ubuntu 7.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56873
Bug ID: 56873
Summary: WordSmith 9.0 doesn't show text in installer
Product: Wine
Version: 9.10
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 76676
--> https://bugs.winehq.org/attachment.cgi?id=76676
Screenshot Windows
See screenshots
--
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=57168
Bug ID: 57168
Summary: Silent Hill 2 (Konami, 2002): page fault in WOW64 mode
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redwindwanderer(a)gmail.com
Distribution: ---
Created attachment 77068
--> https://bugs.winehq.org/attachment.cgi?id=77068
Silent Hill 2 in WOW64 mode pagefault backtrace
Silent Hill 2 (Konami, 2002) causes a page fault error (log attached).
On latest stable Wine 9.17, using WOW64 mode.
No 32bit libs on the system.
Other 32bit games seem to run fine.
The game used to run fine on Wine (32bit) back in 2009.
Wine pagefault log 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=57080
Bug ID: 57080
Summary: Multiple game video is not rendered correct, all just
black (NightSecurity, The BathHouse RE, Parasocial,
Rune factory 5)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 76954
--> https://bugs.winehq.org/attachment.cgi?id=76954
WINEDEBUG with +mfplat
Game video is not render correctly, all render in black.
But according to the video, the h264parse has working.
--
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.