https://bugs.winehq.org/show_bug.cgi?id=42898
Bug ID: 42898
Summary: Listbox keyboard input
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janwinehq(a)gmail.com
Distribution: ---
A listbox widget in Wine does not react the same way to keyboard input as in
Windows.
In Windows, you can type the first characters of a word and the cursor will
jump to the first item matching *all* the characters you typed. This allows you
to drill down quickly to the item you want.
In Wine, when you start typing it only considers the *last* character you typed
when looking for a match. On listboxes where you have lots of items starting
with the same character, this can make it problematic to drill down to the
correct item.
This may be better explained with a simple example. Suppose you have a listbox
with the following items, sorted alphabetically:
* AMBER
* BLUE
* BROWN
* GREEN
* ORANGE
* RED
* YELLOW
Windows behavior:
* if you type "B", it will drill down to "BLUE"
* if you type "BR", it will drill down to "BROWN"
* if you type "BRO", it will drill down to "BROWN"
Wine behavior:
* if you type "B", it will drill down to "BLUE"
* if you type "BR", it will drill down to "RED"
* if you type "BRO", it will drill down to "ORANGE"
--
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=58159
Bug ID: 58159
Summary: Forum user reports apt-update redirects to malformed
URL for Ubuntu 24.04 since move to AWS server
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
A user reported this on the forum, and also mentioned they were unable to file
a bug because they were blocked by Cloudflare, so I'm reporting it here.
https://forum.winehq.org/viewtopic.php?p=147056#p147056
--
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=58180
Bug ID: 58180
Summary: CaptureAge 1.17.1: fails to GetSharedHandle
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eabesea(a)rambler.ru
Distribution: Ubuntu
Created attachment 78475
--> http://bugs.winehq.org/attachment.cgi?id=78475
captureage log
When I run CaptureAge, it fails to start rendering. It appears that the fail is
because dxgi_resource_GetSharedHandle is not implemented.
I'm not attaching full wine terminal output since it's very large and appears
to be mostly irrelevant.
--
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=58188
Bug ID: 58188
Summary: CreateProcessW fails for executables with a dot in
their name
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: paosz(a)vestas.com
Distribution: ---
Created attachment 78491
--> http://bugs.winehq.org/attachment.cgi?id=78491
Archive with relevant logs, reproduction program and a proposed patch
If an exe file has a name that contains a dot that's not part of the extension
(e.g. SomeProgram.Component.exe), then call to CreateProcessW using only
lpCommandLine (lpApplicationName = NULL) with the extension of the executable
omitted (SomeProgram.Component arguments) will fail on wine, but succeed on
Windows.
This was observed in wine compiled from source (10.6) and packaged in Ubuntu
24.04 (9.0).
The issue was originally thought to be caused by SearchPathW, but further
investigation showed that this function behaves as it should. There just simply
seems to be a special case or different logic in CreateProcessW that isn't
captured in wine.
Reproduction:
Attached are two C programs used to investigate and reproduce the issue. They
test behavior of CreateProcessW and SearchPathW. Both .c files are meant to be
compiled and placed in the same folder in the following way:
- BugTest.exe (BugTest.c)
- SomeApp.exe (SomeApp.c)
- SomeApp.Component.exe (SomeApp.c)
Afterwards, BugTest.exe is run in the same folder.
Attached are the outputs of running that program in Windows and wine
(output_wine.txt, output_windows.txt). The obvious difference is the failure
whe calling CreateProcessW for SomeApp.Component .
Proposed patch:
Attached is a patch with proposed fix for the above mentioned issue. There is
also on output of BugTest.exe on wine compiled with the attached patch
(output_wine_with_patch.txt), which is the same as what's produced on Windows.
PS: I just noticed that there can only be one attachment. I have packed all the
mentioned files into a zip archive. If that is undesirable I will upload the
files separately.
--
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=58164
Bug ID: 58164
Summary: WINTAB32.dll: When the pen is pressed against the
board, pkStatus is given TPS_QUEUE_ERR after a second
or two and Queue overflows.
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
When the pen is pressed against the board, pkStatus is given TPS_QUEUE_ERR
after a second or two and Queue overflows.
After the queue overflows, no signal is sent. (After raising the pen again,
until it is pressed against the board again)
Cannot draw anything or the line thickness is messed up.
https://github.com/wine-mirror/wine/blob/f7503d0a996ae1243dd6c87b39a9143624…
Macromedia Flash MX
X11
Section "InputClass"
Identifier "Tablet"
Driver "wacom"
MatchDevicePath "/dev/input/event*"
MatchUSBID "28bd:0905"
Option "Suppress" "0"
Option "Threshold" "1"
Option "RawSample" "1"
EndSection
--
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=57943
Bug ID: 57943
Summary: Critical program error in CorelDraw 2024 Setup.exe
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d.astra(a)yopmail.com
Distribution: ---
Created attachment 78189
--> https://bugs.winehq.org/attachment.cgi?id=78189
The crash dump from CorelDraw 2024 Setup.exe
I manually downloaded the real CorelDraw Setup (not the CDGS2024.exe, which
gets a connection timeout while trying to download from the corel servers) to
install the program. Neither the Setup.exe in the root directory
(CorelDRAWGraphicsSuite2024Installer), nor the Setup_x64.msi work. They crash
nearly instantly with a critical error. I provide the crash dump from the main
Setup.exe, as both dumps are the same.
--
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=55176
Bug ID: 55176
Summary: Regression: Wing Commander Secret Ops/Prophecy unable
to launch.
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Game fails to load with a fatal error:
"file 'game\\cdlayout.iff' not found and not optional"
0024:err:vxd:MONODEBG_DeviceIoControl "Fatal: "
0024:err:vxd:MONODEBG_DeviceIoControl "Iff::Iff open file 'game\\cdlayout.iff'
not found and not optional"
0024:fixme:event:wait_for_withdrawn_state window 0x10070/a00001 wait timed out
0024:fixme:event:wait_for_withdrawn_state window 0x20070/a00004 wait timed out
Bug was introduced between WINE 7.8 and 7.9. Generating regression testing to
locate exact patch.
--
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=58181
Bug ID: 58181
Summary: Death to Spies: Moment of Truth requires 'if'
conditionals branches support
Product: vkd3d
Version: 1.15
Hardware: x86-64
URL: https://files.aspyr.com/support/DTS_Demo_Installer.zip
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes with
<anonymous>:14:1: E5017: Aborting due to not yet implemented feature: Flatten
"if" conditionals branches.
1.15-293-g8882d324
--
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=58064
Bug ID: 58064
Summary: Unreal 2 hangs with a black screen when switching to
1440X900 resolution
Product: Wine
Version: 10.5
Hardware: x86-64
URL: https://community.pcgamingwiki.com/files/file/265-unre
al-ii-the-awakening-single-player-demo/?do=download&cs
rfKey=dbe29bc7b5c23e8ee79b15e743414902
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: ab2b7ebfcd78f6a74068a5a79d90ee6fcf235a12
Distribution: ArchLinux
Unreal 2 starts in 1024X768 resolution and switching between 640X480, 800X600
or 1024X768 modes works properly, however when I try to switch to 1440X900 in
the video options menu, the game hangs with a black screen and Unreal2.exe is
consuming 100% CPU.
1440X900 is the max. resolution that my monitor supports.
Used to work before
commit ab2b7ebfcd78f6a74068a5a79d90ee6fcf235a12
winex11: Use win32u generic wgl(Get|Set)PixelFormat(WINE).
The same commit causes similar issue (black screen and game .exe pegging the
CPU) when trying to start the following games:
Art of Murder: Cards of Destiny
https://store.steampowered.com/app/836770/Art_of_Murder__Cards_of_Destiny/
Art of Murder - Hunt for the Puppeteer
https://store.steampowered.com/app/832540/Art_of_Murder__Hunt_for_the_Puppe…
Chronicles of Mystery: The Scorpio Ritual
https://store.steampowered.com/app/34800/Chronicles_of_Mystery_The_Scorpio_…
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.133.07
--
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=48795
Bug ID: 48795
Summary: Patches website mishandles HTML attachments
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Here is an example:
https://source.winehq.org/patches/data/181590
Created from:
https://www.winehq.org/pipermail/wine-devel/2020-March/162581.html
This typically happens with replies to patches:
* In the plain text version the diff is prefixed with "> " characters so it is
not recognized as a patch.
* But in the HTML version or the email the quoting is done through HTML tags
which typically leave "+++" at the start of the line. As a result the HTML part
can look like a patch.
But it could also happen if someone sends a patch in an HTML-only email (e.g.
due to a mail client misconfiguration).
The TestBot normally ignores HTML attachments (see NewPatch() in Patches.pm).
But when patches go through the patches website the TestBot does not have
access to the raw email. Instead it gets the files prepared by the patches
website as in the first link. Such files erase the distinction between the
plain text and HTML part and so mislead the TestBot into creating a job.
--
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.