http://bugs.winehq.org/show_bug.cgi?id=58592
Bug ID: 58592
Summary: Font substitution partially broken - regression
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zdenek.koprivik(a)post.cz
Distribution: ---
While trying to replace "Tahoma" with "Noto Sans Regular" (the default Plasma
desktop font), I've encountered an issue, where the font replacement does not
work in some cases. Since I'm migrating from a very old system with Wine 1.6.2,
I know that the font replacement used to work for the exact same binary and the
same UI elements.
I've set the following registry keys:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\FontSubstitutes]
"Tahoma"="Noto Sans Regular"
"Segoe UI"="Noto Sans Regular"
"MS Shell Dlg"="Noto Sans Regular"
"MS Shell Dlg 2"="Noto Sans Regular"
The issue can be reproduced by opening the file dialog in the built-in registry
editor.
Running the built-in registry editor I've got the main font changed to "Noto
Sans Regular" as expected, but in the file open dialog for import, there is
still "Tahoma". When I'm browsing for directories, the font changes to "Noto
Sans Regular", but when an item is selected, the font changes back to "Tahoma".
Here is a short video showing the issue: https://imgur.com/a/l0BhsB8
This is only one example of the non-working substitution. The "Tahoma" is also
rendered on the buttons and almost everywhere around in the dialog. I'm using
the substitution mostly for MikroTik network equipment management apps (WinBox
and The Dude) to improve the readability. It is working fine when running the
exact same binaries on the old PC with Wine 1.6.2, but I can't get it to work
with the newest Wine.
The system is KDE neon User, Plasma 6.4.4, Wine 10.12 from the WineHQ PPA.
--
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=49780
Bug ID: 49780
Summary: wineconsole reports VT sequence support when it does
not
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: magiblot(a)hotmail.com
Distribution: ---
Created attachment 68092
--> https://bugs.winehq.org/attachment.cgi?id=68092
Demo application to reproduce the issue
Wineconsole does not support applications writing Virtual Terminal sequences
through the Console API. That's fine. However, when enabling the console
ENABLE_VIRTUAL_TERMINAL_PROCESSING mode on stdout with SetConsoleMode, no error
is returned, so the application has no way to detect whether VT sequences are
supported or not. This is documented in
https://docs.microsoft.com/en-us/windows/console/setconsolemode.
The port of Turbo Vision at https://github.com/magiblot/tvision is affected by
this. When using the Console API, Turbo Vision prefers VT sequences over
SetConsoleCursorPosition/SetConsoleTextAttribute for code reusability and
performance. Nevertheless, it can fall back to the latter method when
SetConsoleMode fails to enable either ENABLE_VIRTUAL_TERMINAL_PROCESSING or
DISABLE_NEWLINE_AUTO_RETURN. Since SetConsoleMode does not return error on
wineconsole, garbage is shown instead of a colorful interface.
STEPS TO REPRODUCE
To reproduce the issue on Turbo Vision:
(A) - Using the attached 'tvdemo.exe'
1. Run the application on wineconsole. You should see a black-and-white
background and escape sequences drawn on the console.
2. Press Alt+F, then D. You should see the command prompt, and the message "VT
enabled" at the top, which demonstrates the issue in SetConsoleMode.
(B) - Compiling from source code (requires up-to-date CMake and MSVC).
1. Insert the following code after line 63 in source/linux/win32con.cpp
(https://github.com/magiblot/tvision/blob/dd4e410e60a34e08053399e346d4ed4e63…):
```
if (supportsVT)
cerr << "VT enabled" << endl;
else
cerr << "VT not enabled: " << GetLastError() << endl;
```
2. Follow the build instructions at
https://github.com/magiblot/tvision/blob/dd4e410e60a34e08053399e346d4ed4e63…
3. Follow the steps in (A).
EXPECTED BEHAVIOUR
On Windows, support for VT sequences can be disabled by turning on the "Legacy
Console" mode. If tvdemo.exe is ran in these conditions, the interface is
displayed properly. If entering the command prompt by pressing Alt+F, then D,
the message "VT not enabled: 87" is displayed (error 87 stands for
ERROR_INVALID_PARAMETER), which is what should be shown on wineconsole as well,
since it clearly does not support VT sequences.
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=51230
Bug ID: 51230
Summary: winecfg: Graphics tab - Per application settings don't
work
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jkfloris(a)dds.nl
Distribution: ---
"Wine can mimic different Windows versions for each application. This tab is
linked to the Libraries and Graphics tabs to allow you to change system-wide
or per-application settings in those tabs as well."
>From this I understand that it should also be possible to also set the DPI or a
virtual desktop per application. Unfortunately, this does not work.
For example:
winecfg
Applications tab -> Add application -> "notepad.exe"
(select notepad.exe)
Graphics tab -> Select "Emulate a virtual desktop"
(click "Apply" and "OK")
wine notepad.exe
Now I expect notepad to run in a virtual desktop.
--
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=43747
Bug ID: 43747
Summary: Yermom demoscene demo shows only a blackscreen
Product: Wine
Version: 2.17
Hardware: x86
URL: http://www.pouet.net/prod.php?which=71570
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 43638
Distribution: ---
The program needs "winetricks gmdls", and currently only works with
wine-staging due to bug 43638.
However, the screen is completely white, only the music plays. You're advised
to use "emulate a virtual desktop" if you want to test the hack, then you can
quit the fullscreen with ESC.
--
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=47135
Bug ID: 47135
Summary: Onenote fails to start: Desktop Experience feature is
not installed (lacking Win32_ServerFeature class from
wbemprox)
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 64360
--> https://bugs.winehq.org/attachment.cgi?id=64360
hack to start Onenote
The relaylog below *** made with ONENOTE (MSOffice 2010) shows problem
apparently seems to be in wbemprox, missing Win32_ServerFeature class
The attached crappy hack allowed me to start Onenote, and also Onenote from
Office365 starts with it. Crappy hack is only to show where the problem is and
problably contains several errors, hopefully someone can fix this in proper way
(hint at Hans;)).
Sidenote: reverting the hack makes Onenote from Office365 run into the bug
again, but Onenote from office 2010 now continues happily to start; maybe it
sets some registry key once started and the patch is not needed anymore? No
idea.
008c:Call KERNEL32.lstrlenA(2e09825c "SELECT Name FROM Win32_ServerFeature")
ret=2e0e8fd1
008c:Ret KERNEL32.lstrlenA() retval=00000024 ret=2e0e8fd1
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,00000000,00000000) ret=2e0e8fe7
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e8fe7
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,0033f9f0,00000025) ret=2e0e9085
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e9085
008c:Call oleaut32.SysAllocString(0033f9f0 L"SELECT Name FROM
Win32_ServerFeature") ret=2e0e90bb
.
.
.
.
008c:Call user32.MessageBoxW(00000000,0033f6b2 L"OneNote cannot start because
the Desktop Experience feature is not installed. Install it in the Windows
Control Panel > Prog
rams and Features > Turn Windows features on or off.",39835ba4 L"Microsoft
Office",00000030) ret=39bb2183
--
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=58538
Bug ID: 58538
Summary: d2d_device_context_DrawGeometry Ignoring stroke style
=> No Circles, only Lines
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: d.astra(a)yopmail.com
Distribution: ---
Created attachment 79028
--> http://bugs.winehq.org/attachment.cgi?id=79028
WINEDEBUG=+d2d, Rainmeter 4.5.23
I'm using Rainmeter 4.5.23 with Wine 10.12-staging and everything, which should
be round or a circle, is either not drawn at all or more of a hexagonal shape.
Main error output in the console:
013c:fixme:d2d:d2d_geometry_sink_AddArc iface 0000000002E13CF8, arc
000000000011EC80 stub!
013c:fixme:d2d:d2d_geometry_sink_AddArc iface 0000000002E13CF8, arc
000000000011EC80 stub!
013c:fixme:d2d:d2d_path_geometry_GetWidenedBounds iface 0000000002E13BE0,
stroke_width 0.00000000e+00, stroke_style 0000000000000000, transform
0000000000000000, tolerance 2.50000000e-01, bounds 000000000011EA40 stub!
Further output with WINEDEBUG=+d2d as attachement
--
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=58719
Bug ID: 58719
Summary: Wagotabi crashes on wine-10.15.
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 79320
--> http://bugs.winehq.org/attachment.cgi?id=79320
Console log
The game Wagotabi (Steam AppID: 2701720. Uses Unity Engine) doesn't work under
wine-10.15.
Attempting to start the game in a clean prefix results in the game crashing
with a black screen instantly on start up.
Installing DXVK into the wine prefix gets the game to show it's company logos,
but it then runs into https://bugs.winehq.org/show_bug.cgi?id=49028.
Attempting to use -force-vulkan or -force-glcore Unity cmdline args results in
the common UnityPlayer error: InitializeEngineGraphics failed. So the game
lacks support for any alternative renderers.
A demo is available on steam for anyone wanting to try this. Strangely, the
game's store page claims it's Steam Deck Verified. So I guess proton is
compatible, but I've only tested Wine, so I can't vouch for that claim.
Console log attached.
--
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=58732
Bug ID: 58732
Summary: Bel Atout: when opening a file linked with a file
type, Bel Atout is not brought to top
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vincent.brevart3526(a)outlook.fr
Distribution: ---
Created attachment 79348
--> http://bugs.winehq.org/attachment.cgi?id=79348
A .bel file that can be opened by Bel Atout from the file explorer
In Bel Atout (card game), .bel files can be opened by a double click from the
file explorer. On Ubuntu 22.04, with Wine 10.0, if Bel Atout is not yet
running, opening a .bel file works fine, with Bel Atout brought to top. Now, if
Bel Atout is already running, a file can be opened in the same window, without
opening a new instance. It works fine on Ubuntu. But if I click on the Bel
Atout window, just once, anywhere, even if it has no action, the next time I
open a file by a double click, the file explorer window will be brought to top,
above the Bel Atout window. This doesn't happen on Windows.
As I am the programmer of Bel Atout, I tried many Windows functions like
SetForegroundWindow, BringWindowToTop, SetWindowPos, SetActiveWindow,
ShowWindow and so on. But no way to avoid the file explorer window to be
brought to top.
You can download Bel Atout (free card game) from the page:
https://vincent-brevart.fr/en/lin/card-games-for-linux.html
I am attaching a .bel file that you can open from the file explorer.
Not very annoying, but if the .bel file is a "prepared game" with a dialog box
that opens before playing the deal, the file explorer windows appears twice:
the first time when the file is opened, and a second time when clicking the
"Play the prepared game" button and closing the dialog box. I don't understand
why. You can test the opening of the prepared games on my page:
https://vincent-brevart.fr/en/pre/belote/prepared-games-belote-beginner1.ht…
But it may be a problem coming from my own way of programming, sorry if it
does.
Thanks for your great work.
Vincent
--
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=58724
Bug ID: 58724
Summary: Regression: heroes of the storm doesn't start
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Created attachment 79330
--> http://bugs.winehq.org/attachment.cgi?id=79330
0001-Fix-battle.net.patch
Heroes of the storm crashes on start with error message "g_gfxErrorAPIError".
It started happening with wine 10.15.
Game URL: https://heroesofthestorm.blizzard.com/en-us/Battle.net is needed for game. To run a battle.net application an attached
patch is used.
OS: Gentoo amd64
Videocard info:
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon RX 7900 XTX (radeonsi, navi31, LLVM 20.1.8,
DRM 3.61, 6.12.41-gentoo-v68)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.2.3
OpenGL core profile shading language version string: 4.60
dxvk 2.7.1 is used: https://github.com/doitsujin/dxvk/
vkd3d-proton 2.14.1 is used: https://github.com/HansKristian-Work/vkd3d-proton/
I've tried running wine without dxvk and vkd3d-proton and issue didn't go away.
I did git bisect and got following result:
f7619fe4875c0082c410570051c1770114c62b96 is the first bad commit
commit f7619fe4875c0082c410570051c1770114c62b96
Author: Connor McAdams <cmcadams(a)codeweavers.com>
Date: Tue Aug 12 09:52:40 2025 -0400
d3dx11: Implement D3DX11GetImageInfoFromMemory() using shared code.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50210
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
dlls/d3dx11_43/Makefile.in | 5 ++++-
dlls/d3dx11_43/d3dx11_43_main.c | 9 --------
dlls/d3dx11_43/dxhelpers.h | 21 +++++++++++++++++
dlls/d3dx11_43/tests/d3dx11.c | 21 ++++++-----------
dlls/d3dx11_43/texture.c | 243
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 275 insertions(+), 24 deletions(-)
create mode 100644 dlls/d3dx11_43/dxhelpers.h
$ git bisect log
# bad: [72dc2afb1a78f88cd930d61a20498838a3bea271] Release 10.15.
# good: [b073859675060c9211fcbccfd90e4e87520dc2c2] Release 10.0.
git bisect start 'wine-10.15' 'wine-10.0'
# good: [80278c34bd7d93dcfcb59c321bfb7f271cf1eda5] dbghelp: Add method to
enumerate symbols.
git bisect good 80278c34bd7d93dcfcb59c321bfb7f271cf1eda5
# good: [e374980d0bfc7413e0cc1da5fcca5e9c8c851281] sapi/stream: Remove the
FIXME message for unknown ISpStream interfaces.
git bisect good e374980d0bfc7413e0cc1da5fcca5e9c8c851281
# good: [618903c8006945e0949e5630857d495f8f81e183] cryptxml: Implement
CryptXmlVerifySignature() stub.
git bisect good 618903c8006945e0949e5630857d495f8f81e183
# good: [e672573bd7aa734cff7b8a44a78504ad77bf5d9c] cmd/tests: Add more tests
about ERASE builtin command.
git bisect good e672573bd7aa734cff7b8a44a78504ad77bf5d9c
# good: [665229874b6c46247f7fb7b639e35a6b40b6fef1] win32u: Strip unsupported
structs from vkCreateImage chain.
git bisect good 665229874b6c46247f7fb7b639e35a6b40b6fef1
# good: [c20abdb856139f156ceab0afbb8454e0ad79f0a4] gdiplus: Manually blend to
white background if the device doesn't support alpha blending.
git bisect good c20abdb856139f156ceab0afbb8454e0ad79f0a4
# good: [9674f905fba249845ca282dee1c7218e57b4d074] windows.media.mediacontrol:
Stub ISystemMediaTransportControlsDisplayUpdater::put/get_Thumbnail().
git bisect good 9674f905fba249845ca282dee1c7218e57b4d074
# bad: [93dbe66d6ef7e5f952885f1f79d2e90752482804] include: Use the client
pointer in debugstr_opengl_drawable.
git bisect bad 93dbe66d6ef7e5f952885f1f79d2e90752482804
# good: [3b41f3fba1014942598af49edd796dbb72bac68a] d3dx11/tests: Add a helper
function for checking image info structure values.
git bisect good 3b41f3fba1014942598af49edd796dbb72bac68a
# bad: [d556ee879077ef65141ea9e910574f274ee86e0e] preloader: Make thread_ldt
reference position independent.
git bisect bad d556ee879077ef65141ea9e910574f274ee86e0e
# bad: [f7619fe4875c0082c410570051c1770114c62b96] d3dx11: Implement
D3DX11GetImageInfoFromMemory() using shared code.
git bisect bad f7619fe4875c0082c410570051c1770114c62b96
# good: [d98935a7dab6338e57abefa58e12ac252eec6023] d3dx11/tests: Import more
image info tests from d3dx10.
git bisect good d98935a7dab6338e57abefa58e12ac252eec6023
# first bad commit: [f7619fe4875c0082c410570051c1770114c62b96] d3dx11:
Implement D3DX11GetImageInfoFromMemory() using shared code.
--
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=48049
Bug ID: 48049
Summary: Basemark GPU crashes when using D3D12
Product: vkd3d
Version: 1.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 65589
--> https://bugs.winehq.org/attachment.cgi?id=65589
Debug log of Basemark
Basemark GPU - https://www.basemark.com/benchmarks/basemark-gpu/ - crashes when
selecting D3D12.
Vulkan and OpenGL works.
Ran D3D12 test with logging:
VKD3D_DEBUG=trace
VKD3D_CONFIG=vk_debug
VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation
Let me know if there are other logging options needed.
PS. The benchmark is free to download.
--
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.