https://bugs.winehq.org/show_bug.cgi?id=56133
Bug ID: 56133
Summary: explorer.exe: Font leak when painting
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: m101010a(a)gmail.com
Distribution: ---
When using a virtual desktop, the function "draw_launchers" is called every
time the desktop paints. This function creates a font using
"CreateFontIndirectW", but does not delete it, which eventually causes wine to
run out of GDI object handles, causing the desktop to not repaint. This is easy
to reproduce by running a program like https://torcado.itch.io/windowkill that
causes the desktop to constantly repaint.
--
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=54759
Bug ID: 54759
Summary: Notepad++: slider of vertical scrollbar is too small
for long files
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://notepad-plus-plus.org/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 74253
--> https://bugs.winehq.org/attachment.cgi?id=74253
long.log
Steps to reproduce:
1) wine notepad++.exe
2) load long.log from the attachment
Behavior:
The slider is slim and difficult to point to (see the attachment).
Expected behavior:
The slider should be sized as on Windows (see the attachment).
--
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=55765
Bug ID: 55765
Summary: The 32-bit d2d1:d2d1 frequently crashes on the GitLab
CI
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 32-bit d2d1:d2d1 crashes on the GitLab CI:
d2d1.c:7400: Test marked todo: Figure does not match.
Unhandled exception: page fault on write access to 0x00000000 in wow64 32-bit
code (0x79d70bdf).
[...]
Backtrace:
=>0 0x79d70bdf d2d_device_context_Clear+0x7f(iface=<is not available>,
colour=<is not available>)
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1 (0x0068fc48)
1 0x004261e4 in d2d1_test (+0x261e4) (0x0068fd08)
2 0x0043bacb in d2d1_test (+0x3bacb) (0x0068fd78)
3 0x0043c5b3 in d2d1_test (+0x3c5b3) (0x0068fe18)
4 0x0043d680 in d2d1_test (+0x3d680) (0x0068fee8)
5 0x0043d384 in d2d1_test (+0x3d384) (0x0068ff30)
6 0x7bbf8a70 in kernel32 (+0x28a70) (0x0068ff48)
7 0x7bd89827 in ntdll (+0x59827) (0x0068ff5c)
8 0x7bd8a048 in ntdll (+0x5a048) (0x0068ffec)
0x79d70bdf d2d_device_context_Clear+0x7f
[/builds/wine/wine/build32/../dlls/d2d1/device.c:1864] in d2d1: fst (%eax)
See https://test.winehq.org/data/patterns.html#d2d1:d2d1
It's not clear where in the test the crash happens (particularly with the
parallel execution) but it always follows the trace on line 7400 so it is
likely to be in test_draw_geometry().
Based on the backtrace and current source, the crash happens on this
d2d_device_context_Clear() line, probably because ID3D11DeviceContext_Map()
silently failed:
vs_cb_data->transform_geometry._11 = 1.0f;
The first crash happened on 2023-10-03:
* 2023-10-03 gitlab-debian-32
* 2023-10-04 gitlab-debian-32
* 2023-10-04 MR!4010
* 2023-10-05 MR!3993
* 2023-10-05 MR!4018
* 2023-10-06 gitlab-debian-32
* 2023-10-06 MR!4037
* 2023-10-09 MR!4048
--
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=57099
Bug ID: 57099
Summary: Frosty Mod Manager opens up but apply nor launch the
game.
Product: Wine
Version: 9.13
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tanvir.maht(a)outlook.com
Frosty Mod Manager can be opened but you can’t apply mods and then launch the
game.
--
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=54114
Bug ID: 54114
Summary: Cyberworld Browser: "Could not resolve
'intro_default.url'"
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: doomtay(a)gmail.com
Distribution: ---
Created attachment 73649
--> https://bugs.winehq.org/attachment.cgi?id=73649
Example files
https://web.archive.org/web/20020808051830id_/http://www.cyberworldcorp.com…
Cyberworld Browser Installer
When opening up "intro.borg" in the sample zip, I expect both the large web
panel and side panel to change. Instead, I get a black screen and the message
"Could not resolve 'intro_default.url'" at the bottom
--
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=56503
Bug ID: 56503
Summary: CryptStringToBinary doesn't adds CR before pad bytes
in some cases
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: dm.klionsky(a)gmail.com
Distribution: ---
Created attachment 76262
--> https://bugs.winehq.org/attachment.cgi?id=76262
Test program
Both CryptStringToBinaryA and CryptStringToBinaryW don't add CR before pad
bytes in some cases.
Attached the test program.
```
$ x86_64-w64-mingw32-gcc certcat.c -lcrypt32 -o certcat
```
```
$ wine certcat.exe << EOF
> -----BEGIN CERTIFICATE-----
MIICbTCCAhqgAwIBAgIUM7hPfBQsHsiH5ZqG0PbFdVoW4ZwwCgYIKoUDBwEBAwIw
gYwxCzAJBgNVBAYTAlJVMSgwJgYDVQQKDB/QmtC+0LQg0JHQtdC30L7Qv9Cw0YHQ
vdC+0YHRgtC4MRcwFQYDVQQLDA7Qo9GH0LXQsdC90YvQuTEtMCsGA1UEAwwk0KPQ
piDQmtC+0LQg0JHQtdC30L7Qv9Cw0YHQvdC+0YHRgtC4MQswCQYDVQRIDAJjYTAe
Fw0yNDAzMTQwODA0MjFaFw0yNTAzMTQwODA0MjFaMGkxCzAJBgNVBAYTAlJVMRMw
EQYDVQQKEwphZG1pbjUgb3JnMQ8wDQYDVQQDEwZhZG1pbjUxHjAcBgkqhkiG9w0B
CQEWD2FkbWluNUBtYWlsLmNvbTEUMBIGA1UEDRMLYWRtaW41IGRlc2MwZjAfBggq
hQMHAQEBATATBgcqhQMCAiQABggqhQMHAQECAgNDAARAr29PncgHl5lwdTnodkAV
di1Y9L1fMK/aPhlHgQhZkUjEo/tN4jV7t8oXC5HvuIdEXg5zKBJXJy5r3Ty4oESy
9KNvMG0wDAYDVR0TAQH/BAIwADATBgNVHSUEDDAKBggrBgEFBQcDAjAZBgNVHREE
EjAQhg5jNHJvbGU6Ly9hZG1pbjAOBgNVHQ8BAf8EBAMCA+gwHQYDVR0OBBYEFA3/
ThaxrrOT/f2YUOelXyTWuhS2MAoGCCqFAwcBAQMCA0EAlXXYTPuyscXa/yfJnctk
JymI0uyTaXVDmiPrVax/yuF+NNp15KsxMa5P1ckG5iUBopZDyoPjoePQcZkRhhQJ
1w==
-----END CERTIFICATE-----
EOF
-----BEGIN CERTIFICATE-----
MIICbTCCAhqgAwIBAgIUM7hPfBQsHsiH5ZqG0PbFdVoW4ZwwCgYIKoUDBwEBAwIw
gYwxCzAJBgNVBAYTAlJVMSgwJgYDVQQKDB/QmtC+0LQg0JHQtdC30L7Qv9Cw0YHQ
vdC+0YHRgtC4MRcwFQYDVQQLDA7Qo9GH0LXQsdC90YvQuTEtMCsGA1UEAwwk0KPQ
piDQmtC+0LQg0JHQtdC30L7Qv9Cw0YHQvdC+0YHRgtC4MQswCQYDVQRIDAJjYTAe
Fw0yNDAzMTQwODA0MjFaFw0yNTAzMTQwODA0MjFaMGkxCzAJBgNVBAYTAlJVMRMw
EQYDVQQKEwphZG1pbjUgb3JnMQ8wDQYDVQQDEwZhZG1pbjUxHjAcBgkqhkiG9w0B
CQEWD2FkbWluNUBtYWlsLmNvbTEUMBIGA1UEDRMLYWRtaW41IGRlc2MwZjAfBggq
hQMHAQEBATATBgcqhQMCAiQABggqhQMHAQECAgNDAARAr29PncgHl5lwdTnodkAV
di1Y9L1fMK/aPhlHgQhZkUjEo/tN4jV7t8oXC5HvuIdEXg5zKBJXJy5r3Ty4oESy
9KNvMG0wDAYDVR0TAQH/BAIwADATBgNVHSUEDDAKBggrBgEFBQcDAjAZBgNVHREE
EjAQhg5jNHJvbGU6Ly9hZG1pbjAOBgNVHQ8BAf8EBAMCA+gwHQYDVR0OBBYEFA3/
ThaxrrOT/f2YUOelXyTWuhS2MAoGCCqFAwcBAQMCA0EAlXXYTPuyscXa/yfJnctk
JymI0uyTaXVDmiPrVax/yuF+NNp15KsxMa5P1ckG5iUBopZDyoPjoePQcZkRhhQJ1w==
-----END CERTIFICATE-----
```
--
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=30615
Bug #: 30615
Summary: Audition CS6 (5.0) - strange UI graphics
Product: Wine
Version: 1.5.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 40072
--> http://bugs.winehq.org/attachment.cgi?id=40072
Audition CS6 Mixer screenshot
The UI looks very strange. Results with native and buildin gdiplus looks
identical.
see attached screenshot.
A log of the console output is attached too.
--
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=57424
Bug ID: 57424
Summary: msys2-64/cygwin64: mintty.exe not able to show
bash.exe output.
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Cygwin in version 3.5.4 or later relies in having the WriteQuotaAvailable
member of a NtQueryInformationFile(FilePipeLocalInformation) query
to be non-zero.
This causes mintty.exe not being able to show the bash.exe output
when running in wine.
A bisect of cygwin1.dll led to this cygwin commit:
49018bf5774fc90ddddc762a8462030c5d528643 is the first broken commit
commit 49018bf5774fc90ddddc762a8462030c5d528643
Author: Takashi Yano <takashi.yano(a)nifty.ne.jp>
Date: Mon Jul 1 17:44:53 2024 +0900
Cygwin: pty: Avoid client deadlock when pty master stops to read.
https://www.cygwin.com/cgit/newlib-cygwin/commit/?h=cygwin-3_5-branch&id=49…https://www.cygwin.com/cgit/newlib-cygwin/commit/?id=c4fb5da2787693ea3bf20b…
Installing cygwin/msys2 or reproducing this issue
might need several other patches from this tree:
https://gitlab.winehq.org/bernhardu/wine/-/commits/msys2-cygwin_2024-11-16/…
--
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=43670
Bug ID: 43670
Summary: MsPaint from Win7 does not start
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
First you need a 32bit copy of mspaint from a win7 machine. You'll also need
"winetricks mfc42".
Program fails with a messagebox: "Failed to create empty document"
--
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.