https://bugs.winehq.org/show_bug.cgi?id=52239
Bug ID: 52239
Summary: Partially invisible URL in TurnFlash's About window
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oguilherme(a)protonmail.com
Distribution: ---
Steps to reproduce:
1. Download TurnFlash v2.10: https://www.nirsoft.net/utils/tflash210.zip (ZIP
file SHA1: 63ae606aee64259091e7f82436d4ecdf3a6e9047)
2. Extract and run tflash.exe
3. Right click TurnFlash's tray icon, then click on 'About'
The About window should fully display the following clickable URL:
http://nirsoft.mirrorz.com
But on Wine 6.23 it currently displays:
http://
I've added screenshots comparing Windows 10 and Wine.
Thank you.
--
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=51511
Bug ID: 51511
Summary: Cleans at startup.
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: and.68320(a)gmail.com
Distribution: Ubuntu
Created attachment 70351
--> https://bugs.winehq.org/attachment.cgi?id=70351
Backtrace
Departure PC Radio application version 6.0.2 immediately after launch. Link to
download this program http://pcradio.ru/player/player_win/pcradio_6.0.2.exe
--
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=51386
Bug ID: 51386
Summary: ln.exe needs KERNEL32.dll.FindFirstFileNameW
Product: Wine
Version: 6.12
Hardware: x86-64
URL: https://web.archive.org/web/20210530064017/https://sch
inagl.priv.at/nt/ln/ln.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: awineuser(a)mail.com
Distribution: Ubuntu
ln.exe, a command line utility that works with hard links and symbolic links,
can crash during a "deloreon copy" (incremental backup). Specifically, the
command used was this:
ln --backup --unroll --1023safe --progress --delorean <source directory>
<previous backup dir> <new backup dir>
When it crashes, the terminal output says:
wine: Call from 7BC2980A to unimplemented function
KERNEL32.dll.FindFirstFileNameW, aborting
Sometimes the command completes without crashing, so apparently it doesn't
always call this function?
Note: the 32-bit version of ln.exe was used. I haven't tested the 64-bit
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=56768
Bug ID: 56768
Summary: uxtheme crash when using themed CheckBoxes
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76569
--> https://bugs.winehq.org/attachment.cgi?id=76569
uxtheme patch
Initially found here https://jira.reactos.org/browse/CORE-16410 but also
applicable to Wine 9.9 staging as "latent bug"
comctl32/button.c CB_ThemedPaint, before
https://github.com/wine-mirror/wine/commit/830348d78c38e9f68772bd6e5a3ea255…
passed NULL as LPCRECT prc for GetThemePartSize (allowed as per
https://learn.microsoft.com/en-en/windows/win32/api/uxtheme/nf-uxtheme-gett…
) then get_image_part_size then UXTHEME_LoadImage then UXTHEME_SelectImage
which unconditionnally calls
POINT size = {pRect->right-pRect->left, pRect->bottom-pRect->top};
without checking pRect as non-NULL
Attached patch (to be adapted here) prevents such a case.
--
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=56723
Bug ID: 56723
Summary: Vegas Pro 14: crash upon creating the main window
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paper(a)paper.us.eu.org
Distribution: ---
Created attachment 76504
--> https://bugs.winehq.org/attachment.cgi?id=76504
Terminal output from running Vegas
Wine 9.8 crashes when starting Vegas Pro 14; this looks to be specific to AMD
graphics cards as Vegas starts fine under both Intel and Nvidia. Other users[1]
seem to report this as well:
Installer works and program "runs" at first when clicked. Will eventually
crash once reaching "Creating Windows" step.
Between the time of the last test and this test, I had switched from an
NVIDIA video card to an AMD video card. I'm unsure if this hardware change
caused or contributed to this error.
A trial version of Vegas 14 can be retrieved from Magix's download center at
https://dl03.magix.com/trial_vegaspro14.exe
[1]:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39145&iTestin…
--
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=54995
Bug ID: 54995
Summary: msys2: git clone fails with 'Socket operation on
non-socket'
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
git clone --mirror git://sourceware.org/git/newlib-cygwin.git msys2-runtime
Cloning into bare repository '.../msys2-runtime'
010c:fixme:winsock:addrinfo_flags_to_unix unhandled flags 0x80000
fatal: packet write failed: Socket operation on non-socket
--
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=57397
Bug ID: 57397
Summary: Apps hang when trying to show tooltip
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
Created attachment 77380
--> https://bugs.winehq.org/attachment.cgi?id=77380
mso 2007 wayland debug
Apps hang when trying to show button tooltips. May require several attempts for
hovering over buttons to show tooltips to trigger the hang.
Reproduced for MS Office 2007, 2010, 2013.
Tried 9.17-9.20 versions and main branch 9.20-233-g24694dabfc5
--
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=57805
Bug ID: 57805
Summary: Wine CoreMIDI: Extra program change event on sending
program change through MIDI Output from winmm
Product: Wine
Version: unspecified
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winecoreaudio.drv
Assignee: wine-bugs(a)winehq.org
Reporter: david.silaban(a)gmail.com
Created attachment 78012
--> https://bugs.winehq.org/attachment.cgi?id=78012
Screen shot of the sample output
I tried to use Falcosoft SoundFont Player 6 (a MIDI player) using Wine on
MacOS, I tried to play some MIDI files through it but it always seem to be
stuck on program 00 (Acoustic Grand Piano) on all tracks.
I tried to capture the MIDI output data through Pocket MIDI (a free MacOS app
something like MIDI-OX on Windows), it seems there is an error on sending 2
byte messages such as Program Change. Attached is the sample output from
sending one program change from the UI.
Expected output the Program Change message should only be sent once, not twice.
--
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=51248
Bug ID: 51248
Summary: UrlGetPart produces different results from Windows
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: jp-dev(a)inbox.ru
Distribution: ---
Created attachment 70120
--> https://bugs.winehq.org/attachment.cgi?id=70120
test program, logs
It produces difference result codes.
There is a test case on some URLs and relevant output from Windows 10 vs Wine
6.10.
Sometimes it will return a different HRESULT, or it will fail parsing the query
string.
--
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=57148
Bug ID: 57148
Summary: ghidraRun.bat shows: Syntax error: unexpected IN
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
For starting up ghidra a batch file "ghidraRun.bat" can be used.
This shows the messages:
C:\ghidra_11.1.2_PUBLIC>:: Ghidra launch
Syntax error
Syntax error: unexpected IN
...
This is because there developers decided to use %# as iterator variable.
Indeed native can handle almost all ascii character
above space until tilde except these: "&,;<=>^|
The application starts up successfully because this should just detect
if it got started via a doubleclick or from a console window,
so this is just a minor issue.
https://github.com/NationalSecurityAgency/ghidra/blob/184180d54dbdf3db3c030…
--
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.