https://bugs.winehq.org/show_bug.cgi?id=55468
Bug ID: 55468
Summary: XB36Hazard's save editors stay frozen when opening
with wine and proton.
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mg23811(a)gmail.com
…
[View More]Distribution: ---
Just like the summary says when opening the save editors they will freeze after
a few seconds, his launcher however works fine but even if you get one of his
save editors exe without the launcher same problem so the launcher its self
isn't the problem. I've tried the latest version of wine and tried various
protons.
Here's a link to his site for his save editors: https://x3t-infinity.com/
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55466
Bug ID: 55466
Summary: Menu items with MF_POPUP & MF_OWNERDRAW forget to
re-draw item text after popup
Product: Wine
Version: 8.14
Hardware: x86-64
URL: https://web.archive.org/web/20230819235112/https://ltspice.analog.com/software/LTspice64.msi
OS: Linux
Status: UNCONFIRMED
Severity: trivial
…
[View More] Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: telans(a)posteo.de
Distribution: ---
Created attachment 75022
--> https://bugs.winehq.org/attachment.cgi?id=75022
Wine Log
In LTspice 17.1.10, a popup menu item once moused over fails to draw the
initial menu item text. Instead, it is missing. As far as I can tell this isn't
a regression, I've tested all the way down to wine-5.0.
I believe this happens only with MF_OWNERDRAW & MF_POPUP. After some debugging,
this is probably due to TextColor not being restored after drawing, or the
window fails to invalidate the menu item rect(?).
See screenshots of Windows vs Wine behavior. I've also attached the log for
when this happens. Look for "Efficiency Calculation".
I've attached the stack trace where the text disappears.
This is not the same bug as #52839 which corresponds to the top menu bar
entries, which I believe has been fixed.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55460
Bug ID: 55460
Summary: itss:protocol - test_its_protocol_info() sometimes
fails on w7u
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
itss:protocol - …
[View More]test_its_protocol_info() sometimes fails on w7u:
protocol.c:484: Test failed: [11] unexpected size=31
protocol.c:487: Test failed: [11] unexpected result:
L":test.chm::blank.htmltest.html"
See https://test.winehq.org/data/patterns.html#itss:protocol
The failures first happened on 2023-07-13 and have happened about once a week
since.
They also seem to be specific to the w7u VM, in particular they did not happen
on w7pro64 yet.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55451
Bug ID: 55451
Summary: Application gets WM_IME_COMPOSITION without getting
WM_IME_STARTCOMPOSITION before
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hagb(a)hagb.name
…
[View More]Distribution: ---
Created attachment 75009
--> https://bugs.winehq.org/attachment.cgi?id=75009
This program can reproduce the problem
On wine 8.8 there isn't such a problem.
On wine >=8.9 <=8.13, when the user uses input method to input something, the
program gets some WM_IME_SETCONTEXT (0x281) messages first, and then gets
WM_IME_NOTIFY (0x282, with IMN_WINE_SET_COMP_STRING 0x10), and then gets
WM_IME_COMPOSITION (0x10f). There isn't a WM_IME_STARTCOMPOSITION (0x10d) sent
before WM_IME_COMPOSITION. And after WM_IME_COMPOSITION, there isn't
WM_IME_ENDCOMPOSITION (0x10e) either.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55465
Bug ID: 55465
Summary: user32:msg - The 64-bit
test_swp_paint_region_on_show() sometimes gets a
COMPLEXREGION on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
…
[View More]Reporter: fgouget(a)codeweavers.com
user32:msg - The 64-bit test_swp_paint_region_on_show() sometimes gets a
COMPLEXREGION on Windows 7:
msg.c:9471: Test failed: GetRgnBox (on parent) returned 3
5 rects: (10,10)-(100,33) (10,33)-(59,34) (10,34)-(57,35) (10,35)-(56,37)
(10,37)-(55,100)
msg.c:9508: Test failed: GetRgnBox (on parent) returned 3
5 rects: (20,20)-(120,33) (20,33)-(59,34) (20,34)-(57,35) (20,35)-(56,37)
(20,37)-(55,120)
msg.c:9565: Test failed: GetRgnBox (on parent) returned 3
5 rects: (10,10)-(100,33) (10,33)-(59,34) (10,34)-(57,35) (10,35)-(56,37)
(10,37)-(55,100)
See https://test.winehq.org/data/patterns.html#user32:msg
Where 3 == COMPLEXREGION
This is similar to bug 55374 except:
* This only happens in 64-bit tests instead of happening exclusively in 32-bit
tests.
* So this also only happens on w7pro64 instead of w7u.
* test_swp_paint_region_on_show() gets a COMPLEXREGION instead of a NULLREGION.
So it's not immediately clear to me if both failure types have the same root
cause.
The oldest known instance happened on 2023-06-12 and this has happened about
once a month since:
* 2023-06-12 win7_newtb-w7pro64-64
* 2023-07-14 win7_newtb-w7pro64-64
* 2023-08-17 win7_newtb-w7pro64-64
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55462
Bug ID: 55462
Summary: mfplay:mfplay sometimes times out on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mfplay:mfplay sometimes times out on Windows 7:
mfplay:…
[View More]mfplay:0a24 done (258) in 120s 0B
See https://test.winehq.org/data/patterns.html#mfplay:mfplay
The test normally runs in under 1 second which means the time out is caused by
a deadlock. However this is pretty rare and has only happened in 1.6% of the
WineTest runs and only on Windows 7:
* 2023-02-22 win7_newtb-w7pro64-64
* 2023-03-02 win7_newtb-w7pro64-64
* 2023-05-10 win7_newtb-w7u-adm
* 2023-07-13 win7_newtb-w7pro64-64_1
* 2023-08-17 win7_newtb-w7pro64-64
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=52569
Bug ID: 52569
Summary: Zothero Error Launch XUL
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blbenyamin9(a)gmail.com
Distribution: ---
Created attachment 71889
--> https://bugs.winehq.…
[View More]org/attachment.cgi?id=71889
Zothero Error
Launch Zothero, and imidietly got this error
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0258904c).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:0258904c ESP:0051cb84 EBP:0051dcec EFLAGS:00010206( R- -- I - -P- )
EAX:00000000 EBX:00000000 ECX:0051cb44 EDX:00990094
ESI:009d13e8 EDI:0bc9d478
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55344
Bug ID: 55344
Summary: Yuzu fails to start (needs MSVCP140_CODECVT_IDS.dll)
Product: Wine
Version: 8.12
Hardware: x86-64
URL: https://web.archive.org/web/20230727051938/https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainl
ine-0-1503/yuzu-windows-msvc-20230722-3dfaf1ff2.tar.xz
OS: Linux
Status: …
[View More]UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: lingm+winebz(a)posteo.org
Distribution: ---
1. Download and extract the Windows version of Yuzu 1503.
https://github.com/yuzu-emu/yuzu-mainline/releases/tag/mainline-0-1503 (see
the URL field for a direct archived link)
2. Run `wine yuzu.exe`
3. No window even shows up. The full output is:
```
$ wine yuzu.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00d8:err:module:import_dll Library MSVCP140_CODECVT_IDS.dll (which is needed
by L"$snip_path$\\yuzu.exe") not found
00d8:err:module:LdrInitializeThunk Importing dlls for
L"$snip_path$\\yuzu.exe" failed, status c0000135
```
`winetricks vcrun2019` works around this problem and allows Yuzu to start
properly.
--
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.
[View Less]