https://bugs.winehq.org/show_bug.cgi?id=56050
Bug ID: 56050
Summary: NtContinue does not set integer registers without
CONTEXT_AMD64 flag
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: moonshadow565(a)hotmail.com
Distribution: ---
Created attachment 75703
--> https://bugs.winehq.org/attachment.cgi?id=75703
NtContinue without CONTEXT_AMD64
When calling NtContinue without CONTEXT_AMD64 flag set, NtContinue ignores
integer registers.
This will result in incorrect values in register.
This does not match behaviour observed on windows.
--
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=36547
Bug ID: 36547
Summary: 3DMark 2003 installer has no taskbar/Alt Tab
representation
Product: Wine
Version: 1.7.19
Hardware: x86
URL: http://www.futuremark.com/benchmarks/legacy
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Created attachment 48641
--> http://bugs.winehq.org/attachment.cgi?id=48641
Installing 3DMark03_v360_1901.exe
Download and try to run 3DMark03_v360_1901.exe.
3DMark03 installer won't be registered in the Alt-Tab list, or taskbar.
See the attached screenshot.
--
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=56278
Bug ID: 56278
Summary: wayland: dropdowns is rendered as toplevel
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hugo(a)whynothugo.nl
Distribution: ---
When using the wayland driver, dropdown menus are rendered as their own
toplevel windows.
On tiling window managers (e.g.: swaywm), this results in it being tiled just
like any other window. I can't imagine that they would be placed correctly on
stacking window managers either.
I confirmed with lswt that dropdowns are effectively rendered as toplevels. An
xdg_popup should be used here instead:
https://wayland.app/protocols/xdg-shell#xdg_popup
The weirdness in behaviour can be reproduced with:
- wine reg.exe add HKCU\\Software\\Wine\\Drivers /v Graphics /d wayland
- winecfg
- Go to the desktop integration tab and click on any dropdown
--
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=49299
Bug ID: 49299
Summary: PowerToys for Windows 10 crashes on unimplemented
function KERNEL32.dll.GetPackageFamilyName
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
The program installs, but crashes when you try to run PowerToys.exe.
$ sha256sum PowerToysSetup-0.18.1-x64.msi
83b2f088f6a0ef7066ba8303ad51e2a270123fe127991486b715ac55f84da19b
PowerToysSetup-0.18.1-x64.msi
--
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=39669
Bug ID: 39669
Summary: D3DERR_NOTAVAILABLE in Dishonored - Steam
Product: Wine
Version: 1.8-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: miachm3(a)gmail.com
Distribution: ---
Dishonored crashes at start with Steam Launcher:
1º Install Steam.
2º Install Dishonored from Steam.
3º Launch, not additional options required.
Anothers D3X9 games works as well.
--
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=56373
Bug ID: 56373
Summary: Autodesk Fusion: Black window and crash on 9.3
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skala.antonin(a)gmail.com
Distribution: ---
Updating staging version of Wine 9.2 to 9.3 breaks Autodesk Fusion (formerly
Fusion360). Only black window appear with app non responding warning and then
die after a while.
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=52832
Bug ID: 52832
Summary: Regression: Crysis 3 crashes at startup
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Crysis 3 and other heavy D3D applications crashes at startup on Windows 32bit
after this commit:
https://github.com/wine-mirror/wine/commit/24432a24d5e922cbd824b0af8f7b0c66…
Works before this commit without issues.
--
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.