https://bugs.winehq.org/show_bug.cgi?id=57549
Bug ID: 57549
Summary: Fighter Factory 3: Window Graphics don't display
correctly after prolonged use.
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jenngra505(a)roadrunner.com
Distribution: ---
Created attachment 77618
--> https://bugs.winehq.org/attachment.cgi?id=77618
Log
After using Fighter Factory 3 for some time, window graphics such as drop-down
menus stop displaying correctly. Closing and reopening the app fixes this. I am
using Linux Mint with an NVIDIA GPU and an Intel CPU. I also use a patched exe
to fix a programming bug on all OSes that prevents you from running multiple
Mugen test instances simultaneously, so I added it as a second download link.
https://virtualltek.com/community/3-0-1/ff-301-win64https://cdn.discordapp.com/attachments/957384365187428424/13075096693962178…
--
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=57551
Bug ID: 57551
Summary: 10-rc2 regression: MS Office 2007/2010: some dialogs
are only ~1/4 visible
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
Created attachment 77621
--> https://bugs.winehq.org/attachment.cgi?id=77621
video MS word
* wine-10.0-rc2
* MS Office 2007 / 2010
* GNOME wayland or Plasma wayland
10-rc2 regression: MS Office 2007/2010: some dialogs are only ~1/4 visible
Steps to reproduce:
* X11 driver in wayland session
* Open MS Word
* Open File > Word Options
* It's only partially visible
--
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=57306
Bug ID: 57306
Summary: Commit 5924ab4c515 breaks Nikon NX studio due to
memory corruption
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christoph.bartoschek(a)gmail.com
Distribution: ---
Nikion NX Studio is crashing with errors like the following one since commit
5924ab4c515:
0024:fixme:uxtheme:BufferedPaintInit Stub ()
double free or corruption (out)
0024:err:seh:call_seh_handlers invalid frame 00007FFFFE0FECD0
(0000000000022000-0000000000120000)
0024:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
By adding enough debug logs I see that:
- In function dibdrv_RoundRect from dlls/win32u/dibdrv/graphics.c max_points
becomes 30.
- Then top_points is allocated at size 15.
- The first call to get_arc_points returns 4: count = get_arc_points( dc,
AD_CLOCKWISE, &rect, start, end, top_points );
- The second call time it is called with top_points + counter which is
&top_points[4].
- Inside get_arc_points count becomes 8: count = generate_ellipse_top_half(
dc, width, height, points );
- Then the loop to calculate points starts with pos = count and it has 4
iterations.
- The last write is to points[8+3] = points[11] = top_points[11 + 4] =
top_points[15].
- top_points[15] is beyond the allocated array and it corrupts memory metadata.
--
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=57587
Bug ID: 57587
Summary: 10.0-rc1 regression (dsoundrender): no audio or hangs
in some videos
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
URL: https://github.com/castaneai/microkiri/releases/downlo
ad/v0.1.0/microkiri_v0.1.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)print0.net
CC: z.figura12(a)gmail.com
Regression SHA1: 971a05f10faa0765b44287d902e3cfcc4e0c815c
Distribution: ---
An example application is provided in the URL field. sha1sum:
56e3a30c0f361b1dc34342c418854ef2864f0e21
It depends on LANG=ja_JP.UTF-8.
In this application, the WMV video plays without audio. It might play a few
samples incoherently for a split second, then there is no audio. (The MPEG-1
video has no audio track. Though I think this bug may not occur on mpeg
videos.)
If necessary I can find and link another example application where the thread
also hangs.
MR with regression: https://gitlab.winehq.org/wine/wine/-/merge_requests/6973
Reverting both e6b8e9ee209 ("quartz/dsoundrender: Use send_sample_data() to
fill the buffer with silence at EOS.") and 971a05f10fa ("quartz/dsoundrender:
Queue samples and render them on a separate thread.") avoids the bug. (Only
reverting e6b8e9ee209 does not help)
The issue doesn't occur with
https://gitlab.winehq.org/wine/wine/-/merge_requests/6849 applied on 9.21 (but
in some other applications the audio track starts too early and is
desynchronized from the video, which didn't occur in the (modified to fix other
issues) github/ValveSoftware/wine/bleeding-edge branch).
--
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=37372
Bug ID: 37372
Summary: Unexpected order of results in wildcard expansion
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas(a)grapentin.org
in cmd.exe, execute the following statement:
for %f in (*) do echo %f
On windows, you expect the files to be listed in lexicographically ascending
order, and some applications rely on that behaviour, one example being the
Gothic2 Modkit during Script parsing.
However, the order when executing this through wine seems random.
--
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=57577
Bug ID: 57577
Summary: Minimised applications are restored with -4 vertical
pixels.
Product: Wine
Version: 10.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Regression SHA1: c43e8202114a318f82439c74153fcc73b685e8ea
Distribution: Gentoo
After c43e8202114 [1], restoring windowed applications from minimised state
results in the window being 4 pixels smaller vertically than when minimised.
Tested using PlayOnline Viewer/Final Fantasy XI Online, and the Wine Notepad
application.
Last tested at commit d7a7cae2e2d [2] (wine-10.0-rc3).
Thank you!
1.
https://gitlab.winehq.org/wine/wine/-/commit/c43e8202114a318f82439c74153fcc…
2.
https://gitlab.winehq.org/wine/wine/-/commit/d7a7cae2e2d1ad34af6dbefcb06fbe…
--
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=57248
Bug ID: 57248
Summary: Rhinoceros 8.11 installer crashes on start
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Found while testing bug 56703.
Bisected to commit 553204da35ed16e732417541606bb31ed65a768f
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Aug 12 11:22:07 2024 +0200
mshtml: Add support for MSEventObj prototype objects.
--
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=54342
Bug ID: 54342
Summary: ws2_32:sock - test_WSARecv() sometimes fails with "got
apc_count 1." on Windows 7
Product: Wine
Version: 8.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: fgouget(a)codeweavers.com
Distribution: ---
test_WSARecv() sometimes fails with "got apc_count 1." on w7u_adm.
--
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=53405
Bug ID: 53405
Summary: Into The Breach freezes when enabling fullscreen
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)tutanota.com
Distribution: ---
Created attachment 72796
--> https://bugs.winehq.org/attachment.cgi?id=72796
Wine logs
The Windows version of the game Into The Breach freezes when enabling
fullscreen in the game settings, and the only way to exit the game is to kill
the process.
The freeze does not happen if the game is started with fullscreen already on
(by changing it on the configuration file) or if disabling fullscreen in the
game settings.
(Tested on the Epic Games Store version)
--
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=52447
Bug ID: 52447
Summary: Regression: .NET framework 2 installer hangs
Product: Wine
Version: 7.0
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Shortly after Wine 6.11:
winetricks dotnet20
hangs while installing System.Windows.Forms. A git bisect gives:
fed7e7a78b4bea183d0cbb107953e275f17baa4f is the first bad commit
commit fed7e7a78b4bea183d0cbb107953e275f17baa4f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 21 15:57:26 2021 +0200
ntdll: Simulate a syscall return when starting a thread.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/unix/server.c | 2 +-
dlls/ntdll/unix/signal_arm.c | 65 ++++++++++---------------
dlls/ntdll/unix/signal_arm64.c | 70 +++++++++++----------------
dlls/ntdll/unix/signal_i386.c | 102 ++++++++++++++++++----------------------
dlls/ntdll/unix/signal_x86_64.c | 91 +++++++++++++++--------------------
dlls/ntdll/unix/thread.c | 2 +-
dlls/ntdll/unix/unix_private.h | 2 +-
7 files changed, 138 insertions(+), 196 deletions(-)
--
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.