http://bugs.winehq.org/show_bug.cgi?id=34322
Bug #: 34322
Summary: Total Commander: cut works like copy
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce: right-click a file and wait for the context menu to show up;
select Cut. Start wine explorer (Paste is not available in TC at the moment -
bug 34319), right-click on folder background and select Paste (pick a regular
folder - paste on desktop doesn't work). The file is copied instead of being
moved.
--
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=56360
Bug ID: 56360
Summary: FoxVox window is rendered as a blank surface instead
of expected user interface
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: arethusa26(a)gmail.com
Distribution: ---
Created attachment 76097
--> https://bugs.winehq.org/attachment.cgi?id=76097
Wine output from FoxVox application with broken user interface
While confirming that the issue reported in bug 56358 for the FoxVox
application is already fixed in wine-9.2, I noticed that when it is launched
with wine-9.2, the FoxVox window shows the expected user interface, but with
wine-9.2-286-g232b18d820e, the window shows a blank and black surface instead.
Regression testing with git bisect yields:
5ffed8830cbc619219eae9a9f48b5f83bced7ad4 is the first bad commit
commit 5ffed8830cbc619219eae9a9f48b5f83bced7ad4
Author: Fabian Maurer <dark.shadow4(a)web.de>
Date: Fri Feb 9 20:11:44 2024 +0100
user32/sysparams: Handle more contexts in
GetAwarenessFromDpiAwarenessContext.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55630
--
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=56147
Bug ID: 56147
Summary: Real time Receiving data freezes for 1-5 seconds
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtgriggs(a)gmail.com
Distribution: ---
Created attachment 75826
--> https://bugs.winehq.org/attachment.cgi?id=75826
Highlighted example of receiving data stopping.
Real time futures data stops for 1-5 seconds multiple times an hour. Side by
side comparison with Windows shows no delay from internet connection.
Symptoms started with 9.0-rc3. Attached is an image. The highlighted section
shows data stopping and then starting.
Regression back to 8.0.2 resolves the issue.
--
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=34319
Bug #: 34319
Summary: Total Commander: context menu does not contain Paste
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Right-click on a folder and hold the button until menu pops up. The menu should
contain "Paste" command (at least when clipboard contains a file), but does
not. Same goes to clicking on folder view background.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11629
Summary: Usable Wine interface
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remco47(a)yahoo.com
What about making a Wine GUI to behave more like emulators like VirtualBox.
It's extremely hard right now to get Wine in desktop mode. It would be nice if
you could start Wine as an application, which opens up a window like this:
http://xs224.xs.to/xs224/08081/mockup918.png (ignore the virtualbox-stuff)
And if you start one of those prefixes, it by default opens a Wine Desktop with
a simple Taskbar & Start-menu. Somewhere in the Start-menu could be the option
to switch to desktop integration mode. There could also be an option to run the
Wine Desktop full-screen. Like this:
http://xs224.xs.to/xs224/08081/winedesktop771.png (forgive my GIMP skills)
I believe this would be very good for usability. Desktop mode is more stable
than seamless mode, yet it's hidden in winecfg. This kind of UI also exposes
the prefix-functionality in a transparent way. Wouldn't that be a nice 1.0
polishing idea?
--
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=56401
Bug ID: 56401
Summary: Some ARM unwinding testcases broken by "ntdll: Use the
correct structure for non-volatile registers"
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: 42cebcca3cf8220e5dfffecc99d51ded972c54d6
Distribution: ---
The recent change 42cebcca3cf8220e5dfffecc99d51ded972c54d6, "ntdll: Use the
correct structure for non-volatile registers on ARM64.", broke two unwinding
testcases, seh0024 and seh0026 from
https://github.com/microsoft/compiler-tests/tree/master/seh. And likewise, the
corresponding change for ARM broke the exact same two testcases in ARM builds.
See https://martin.st/temp/arm-seh-testcases.zip for precompiled test binaries
to show the issue, e.g. arm64-seh-tests/compiler-test-seh/seh0024.exe and
arm64-seh-tests/compiler-test-seh/seh0026.exe within the zip.
--
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=55487
Bug ID: 55487
Summary: winpcap: pcap_dispatch doesn't work with count
argument -1
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: amubtdx(a)gmail.com
Distribution: ---
Hi,
While trying to use a Windows program that uses WinPcap, it is not receiving
anything from `pcap_dispatch`.
`pcap_dispatch` is a function to receive raw packets from the ethernet adapter.
In the Windows program, `pcap_dispatch` is called with the `cnt` argument `-1`.
According to WinPcap documentation of `pcap_dispatch`
(https://www.winpcap.org/docs/docs_41b5/html/group__wpcapfunc.html#g60ce104c…):
> A cnt of -1 processes all the packets received in one buffer when reading a
> live capture, or all the packets in the file when reading a ``savefile''
But Wine implementation of `pcap_dispatch` does this:
```c
int CDECL pcap_dispatch( struct pcap *pcap, int count,
void (CALLBACK *callback)(unsigned char *, const
struct pcap_pkthdr_win32 *, const unsigned char *),
unsigned char *user )
{
int processed = 0;
TRACE( "%p, %d, %p, %p\n", pcap, count, callback, user );
while (processed < count)
{
```
See here:
https://github.com/wine-mirror/wine/blob/bd10252332491bc39100f230540b14d59f…
When `count` is `-1`, `while (processed < count)` exit immediately without
processing any packets.
I've tried a local build using this condition instead, and it fixes the issue:
`while (count <= 0 || processed < count)`.
I use `count <= 0` to match libpcap's way of checking unlimited count.
```c
// pcap-int.h:
#define PACKET_COUNT_IS_UNLIMITED(count) ((count) <= 0)
// pcap-netfilter-linux.c, end of function netfilter_read_linux:
// [...]
if (count >= max_packets && !PACKET_COUNT_IS_UNLIMITED(max_packets)) {
// [...]
```
Note: here, `count` is the number of processed packets so far and `max_packet`
is the value of `cnt`/`count` given to `pcap_dispatch`.
See here:
https://github.com/the-tcpdump-group/libpcap/blob/bf8bfc74b2c8e893b2af2d657…
--
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=34321
Bug #: 34321
Summary: Total Commander: cut/copy/paste keyboard shortcuts
don't work
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce: select a file and press ctrl + x, ctrl+c, ctrl + v. All you get
is:
fixme:shell:ItemMenu_InvokeCommand Unhandled string verb "cut"
fixme:shell:ItemMenu_InvokeCommand Unhandled string verb "copy"
fixme:shell:ItemMenu_InvokeCommand Unhandled string verb "paste"
--
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=48344
Bug ID: 48344
Summary: Luminance HDR / qtpfsgui 2.6.0: Empty file select
dialog
Product: Wine
Version: 5.0-rc2
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
$ wine --version
wine-5.0-rc2
$ openssl sha256 Luminance-HDR_v.2.6.0_Windows_64.zip
SHA256(Luminance-HDR_v.2.6.0_Windows_64.zip)=
a29a973adbb71ecb3396df9b8241c480ad8a691534017ba70b3699aff59b83f1
Steps to reproduce:
1. Start Luminance HDR
2. Click the "New HDR image" button.
3. In the "HDR Creation Wizard", click the Plus button.
Results:
Empty file select dialog.
Expected:
File Select dialog should allow file selection.
--
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.