https://bugs.winehq.org/show_bug.cgi?id=57327
Bug ID: 57327
Summary: Broken libav*56 dependencies on Ubuntu 22.04
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: mk939(a)ymail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 77276
--> https://bugs.winehq.org/attachment.cgi?id=77276
Error messages and incompatibilities listed by apt
Wine >= 9.18~jammy-1 from https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/
depend on several libav* libraries which conflict with the dependencies of
Audacity, GIMP and VLC.
See attachment.
--
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=57330
Bug ID: 57330
Summary: NtQueryVolumeInformationFile does not work on Z: drive
on default configuration
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: joshudson(a)gmail.com
Distribution: ---
Calling NtQueryVolumeInformationFile on an open handle that's opened from the
Z: drive returns Invalid Function.
I tried to run the test harness for my .NET File Systems DLL on Wine, and it
didn't get very far. Almost nothing works because it wants the volume serial
number, which on actual Windows is a cheap call.
Source code line of failure:
https://github.com/joshudson/Emet/blob/302fe61d0b8614e2a57930fc75cffa034ba3…
What's interesting is this code *doesn't want* the volume serial number; it
*wants* any unique volume identifier given a handle where all handles on the
same handle get the same result. I could in theory detect wine here if I had a
good way to implement the problem elsehow on Wine; say by one of the wine
specific IOCTL calls. (The obvious solution is if I get back Invalid Function
here; make the wine-specific call before giving up.)
If you actually run the test battery
https://github.com/joshudson/Emet/blob/302fe61d0b8614e2a57930fc75cffa034ba3…
it should be a pretty good supplemental test battery for Wine's filesystem
layer.
--
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=27594
Summary: Indiana Jones and the emperor's tomb crashes
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.jeuxvideo.com/telecharger/jeux-et-demos/000
05589-indiana-jones-et-le-tombeau-de-l-empereur-pc.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
CC: julliard(a)winehq.org
Indiana Jones and the tomb of emperor crash. It is a regression caused by
commit a8d8e4a3679d7b81466e1e010add25948bd11c8a
THe attached console output is in 2 parts since it is 1.8M after compressed.
--
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=38309
Bug ID: 38309
Summary: Rufus theme broken, does not see files or USB devices
(or anything), crashes upon use - Fatal Error.
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.mount420(a)gmail.com
Distribution: ---
Created attachment 51148
--> https://bugs.winehq.org/attachment.cgi?id=51148
WINE backtrace log
Linux Mint 17 64 Cinnamon
I tried both versions repeatedly.
WINE Version: 1:1.7.38-0ubuntu1
WINE Version: 1:1.6.2
These are fresh installs, with Rufus being my only use for WINE. Before these
installs, I tested WINE with a few other Apps and most seemed to work properly.
I then removed and purged WINE and Rufus before each install.
I tried the last three versions of Rufus. All would load, but with theme
glitches and lack of USB and directory/folder/file presence, the latter being
caused by the theme glitch or lack of connectivity. When an active button is
used to search for a file, a fatal error message comes up, then it closes.
I have attached the report.
I am only a low-intermediate Linux compiler, so I am not sure of the exact
problem, but I did notice sel=0067 (32-bit) ends at 0 (null).
I am not sure what to do with this...
Thanks
--
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=15359
Summary: wcmd: msysgit does not work
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kirr(a)landau.phys.spbu.ru
I'm trying to use msysgit from here
http://msysgit.googlecode.com/files/Git-1.6.0.2-preview20080921.exe
it installs just fine, but git itself does not run:
Z:\home\kirr\tmp\trashme\msysgit>git
fixme:cmd:WCMD_for /F needs to handle options
Syntax error
File not found
it seems it wants that /F to be implemented.
Thanks beforehand.
--
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=57269
Bug ID: 57269
Summary: wine-9.19 build with ffmpeg fails in winedmo in Ubuntu
20.04
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
If built with ffmpeg, the build fails in Ubuntu 20.04 with:
dlls/winedmo/unix_private.h:30:10: fatal error: libavcodec/bsf.h: No such file
or directory
No problem with any of the other distros we package. I was able to build the
9.19 packages for 20.04 without ffmpeg.
--
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=57250
Bug ID: 57250
Summary: Rhinoceros installers crash with bad_alloc
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: santi(a)mola.io
Distribution: ---
Created attachment 77168
--> https://bugs.winehq.org/attachment.cgi?id=77168
wine9.18-rhino8-installer.log
I had this issue with wine 9.17, 9.18 and wine-staging. Tested in various
versions of Rhinoceros installer, most recently
rhino_en-us_8.11.24254.15001.exe.
You can download it at
https://files.mcneel.com/dujour/exe/20240910/rhino_en-us_8.11.24254.15001.e…
The installer crashes quite early with:
libc++abi: terminating due to uncaught exception of type std::bad_alloc:
std::bad_alloc
See bug 56703 and bug 57248 for related 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.
https://bugs.winehq.org/show_bug.cgi?id=56645
Bug ID: 56645
Summary: unimplemented function
httpapi.dll.HttpSendResponseEntityBody
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: httpapi
Assignee: wine-bugs(a)winehq.org
Reporter: ryuukk.dev(a)gmail.com
Distribution: ---
Hello,
A server program compiled with .net AOT 8 crashes
wine: Call from 000000007B013AD7 to unimplemented function
httpapi.dll.HttpSendResponseEntityBody, aborting
I can't provide more information unfortunately, the program is closed source
and is proprietary
--
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=57271
Bug ID: 57271
Summary: `winetricks -q art2kmin` shows several popups --
Unable to load dll
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Regression SHA1: 14b718b69bb8d62c3ae84c52d4210e81c1d21208
Distribution: Debian
Bisect points to:
14b718b69bb8d62c3ae84c52d4210e81c1d21208 is the first bad commit
commit 14b718b69bb8d62c3ae84c52d4210e81c1d21208
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Aug 29 14:44:38 2024 +0200
msiexec: Don't remove quotes from properties passed on the command line.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57024
programs/msiexec/msiexec.c | 43 +++++++++++++++++++++++++++++++++----------
1 file changed, 33 insertions(+), 10 deletions(-)
Seems to be distinct from bug 57163, as this is still present in 9.19.
Before 14b718b69bb8d62c3ae84c52d4210e81c1d21208, art2kmin installs fine.
After 14b718b69bb8d62c3ae84c52d4210e81c1d21208, there are crashes in msiexec
when installing. Those crashes are fixed by
8d923f557ae8c1023b8fd680cfb04e490a0b12a3, but after that, I get several popups:
0428:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSDAREM.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0430:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSADDS.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0438:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSADCO.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0440:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSADCF.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0448:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Ado\\\\MSADO15.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0450:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSADCE.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0458:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSDAPRST.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0460:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Ado\\\\MSADOX.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
0468:fixme:msi:MsiMessageBoxA 00000000, "Unable to load dll
L\"\\\"C:\\\\Program Files (x86)\\\\Common
Files\\\\System\\\\Msadc\\\\MSDFMAP.DLL\\\"\"\n", "MsiExec", 0, 0x409, 0
Checking out 14b718b69bb8d62c3ae84c52d4210e81c1d21208 and then cherry-picking
8d923f557ae8c1023b8fd680cfb04e490a0b12a3 to avoid the crash shows the same
behavior.
--
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=57300
Bug ID: 57300
Summary: KnightOfKnights crashes once entering the game
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Since wine-9.12 the game crashes with an assert as soon as you enter the 3d
area:
0024:err:msvcrt:_wassert
(L"list_empty(&stateblock->changed.changed_lights)",L"../wine-git/dlls/wined3d/stateblock.c",3319)
Assertion failed: list_empty(&stateblock->changed.changed_lights), file
../wine-git/dlls/wined3d/stateblock.c, line 3319
To test you need to work around a few other issues:
winetricks -q directmusic d3drm d3dxof gmdls
When testing the game, it's advised to check "emulate a virtual desktop" in
winecfg, since it only supports low-resolution fullscreen mode.
Also, when you have a gamepad plugged in it might not accept keyboard input,
keep that in mind when testing.
How to test:
To select an option, press z. Just click through your way through.
When in "Stage Select", move left with the arrow keys, then press z.
Press z again to start the game.
Z might be Y for different keyboards, not sure.
Reverting on current HEAD is not possible due to various merge conflicts.
--
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=50850
Bug ID: 50850
Summary: Just Cause crashes due to unsupported texture format
Product: Wine
Version: 6.4
Hardware: x86-64
URL: https://store.steampowered.com/app/6880/Just_Cause
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69666
--> https://bugs.winehq.org/attachment.cgi?id=69666
d3dx
02e4:trace:d3dx:D3DXGetImageInfoFromFileInMemory File type is DDS
02e4:trace:d3dx:dds_pixel_format_to_d3dformat pixel_format: size 32, flags
0x20, fourcc 0, bpp 8.
02e4:trace:d3dx:dds_pixel_format_to_d3dformat rmask 0, gmask 0, bmask 0, amask
0.
02e4:trace:d3dx:get_image_info_from_dds Pixel format is 0x29
02e4:trace:d3dx:D3DXCheckTextureRequirements device 00162598, width 0033F5CC,
height 0033F5D0, miplevels 0033F5D4, usage 0, format 0033F5DC, pool 1.
02e4:trace:d3dx:check_texture_requirements Requested format 29
02e4:trace:d3dx:check_texture_requirements Requested format is not supported,
looking for a fallback.
02e4:trace:d3dx:check_texture_requirements Format chosen: 15
02e4:trace:d3dx:D3DXCreateTexture device 00162598, width 256, height 64,
miplevels 1, usage 0, format 0x15, pool 0x1, texture 635EB2EC.
02e4:trace:d3dx:D3DXCheckTextureRequirements device 00162598, width 0033F3E4,
height 0033F3E8, miplevels 0033F3EC, usage 0, format 0033F3F4, pool 1.
02e4:trace:d3dx:check_texture_requirements Requested format 15
02e4:trace:d3dx:check_texture_requirements Format chosen: 15
02e4:trace:d3dx:D3DXCreateTextureFromFileInMemoryEx Texture created correctly.
Now loading the texture data into it.
02e4:trace:d3dx:D3DXLoadSurfaceFromMemory (0465F248, 00000000, (null),
62FB1580, 0x29, 256, 00000000, (0,0)-(256,64), 0xffffffff, 0x00000000)
02e4:fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
02e4:trace:d3dx:point_filter_argb_pixels src 62FB1580, src_row_pitch 256,
src_slice_pitch 0, src_size 0033F2D8, src_format 7CC44AE0, dst 0464F230,
dst_row_pitch 1024, dst_slice_pitch 0, dst_size 0033F2E4, dst_format 7CC44608,
color_key 0x00000000, palette 00000000.
wine-6.4-180-g41df83c50e1
--
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=57302
Bug ID: 57302
Summary: In notepad++, when using the find window, if it
becomes out of focus and then focus is returned, the
buttons in the window no longer do what they say they
do
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
In notepad++, when using the find window, if it becomes out of focus and then
focus is returned, the window becomes glitched.
to reproduce, using notepad++ version 8.7, if you press ctrl+f in notepad++ to
open the find window, and then click on the text document behind the find
window, and then click on the find window again, the buttons in the find window
no longer do what they say they do, instead they do the function of the button
that was below them, and the tabs in the ui become unusable until the mouse is
hovered above the tabs, in which case new tabs appear
--
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=57294
Bug ID: 57294
Summary: Wine 9.13+ freezes in some applications using WMA
Lossless audio
Product: Wine
Version: 9.19
Hardware: x86-64
URL: http://storage1.lathercraft.net/madosoft/wagamamahighs
pec/wagamamahighspec_trial_web.zip
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)print0.net
Regression SHA1: 9192b3b724d90788f7a1682b3f9eedb7bf363e22
Distribution: ArchLinux
Created attachment 77237
--> https://bugs.winehq.org/attachment.cgi?id=77237
winegstreamer/wg_media_type: Set wmaversion 4 for WMAudio_Lossless
Working version: 9.12
Not working version: regression introduced in 9.13, still broken in 9.19
It's related to commits
fbceb9e60b3fa4c3009abd4e639c5ab8cc0a75c3..9192b3b724d90788f7a1682b3f9eedb7bf363e22.
A fix is attached. winegstreamer/wg_media_type: Set wmaversion 4 for
WMAudio_Lossless
I found an example application for reproducing and put it in the URL field.
SHA1: 8296ee356c675a74f6f421b31bd7f5808266b4cd
libav will throw `broken frame: channel len > samples_per_frame` errors and the
application gets stuck. This libav error originates from wmaprodec.c in
libavcodec (wmaversion 3) but that's not supposed to be used. After applying my
patch on 9.19/master it works again.
--
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=56973
Bug ID: 56973
Summary: Building wine with mingw/gcc 14.1.1 fails with error
'-Wimplicit-function-declaration'
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: arusanu.bu(a)gmail.com
Distribution: ---
After updating mingw/gcc to 14.1.0 wine fails to build with error:
< i686-w64-mingw32-gcc -c -o dlls/msxml3/i386-windows/domdoc.o
dlls/msxml3/domdoc.c -Idlls/msxml3 -Iinclude -Iinclude/msvcrt \
-I/usr/i686-w64-mingw32/sys-root/mingw/include/libxml2 -D_UCRT -D__WINESRC__
-D__WINE_PE_BUILD \
-Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes
-Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-Wabsolute-value \
-Wenum-conversion -Wno-misleading-indentation -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 \
-gdwarf-4 -g -O2
dlls/msxml3/domdoc.c: In function 'doparse':
dlls/msxml3/domdoc.c:546:9: error: initialization of 'void (*)(void *, const
xmlError *)' {aka 'void (*)(void *, const struct _xmlError *)'} from
incompatible pointer type 'void (*)(void *, xmlError *)' {aka 'void (*)(void *,
struct _xmlError *)'} [-Wincompatible-pointer-types]
546 | sax_serror /* serror */
| ^~~~~~~~~~
dlls/msxml3/domdoc.c:546:9: note: (near initialization for
'sax_handler.serror')
make: *** [Makefile:78873: dlls/msxml3/i386-windows/domdoc.o] Error 1 >
Adding "-Wno-error=incompatible-pointer-types" to CROSSCFLAGS seems to
circumvent this error but run into the following error:
<i686-w64-mingw32-gcc -c -o dlls/msxml3/i386-windows/main.o dlls/msxml3/main.c
-Idlls/msxml3 -Iinclude -Iinclude/msvcrt \
-I/usr/i686-w64-mingw32/sys-root/mingw/include/libxml2 -D_UCRT -D__WINESRC__
-D__WINE_PE_BUILD \
-Wall -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Winit-self -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes
-Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-Wabsolute-value \
-Wenum-conversion -Wno-misleading-indentation -fno-omit-frame-pointer
-mpreferred-stack-boundary=2 \
-Wno-error=incompatible-pointer-types
dlls/msxml3/main.c: In function 'DllMain':
dlls/msxml3/main.c:360:9: error: implicit declaration of function
'xmlThrDefTreeIndentString'; did you mean 'xmlTreeIndentString'?
[-Wimplicit-function-declaration]
360 | xmlThrDefTreeIndentString("\t");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| xmlTreeIndentString
make: *** [Makefile:79085: dlls/msxml3/i386-windows/main.o] Error 1 >
which have been mitigated by adding
"-Wno-error=-Wimplicit-function-declaration", and that allowed wine to build
successfully.
This doesn't happen using mingw/gcc 13.2 or 12.2
If any other details/tests requests are needed will gladly provide.
--
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=39848
Bug ID: 39848
Summary: Can't launch Victoria 2 from steam
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
1. winetricks steam
2. cd "~/.wine/drive_c/Program Files/Steam"
wine Steam
3. Log in, download Victoria 2
4. Run Victoria 2, it just crashed before meeting Bug 35163
If I type
cd "~/.wine/drive_c/Program Files/Steam/steamapps/common/Victoria 2"
Then run wine v2game.exe, the game will launch, then hit bug 35163
--
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=57322
Bug ID: 57322
Summary: VirtualDJ 2024: crashes when USB Midi controller is
connected
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
Created attachment 77273
--> https://bugs.winehq.org/attachment.cgi?id=77273
Terminal output
Application Name: VirtualDJ
Application version: v2024 b8308
Summary
Application crashes with unhandled page fault.
Steps to reproduce
1. Install the application to a new Wine prefix.
2. Run setup_dxvk install to have Vulkan based DirectX API.
3. Connect the DDJ-FLX 10 controller via USB to the computer (as the only
hardware midi device).
4. Start the application.
5. The main application window appears. Few seconds later it crashes with
unhandled page fault.
Application log is created with
+pid,+tid,+hid,+winmm,+setupapi,+alsa,+midi,+mcimidi,+driver debug channels.
From the address that the application tried to read from seems to be the dwUser
argument of the DriverCallback() function.
That comes from the dwClientInstance of WINE_MLD structure. It seems to
originate from the midiOutOpen() call, but I don't see how or where it did
change, because the error message shows a different address.
Download Link
https://download.virtualdj.com/b8308/818C5E9F/install_virtualdj_2024_b8308_…
--
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=16734
Summary: get_ptrace_tid defined but not used on OpenBSD
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: trivial
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
ccache gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include -g
-O2 -o ptrace.o ptrace.c
ptrace.c:174: warning: `get_ptrace_tid' defined but not used
There's an '#ifdef linux' on the same code a few lines earlier (in
get_ptrace_tid), which fixes compile here as well:
diff --git a/server/ptrace.c b/server/ptrace.c
index b446de9..92b7db5 100644
--- a/server/ptrace.c
+++ b/server/ptrace.c
@@ -172,7 +172,9 @@ static int get_ptrace_pid( struct thread *thread )
/* return the Unix tid to use in ptrace calls for a given thread */
static int get_ptrace_tid( struct thread *thread )
{
+#ifdef linux
if (thread->unix_tid != -1) return thread->unix_tid;
+#endif
return thread->unix_pid;
}
but I'm not sure if that's right or not. Comments welcome.
--
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=33408
Bug #: 33408
Summary: CAJViewer 7.2 needs MDAC while installing
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
0. download and type $wine 'CAJViewer 7.2.self.exe'
1. just click Next
2. Before the installation finished, the installer reportered that MDAC 2.8 is
needed, but I closed that dialog, and the installation finished successfully.
3. I don't know if it has more influnce than an annoying dialog.
winetricks mdac28 to workaround it.
By the way, this bug doesn't block bug 33404
--
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=57318
Bug ID: 57318
Summary: I think wine on android needs something that is
similar to PWA
Product: Wine
Version: 9.19
Hardware: Other
OS: Android
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
https://github.com/wine-mirror/wine/commits/master/dlls/wineandroid.drv/Win…https://developer.android.com/training/app-links/deep-linking
It looks like browsers such as chrome, edge on android use deep-linking to
create a link to activity in the browser.
I want to see wine to use similar technology that allows winui3 apps to run on
android. This is a dream for me to develop apps for android, probably even work
on ios too.
--
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=56697
Bug ID: 56697
Summary: _kbhit ignores the last event in the queue
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)protonmail.com
Distribution: ---
Created attachment 76482
--> https://bugs.winehq.org/attachment.cgi?id=76482
kbhit_test.c
Discovered this bug while writing an implementation for timeout.exe.
Run the attached kbhit_test program under wineconsole to replicate the error.
--
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=30222
Bug #: 30222
Summary: Symantec VIP Access can not be activated - take 2
Product: Wine
Version: 1.5.0
Platform: Other
URL: http://www.symantec.com/products/trialware.jsp?pcid=pc
at_info_risk_comp&pvid=vip_1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
As a follow-up to bug #29891 , after installing Symantec VIP Access the user is
required to accept a license agreement and activate the program. The activation
is unsuccesful and therefore the program can not be used.
Please note that the 'activation' does not refer to copy protection mechanisms,
but rather to connecting to a server using HTTP and obtaining an initial unique
credential ID.
--
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=33190
Bug #: 33190
Summary: Font display problem using text and dc rotation
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
We recognized an gdi text display issue using the application Gausz
http://appdb.winehq.org/objectManager.php?sClass=application&iId=13649.
The problem appears when gdi text is drawn with font rotation *and* display
context rotation.
The problem do not appear when either font rotation or display context rotation
is zero.
The application uses CreateIndirectFont to set a fixed size font with optional
set rotation and draws the text with TextOut(). The display context rotation
has been set with SetWorldTransform().
We tried to find a test case application, but where not able to reproduce the
problem outside the application. We also tried to debug into wine's code based,
but got lost by the details.
--
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=55544
Bug ID: 55544
Summary: .NET Desktop Runtime 7 program doesn't work if .NET 7
is installed locally on the system
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tw0ali(a)tutanota.com
Distribution: ---
Created attachment 75104
--> https://bugs.winehq.org/attachment.cgi?id=75104
I've pasted two logs
I'm on Artix Linux and have installed locally on the system the dotnet-runtime
and dotnet-host packages on version 7. I also need to use a Windows program
(https://projectpokemon.org/home/files/file/1-pkhex/) that uses .NET Desktop
Runtime 7.0.10. I've downloaded the x64 setup from the Microsoft site
(https://dotnet.microsoft.com/en-us/download/dotnet/7.0) and installed it in my
Wine prefix.
If I start the program I get some errors. I've attached two logs:
- the first one happens when both dotnet-runtime and dotnet-host are installed
locally, and .NET Desktop Runtime 7.0.10 is installed in the Prefix;
- the second ones happens when I uninstall dotnet-runtime and dotnet-host from
the system and only .NET Desktop Runtime 7.0.10 is installed in the Prefix.
If I reboot the system and don't install dotnet-runtime and dotnet-host (so
only .NET Desktop Runtime 7.0.10 is installed in the Prefix) the program starts
fine.
--
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=57315
Bug ID: 57315
Summary: Program error
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zergling(a)poczta.onet.pl
Distribution: ---
Created attachment 77267
--> https://bugs.winehq.org/attachment.cgi?id=77267
WineDbg attached to pid xxxx
I try to run lasts (build 0.10.0i) (Windows 64-bit) IBKR Desktop from here:
https://www.interactivebrokers.com/en/trading/ibkr-desktop-download.php
After logging in, dozens of Wine debugger windows pop up with an error which I
added in the attachment.
When I try to click something in the app, the app closes.
--
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.