https://bugs.winehq.org/show_bug.cgi?id=52240
Bug ID: 52240
Summary: VODKALIBUR Mod Tool Crashes on Starup
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71349
--> https://bugs.winehq.org/attachment.cgi?id=71349
Staging6.23_Logs_and_dotnet_prefix_backtrace
(The mod-tool is meant for SoulCalibur VI)
In a clean Wine Staging 6.23 prefix, the program crashes on startup without
displaying anything.
Running the program with dotnet48 gets the program to display a splash-screen
before throwing an exception error and dropping 3 .dll files in the app's
directory.
SHA256:
4ddbc85ed075aaf3943319945d0dc7d43b7be4e244674f4df8f47c6d18b6dbe3
Download:
https://cdn.discordapp.com/attachments/651396632167841812/90621213743162163…
(Releases are typically obtained with in-app updates or via the developer's
Discord server - this is a direct link to the last WPF build that was released
via a direct Discord attachment at the time of writing)
--
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=55955
Bug ID: 55955
Summary: some part of the software is black, if I click a line
it appears, but only a line, never more than a line
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: gerard.labadie(a)sysgroup.fr
Distribution: ---
Created attachment 75543
--> https://bugs.winehq.org/attachment.cgi?id=75543
Display of Captvty 3 on Windows
The resolution of the bug
https://bugs.winehq.org/show_bug.cgi?id=55742
allows to launch successfully Captvty V3, but part of the window is black and
impossible to read
I have attached the file Captvty-3-display-ok, when running on Windows which
shows a normal display
and the file Captvty-linux which shows that the resume of the replay is Ok, but
not the lines with the names of the replays.
reproducer
have wine 8.20 or after, the latest winetricks
create a directory .captvty_V3
download the zip from v3.captvty.fr
unzip it to .captvty_V3
export WINEARCH=win64
export WINPREFIX=~/.captvty_V3
wineboot -u
winetricks -q dotnet48 corefonts gdiplus fontsmooth=rgb vlc win7
mkdir temp
cd temp
cabextract ~/.cache/winetricks/win7sp1/windows6.1-KB976932-X64.exe
cp -rf
./x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll
~/.wine_captvty_V3/drive_c/windows/syswow64/comctl32.dll
cd ~
rm -rf temp
launch it with
wine .captvty_V3/Captvty.exe
I noticed from the command line the messages
fixme:uxtheme:BeginBufferedPaint painting parameters are ignored
and
0024:fixme:uxtheme:AllowDarkModeForWindow 00030048 1: stub
using winecfg I tried various options for comctl32, any option with "native"
works (with the black display), any other option crashes the sofware.
in https://forum.winehq.org/viewtopic.php?t=38088
somebody commented
I don't know how to fix the black display, but I strongly believe this might be
due to using the native comctl32 (which is not really a good thing).
I think it might be a good idea to open a bugreport about the application not
being able to load builtin comctl32, maybe one of the developers has an idea
how to fix this, and maybe this "black display" issue might be solved then 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=57502
Bug ID: 57502
Summary: Sinilink PC Software Crashing/Not Displaying
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stormtrackertony(a)gmail.com
Distribution: ---
Created attachment 77529
--> https://bugs.winehq.org/attachment.cgi?id=77529
backtrace of error
Unable to get this Sinilink PC software to work on Wine:
www.sinilink.com/download/tools/Sinilink-Setup.exe
With Wine 8.5, it crashes while opening and gives the attached backtrace...When
trying Wine 9.22, I do not get the crash, but the software still does not load
anything but a plain white screen.
--
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=57511
Bug ID: 57511
Summary: For loop where loop var is not defined throws error
without context
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
Dim d: d = Array(1,2,3,4,5)
'Dim i
For i = 0 To UBound(d)
Wscript.Echo d(i)
Next
/opt/wine-devel/bin/wine cscript test.vbs
0120:fixme:vbscript:assign_ident throw exception
0120:fixme:wscript:ActiveScriptSite_OnScriptError ()
on error resume next
Dim d: d = Array(1,2,3,4,5)
'Dim i
For i = 0 To UBound(d)
Wscript.Echo d(i)
Next
If Err.Number <> 0 Then
Wscript.Echo "Loop Error: " & Err.Number & " - at " & Err.Source & ": " &
Err.Description
Err.Clear
End If
/opt/wine-devel/bin/wine cscript test.vbs
0120:fixme:vbscript:assign_ident throw exception
0120:fixme:vbscript:do_icall L"i" not found
0120:fixme:vbscript:interp_incc ref.type is not REF_VAR
Loop Error: -2147467259 - at :
--
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=57509
Bug ID: 57509
Summary: Vertical text is printed out of alignment on
Aprint(Japanese address printing software)
Product: Wine
Version: 9.21
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssnffb30(a)gmail.com
Created attachment 77541
--> https://bugs.winehq.org/attachment.cgi?id=77541
Comparison of preview and printed version
Attached is a comparison of the preview and the printed version.
In preview the vertical text is in the correct position, but when printed it is
misaligned.
Aprint v24.0 x64 installer version
https://www.mugenmugen.tokyo/freesoft/Aprint2400_x64.zip
* My environment is aarch64 MacOS, but I am running x64 wine with Rosseta2.
--
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=50083
Bug ID: 50083
Summary: ASCOM Platform 6.5 - Installation failed
Product: Wine
Version: 5.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bammzilla(a)astronomy.com.ph
Distribution: ---
Created attachment 68544
--> https://bugs.winehq.org/attachment.cgi?id=68544
Screenshots of popup error screens during install
The ASCOM Platform allows windows desktop planetarium programs to control
astronomical hardware such as telescopes, domes, and cameras.
The software is freely distributable and open source, released under the
Creative Commons Attribution-ShareAlike 3.0 License, but written under the .NET
Platform.
The latest version is ASCOM Platform 6.5, written under .NET Framework 4.8 and
Visual Studio 2019.
To prepare the installation, I ran winetricks -q vcrun2019 dotnet35sp1
dotnet452 dotnet472 dotnet48. No errors were reported in the installation of
dotnet.
I then launched the installer with the following command:
WINEDEBUG=+nls wine ASCOMPlatform65.exe >> ASCOMPlatform65.log 2>&1
The installation went smoothly but popped up several error screens and ended
with an installation failed.
Screenshots of the error screens are attached.
The WINEDEBUG log file is gzipped and attached.
ASCOMPlatform installer log files are zipped and attached.
Download the installer from the following link:
https://github.com/ASCOMInitiative/ASCOMPlatform/releases/download/v6.5Rele…
Full source code of ASCOM Platform is available here:
https://github.com/ASCOMInitiative/ASCOMPlatform
ASCOMPlatform License file:
https://github.com/ASCOMInitiative/ASCOMPlatform/blob/master/LICENSE.txt
Information about ASCOM can be found here:
https://ascom-standards.org/Community/
--
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=57457
Bug ID: 57457
Summary: Mathcad 15 crashes when enter trace tab
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unitu696(a)gmail.com
Distribution: ---
Created attachment 77454
--> https://bugs.winehq.org/attachment.cgi?id=77454
Program Error Details (backtrace)
When I am trying to edit plot and open trace tab in Mathcad 15 Application
crashes with error:
Application has generated an exception that could not be handled
Process ID=0x20 (32), Thread ID=0x24 (36)
--
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=57437
Bug ID: 57437
Summary: PStart isn't showing a menu in the tray bar
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
This is a regression:
PStart is a 32-bit application that shows a button in the tray bar. Inside, it
shows some important Windows applications that can be started from there. It is
intended for starting applications from a removable disk device like the
"Portable Apps" app collection.
Now in the latest versions of wine it stopped working: the button is there but
the menu isn't there.
--
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=57064
Bug ID: 57064
Summary: Bloodrayne 2 (legacy and Terminal Cut): graphical
issue (foggy screen)
Product: Wine
Version: 9.5
Hardware: x86-64
URL: https://archive.org/download/BloodRayne2Demo/BloodRayn
e2Demo.rar
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: awesie(a)gmail.com, z.figura12(a)gmail.com
Regression SHA1: f6a1844dbed91b441ad69e7b15b5be242d063e87
Distribution: ArchLinux
Created attachment 76927
--> https://bugs.winehq.org/attachment.cgi?id=76927
terminal output
This bug affects both the legacy version of Bloodrayne 2 (2005) and the
Terminal Cut version (2020).
I made only a cursory test with the game, but the issue is immediately obvious:
The screen looks as if it was covered with haze.
If I turn off these graphics options in the game launcher, the problem still
occurs: bump mapping, dynamic shadows, reflections.
The result of the regression test:
commit f6a1844dbed91b441ad69e7b15b5be242d063e87
wined3d: Use bindless textures for GLSL shaders if possible.
Can be reproduced with Bloodrayne 2 demo version.
BloodRayne2Demo.rar (477M)
md5: 226a09d5f5ce2c4e0b7319627c75e69d
Still present in Wine-9.15.
Tested with NVIDIA 550.40.67.
--
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=57401
Bug ID: 57401
Summary: Dragon Unpacker crashes on both wine devel and staging
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurnerolinux(a)yandex.com
Distribution: ---
App is this.
https://github.com/elbereth/DragonUnPACKer
Version that i tried are 5.6.2 and 5.7.0 beta. Both yields to same result.
What does that app do?
It converts custom formatted audio streams to known formats.
https://www.elberethzone.net/en/dragon-unpacker-supported-games.html
List of supported games, i tried with Freedom Fighters.
How to repro?
- Open the app
- Press Ctrl+H or click HyperFile via File option in GUI
- Click to Formats, tick "Audio" in that menu
- Click to Search entry, select the path where game files resides, afterwards
click Search below
- See how it finds files, when it is done click "Ok"
- You will see bunch of entries that says "streams-wav" etc, click to one of
them, see how app crashes.
Terminal output is this, now i don't know which Wine debug channel should be
used for that.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
0024:fixme:explorerframe:taskbar_list_SetProgressState iface 017B9B18, hwnd
00010086, flags 0 stub!
0024:fixme:explorerframe:taskbar_list_SetProgressValue iface 017B9B18, hwnd
00010086, ullCompleted 0, ullTotal 64 stub!
0024:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
--
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=57472
Bug ID: 57472
Summary: Systray support is broken in Wine 9.22
Product: Wine
Version: 9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1. Download and run WinRAR 7.01 https://www.rarlab.com/
2. Install and launch
3. Press Alt + B (tools -> benchmark) and click "Background"
4. A systray icon/entry will appear and immediately disappear
Using Xorg/X11/XFCE4. No Wayland.
This is a regression. It used to work a couple of releases ago.
--
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=57463
Bug ID: 57463
Summary: winebus always crashing with unknown since
8b41c2cfddba1f9973246f61e39d4a4d92912da5
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 77463
--> https://bugs.winehq.org/attachment.cgi?id=77463
crash log of winebus.sys
It will crash at winedevice.exe even execute winecfg
I revert de265dfa0bc41fefec3525cd6a1db5d1e1d57029 and
8b41c2cfddba1f9973246f61e39d4a4d92912da5 in previous version of wine will fix
this crash.
--
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=57411
Bug ID: 57411
Summary: Heroes of the Storm: screen sporadically flickers
black
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: matteo.mystral(a)gmail.com
Distribution: ---
You can already notice it in the login screen you get by running the game
directly (.../Support64/HeroesSwitcher_x64.exe).
Regression test blames:
46c8a637525d0f1cf67830295fb460c819b800b6 is the first bad commit
commit 46c8a637525d0f1cf67830295fb460c819b800b6
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Fri Jan 20 16:23:42 2023 -0600
winex11: Separately store the internal pixel format set by
WGL_WINE_pixel_format_passthrough.
dlls/d3d8/tests/device.c | 6 +++---
dlls/d3d9/tests/device.c | 6 +++---
dlls/ddraw/tests/ddraw1.c | 6 +++---
dlls/ddraw/tests/ddraw2.c | 6 +++---
dlls/ddraw/tests/ddraw4.c | 6 +++---
dlls/ddraw/tests/ddraw7.c | 6 +++---
dlls/winex11.drv/opengl.c | 26 +++++++++++---------------
7 files changed, 29 insertions(+), 33 deletions(-)
Although effectively it seems to be kind of a bad interaction with my commit
72597b170e814599ef2be4b19dc4b9de0932a30f "wined3d: Don't use separate GL
contexts for different swapchains." compounded with wined3d being a bit
overeager with switching window for GL contexts.
The game uses D3D11CreateDeviceAndSwapChain() to initialize the device and
(AFAICS) always uses the returned swapchain to do all its work. Except, every
now and then (about once every ~4 frames?) it clears the implicit swapchain's
back buffer.
At the moment, wined3d_context_gl_acquire() never attempts to reuse the current
context if it has NULL target (e.g. because the texture that was used for the
original activation of the context was released in the meantime, which is
always the case when this bug triggers). What effectively happens for such
(offscreen) clears is that wined3d activates the GL context on the implicit
swapchain, on a different window, and that resets internal_format_set (see
wined3d_context_gl_update_window()) which leads to resetting the pixel format
on it. Soon afterwards the game will do some operation that requires the "real"
swapchain (e.g. Present()) and wined3d will reactivate the context on the
explicit swapchain, bouncing back and forth between the two swapchains /
windows and resetting pixel format every time.
I guess one way to fix this in general would be to keep per-window values for
the current pixel format / internal format set flag in struct
wined3d_context_gl, so that we avoid spurious pixel format resets when flipping
through multiple windows.
In this case though, it's enough to always allow reusing the current context if
we don't need to access any on-screen resource. I'm going to open an MR that
does just that in a bit.
--
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=57308
Bug ID: 57308
Summary: Cannot load split debug symbols under /usr/lib/debug
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: pq2sx44teeigl7za(a)chyen.cc
Distribution: ---
We're discussing splitting PE debug symbols into a separate Arch Linux package
to reduce disk usage for users that don't need it:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/issues/16.
Typically, split debug symbol files are placed under /usr/lib/debug.
Apparently, wine tries to find them but something wrong happens. If I run
strace on the UNIX process for winedbg.exe, I got this when a crash happens in
msvcrt.dll:
16423 newfstatat(AT_FDCWD,
"/usr/lib/debug/\\??\\Z:\\usr\\lib\\wine\\x86_64-windows\\msvcrt.dll.debug",
0x7ffffe0ff8e0, 0) = -1 ENOENT
The path should be /usr/lib/debug/usr/lib/wine/x86_64-windows/msvcrt.dll.debug.
It seems Windows paths are not correctly converted to UNIX paths.
--
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=57493
Bug ID: 57493
Summary: Mathcad 15 crashes on startup due to unhandled domdoc
MaxElementDepth property
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: arethusa26(a)gmail.com
Distribution: ---
Using the download from bug 57457, after installing Mathcad 15 without any
native dependencies from winetricks, the Mathcad application crashes on
startup:
0024:fixme:msxml:domdoc_setProperty Ignoring property L"NewParser", value
00F0F5F8 {VT_I2: -1}
0024:fixme:msxml:domdoc_setProperty Ignoring property L"ProhibitDTD", value
00F0F5F8 {VT_I2: 0}
0024:fixme:msxml:domdoc_setProperty Unknown property L"MaxElementDepth"
wine: Unhandled exception 0xe06d7363 in thread 24 at address 7B6267D8 (thread
0024), starting debugger...
Handling the MaxElementDepth property in domdoc_setProperty is sufficient to
allow the application to make further progress.
--
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=43172
Bug ID: 43172
Summary: IDirectPlay4::EnumConnections needs to support wide
string in DPNAME structure
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
IDirectPlay4::EnumConnections needs to support wide strings in DPNAME returned
in EnumConnections. Currently it just forwards to the ascii version.
--
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=57453
Bug ID: 57453
Summary: Regression: Cursor position offset in *some*
programs.
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)aitchison.me.uk
Distribution: ---
THIS IS A REGRESSION SINCE 9.21
*Some*, but not, all programs act as if the mouse position is relative to the
window rather than the screen. When the window is in the top left, the mouse
position is OK, but when the window is in the bottom right, the mouse acts as
if it is significantly down and right of the pointer.
OS: Linux Ubuntu 24-10 oracular
X11 desktop, TWM window manager
Wine packages installed:
wine-devel-amd64/oracular,now 9.22~oracular-1 amd64 [installed]
wine-devel-i386/oracular,now 9.22~oracular-1 i386 [installed]
wine-devel/oracular,now 9.22~oracular-1 amd64 [installed]
winehq-devel/oracular,now 9.22~oracular-1 amd64 [installed]
This can be demonstrated with "ViewRanger Map Chooser" a free program which can
be installed from:
http://web.archive.org/web/20170714072609/http://maps3.viewranger.com/mapch…
--
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=56838
Bug ID: 56838
Summary: FL Studio 21 gui problem
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HalanoSiblee(a)gmail.com
Distribution: ---
Created attachment 76649
--> https://bugs.winehq.org/attachment.cgi?id=76649
A video of the bug on my linux environment
FL studio 21 works fine for previous version of wine 9.8 and 9.9
since I've updated to 9.10 I got this GUI problem while moving the window of an
plugin Here I'll upload video explaining the bug
My system :
Archlinux
wine 9.10-1
wine-mono 9.1.0-1
Xorg/X11
...
...
...
--
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=56109
Bug ID: 56109
Summary: Broken Radiobutton navigation (Up/Down, Accelerators)
in several InnoSetup installers
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 75779
--> https://bugs.winehq.org/attachment.cgi?id=75779
Ant Renamer
Broken Radiobutton navigation (Up/Down, Accelerators) in several InnoSetup
installers
Radiobuttons :
I &Accept ..
I do ¬ accept ...
- Click on one or the other then VK_UP or VK_DOWN => Focus change (dotted
rectangle) while selection does not move => THIS IS A BUG
- ALT+A and ALT+N have no effect => THIS IS A BUG
Happens with Ant Renamer 2.12 (see screenshot), TuxPaint 0.9.22 and several
other Inno Setup installers
--
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=57477
Bug ID: 57477
Summary: After commit of
484c61111ef32d75dcf5cf1656b4469b4de3ec37 game could
not launch with dxvk
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 77488
--> https://bugs.winehq.org/attachment.cgi?id=77488
log with error in it
Many Game use dxvk was unable to launch after commit
484c61111ef32d75dcf5cf1656b4469b4de3ec37
Env
wine: lastest master
GPU: NVIDIA 560.35.03
Ubuntu 22.04
--
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=57505
Bug ID: 57505
Summary: When closing eSword 12.2 it generated an automatic bug
report.
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thegamemaster(a)hotmail.com
Distribution: ---
Created attachment 77535
--> https://bugs.winehq.org/attachment.cgi?id=77535
Autogenerated by Wine 9.22 upon closing eSword 12.2
When closing eSword 12.2 it generated an automatic bug report.
--
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=57494
Bug ID: 57494
Summary: err:module:import_dll Loading library gdiplus.dll
while starting "atwork"
Product: Wine
Version: 9.22
Hardware: x86-64
URL: https://download.betreuung.de/2013/atwork_extrasmall_s
etup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
This strange bug was reported on the forum:
https://forum.winehq.org/viewtopic.php?t=39743
After install trying to run for example 'wine admin.exe' you get:
0024:trace:module:load_dll looking for L"gdiplus.dll" in L"C:\\at
work;C:\\windows\\system32;C:\\windows\\system;C:\\windows;.;C:\\windows\\system32;C
:\\windows;C:\\windows\\system32\\wbem;C:\\windows\\system32\\WindowsPowershell\\v1.0"
0024:trace:module:open_dll_file L"\\??\\C:\\windows\\system32\\gdiplus.dll" is
for arch 8664, continuing search
0024:trace:module:open_dll_file L"\\??\\C:\\windows\\system32\\gdiplus.dll" is
for arch 8664, continuing search
0024:warn:module:load_dll Failed to load module L"gdiplus.dll"; status=c000007b
0024:err:module:import_dll Loading library gdiplus.dll (which is needed by
L"C:\\at work\\VFP9R.DLL") failed (error c000007b).
--
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=57501
Bug ID: 57501
Summary: Upgrade fails in Debian testing with apt 2.9.16
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Using current repository key from https://dl.winehq.org/wine-builds/winehq.key
started failing in Debian testing as follows:
Warning: https://dl.winehq.org/wine-builds/debian/dists/trixie/InRelease: The
key(s) in the keyring /etc/apt/keyrings/winehq.key are ignored as the file has
an unsupported filetype.
Warning: An error occurred during the signature verification. The repository is
not updated and the previous index files will be used. GPG error:
https://dl.winehq.org/wine-builds/debian trixie InRelease: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY 76F1A20FF987672F
Warning: Failed to fetch
https://dl.winehq.org/wine-builds/debian/dists/trixie/InRelease The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY 76F1A20FF987672F
Warning: Some index files failed to download. They have been ignored, or old
ones used instead.
--
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=13529
Summary: wine doesn't run under a X client for windows under wine
[dogfood?]
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andriusmao(a)gmail.com
I was doing some tests and kde runs properly under a X client for windows (such
as Xming and WinaXe) under wine. But wine starts debugger when trying to run
any windows program (such as these provided by WinaXe or such as winecfg) in
"remote" display.
--
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=54571
Bug ID: 54571
Summary: ImageList images hard to see or even invisible
depending on COLOR_WINDOWTEXT
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dark(a)darkok.xyz
Distribution: ---
Created attachment 74114
--> https://bugs.winehq.org/attachment.cgi?id=74114
Visibility of images depending on Window Text color.
The lighter the Window Text color gets, the less visible the images in an
ImageList get.
This really affects people primarily using dark themes such as myself, as then
the text color is going to be so light the images will be invisible.
I'm not sure if this issue is present in other software, but in this case I am
experiencing this with the GSAE (GS Advanced Editor) tool shipped with Roland
sound modules.
I am able to see the images properly again if I replace what is currently line
1488 of `comctl32/imagelist.c` (ImageList_DrawIndirect) with `if (FALSE)`
instead of `if (himl->hbmMask)` so the else branch always runs (this will
likely break other software though, and in my case is just a temporary
measure).
--
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.