https://bugs.winehq.org/show_bug.cgi?id=42796
Bug ID: 42796
Summary: X11DRV_ActivateKeyboardLayout spam during GTA5 run
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I just tested wine-staging 2.5 against GTA5.
And I get my console spammed annoying amount of
These 3 lines group of 3.
fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 40000000: semi-stub!
fixme:keyboard:X11DRV_ActivateKeyboardLayout flags 40000000 not supported
fixme:dxgi:dxgi_swapchain_Present Unimplemented flags 0x1
The keyboard spam comes from here
https://source.winehq.org/git/wine.git/blob/61a1a266faa9fa7c959136b0ab0b5d7…
Maybe priting the message few times and putting rest of the spam into TRACE?
Since bug 42017 got fixed the output is much cleaner now.
This is just enchanment request to get better looking logs by default.
--
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=58264
Bug ID: 58264
Summary: regression in multiple apps in Wine >=10.7, error:
"Assertion failed: !status && "vkAllocateMemory", file
/Users/gcenx/Documents/GitHub/wine-private/dlls/winevu
lkan/loader_thunks.c, line 93"
Product: Wine
Version: 10.7
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Created attachment 78605
--> http://bugs.winehq.org/attachment.cgi?id=78605
macOS Terminal log, wine-devel 10.8 running cpuz_x64.exe
On macOS, there is a regression in multiple Windows programs since Wine-devel
10.7 (including 10.8) releases by Gcenx, with the final lines of the terminal
output reading:
> -[MTLHeapDescriptorInternal validateWithDevice:]:327: failed assertion `Heap Descriptor Validation
> Placement heap type is not supported.
> '
> 01a0:err:msvcrt:_wassert (L"!status && \"vkAllocateMemory\"",L"/Users/gcenx/Documents/GitHub/wine-private/dlls/winevulkan/loader_thunks.c",93)
> Assertion failed: !status && "vkAllocateMemory", file /Users/gcenx/Documents/GitHub/wine-private/dlls/winevulkan/loader_thunks.c, line 93
These programs work fine in Wine-devel 10.6 and lower
tested with Wine-devel 10.7 and 10.8 binary releases from Gcenx
(https://github.com/Gcenx/macOS_Wine_builds/releases) on macOS 11.7.10
tested with CPU-Z 2.15 (portable) (cpuz_x64.exe)
download: https://download.cpuid.com/cpu-z/cpu-z_2.15-en.zip
sha256: c8461d995d77a8fe1e8c5823403e88b04b733165cc151083b26379f1fe4b9501
--
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=56883
Bug ID: 56883
Summary: Dualshock bumpers registering as two buttons on wine
9.9 and later
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: quackdoctech(a)gmail.com
Distribution: ---
As of wine 9.9 and later a dualshock (Playstation 5) controller when connected
via bluetooth and only bluetooth, the left and right bumpers will trigger two
button presses at the same time.
Right bumper will trigger the buttons number 5 and 13 instead of just 5
Left bumper will trigger the buttons number 4 and 13 instead of just 4
--
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=47985
Bug ID: 47985
Summary: SysListView32 header are not rendered
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bitter.taste(a)gmx.com
Distribution: ---
This problem can be noticed if one tries to use LTSpice [1], places a Capacitor
in the schematic, right clicks on it and then on "Select Capacitor".
The window that opens has a blank space where the header is supposed to be,
resizing the windows makes the header appear and clicking on the headers
themselves makes them appear for a brief instant.
[1]
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspic…
--
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=38889
Bug ID: 38889
Summary: Microsoft Orca unable to create transform file
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: crosstieger(a)gmail.com
Distribution: ---
Created attachment 51827
--> https://bugs.winehq.org/attachment.cgi?id=51827
terminal output of the error
Microsoft Orca is unable to modify cells within an .msi file. Modifying a cell
returns the following error message:
Could not change this cell to '<Value>'. The data was rejected by the database.
It may be out of the valid range or formatted incorrectly.
In the terminal you can see the error message:
fixme:msidb:TABLE_modify 0x7a5098 4 0x7a5e40 - mode not implemented
The value 0x7a5098 and 0x7a5e40 changes depending on the cell you edit.
If you click on 'Transform - Generate Transform' and want to save your .MST
file, it returns the error:
Orca was unable to generate the transform. (MSI Error 120)
On the terminal:
fixme:msi:MsiDatabaseGenerateTransformW 3 2
L"Z:\\home\\techniktriberg\\Downloads\Untitled.mst" 0 0
The path depends on where you want to save the file.
Full terminal output as an attachment.
----
Installation process
----
run: winetricks dotnet40
run: winetricks mfc42
run: msiexec -i Orca.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=56920
Bug ID: 56920
Summary: Family Tree Maker 2019 fails to start with unhandled
exception
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jwhite88(a)gmail.com
Distribution: ---
Created attachment 76741
--> https://bugs.winehq.org/attachment.cgi?id=76741
Terminal output when trying to run Family Tree Maker 2019
FTM 2019 successfully installs (it prompts to install Visual C++
Redistributable for Visual Studio 2017 as part of the process) but then fails
to start. It produces an unhandled exception (see attached log) and then hangs
in the terminal.
--
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=51064
Bug ID: 51064
Summary: Crash from Starcraft 2 game in Direct Strike mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69922
--> https://bugs.winehq.org/attachment.cgi?id=69922
screen
The bug is manifested for a long time. 100% repeatability. Through Proton no
problem. The problem is only in this mode.
--
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=56704
Bug ID: 56704
Summary: Installing dotnet35sp1 (winetricks)
Product: Wine
Version: 9.0
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zumers(a)yandex.ru
The installation dotnet 3.5 sp1 using winetricks freezes ("?" wait timed out in
thread ..., blocked by 0000, retrying (60 sec)).
RedOS 5.15.87
Wintricks: 20240105
--
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=57811
Bug ID: 57811
Summary: wikis/Building-Wine contains broken/obsolete link
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: depaoli.renzo(a)gmail.com
Distribution: ---
As per instruction on the 404 website
"If you followed a link from a WineHQ.org page and reached this page in error,
please report it to the WineHQ.org Bugzilla.":
The link on the Wine Wiki
https://gitlab.winehq.org/wine/wine/-/wikis/Building-Winehttps://www.winehq.org/pipermail/wine-devel/2016-January/111245.html
is broken resulting in 404.
--
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=56027
Bug ID: 56027
Summary: DirectMusic-related problems with Recettear
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: tomman(a)gmail.com
Distribution: ---
Created attachment 75671
--> https://bugs.winehq.org/attachment.cgi?id=75671
Runtime log with Wine's DirectMusic
Starting with Wine 8.18 and its much needed improvements to its DirectMusic
support, Recettear (a well known problem game for its complete lack of audio
under Wine out of the box) finally started having working sound, but it's far
from being 100% working.
Currently (as of 9.0-rc1), these are the problems with Recettear and Wine's
DirectMusic implementation:
- Sound effects may skip playing once in a while.
- Background music is not working as intended: tracks will not loop (they will
play only once, then silence), tracks will not stop playing during scene
switches (leading to many tracks from different scenes playing at the same
time)
- In-game volume controls do not work at all: music/SFX will always play at the
highest volume level, and it's impossible to silence it if desired.
When using native DirectMusic DLLs (installed via Winetricks), the game has
completely working audio just like in Windows, but with two gotchas:
- Sound effects have lag.
- Using native DirectMusic also requires native DirectSound, which breaks sound
in the opening movie (recet_op.wmv)
Attached is the log from running the game for a couple minutes on a completely
clean prefix: start at the title screen, load a saved game, switch scenes a
couple times (to trigger the "multiple tracks playing at the same time" bug),
trying (unsuccessfully) to adjust music volume, eventually ending with no music
tracks playing at all because they will not loop, then cleanly exiting 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.