https://bugs.winehq.org/show_bug.cgi?id=49627
Bug ID: 49627
Summary: Magic The Gathering: Arena Update manager needs
Windows.Foundation.Diagnostics.AsyncCausalityTracer
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Not sure when this change in MTGA's download manager happened, but now it's
stuck in an update loop.
While I'm not entirely sure this is the cause of the looping, in the logs, I
see that it needs some new UWP debug library:
0009:fixme:combase:RoGetActivationFactory
(L"Windows.Foundation.Diagnostics.AsyncCausalityTracer",
{50850b26-267e-451b-a890-ab6a370245ee}, 0032D1D8): semi-stub
0009:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
--
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=31046
Bug #: 31046
Summary: Wine advertises 32bit depth buffer, behaves like 24bit
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billy65bob(a)gmail.com
Classification: Unclassified
Created attachment 40757
--> http://bugs.winehq.org/attachment.cgi?id=40757
title screen: 32-bit Z buffer on wine (DirectX9 Hardware)
Title says it all really.
I'm currently playing a game in PCSX2 (Persona 4) and frankly it looks really
bad.
According to the application, wine is reporting a 32bit Z-buffer, but amusingly
it behaves precisely how a 24bit buffer behaves in windows with this
application.
--
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=46501
Bug ID: 46501
Summary: GFWL: fails to verify cert file
Product: Wine
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: lilyrivers48(a)gmail.com
Distribution: ---
Created attachment 63349
--> https://bugs.winehq.org/attachment.cgi?id=63349
Backtrace of Universe at War Earth Assault GFWL startup
The bcrypt functions don't work for verifying the cert
Wintrust fails to get information from the CAT file
--
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=49635
Bug ID: 49635
Summary: Fallout NV: Radio skip song after ~40sec
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
wine-staging 5.12 from Manjaro repo, and wine-tkg git (5.13)
Tested on clean GOG installation (DRM-Free, without mods, old configs removed)
It is not depend on my pulseaudio settings, with or without pulseaudio-staging
patchset
EAX disabled to
I have installed:
chaotic-aur/ ffmpeg (+32bit)
chaotic-aur/faudio-tkg-git
chaotic-aur/lib32-faudio-tkg-git
But this bug still exist. There is no cure for it, Installations of codecs,
quartz.dll, FAudio.dll, XACT does not solve this problem.
--
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=48291
Bug ID: 48291
Summary: Detroit: Become Human crashes on launch
Product: Wine
Version: 5.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 65990
--> https://bugs.winehq.org/attachment.cgi?id=65990
backtrace
For now I've only uploaded a backtrace, but it's a bit unusual:
0x0000000000000000: -- no code accessible --
Let me know if you need anything else.
--
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=49640
Bug ID: 49640
Summary: Loading certain builtin/Winelib DLLs twice may crash
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
When certain "builtin"/Winelib DLLs/EXEs get loaded, then unloaded, then loaded
again (by two calls to GetFileVersionInfoSize() for example), the second load
may result in a crash.
The underlying problem is that dlopen_dll() in dlls/ntdll/unix/loader.c assumes
that dlopen() is returning a freshly-mapped copy of the file. POSIX doesn't
guarantee this though, and if the file was already previously loaded by Wine,
and relocation fixups were applied, those fixed-up headers will be still be
present. map_so_dll then applies fixups again, and that's where I'm seeing the
crash. In particular, when map_so_dll is building the import directory, I see
that imports->Name already has the delta applied to it from the previous load.
An EXE that has this problem is the "steam.exe.so" shipped with Proton, I
believe since it links to a C++ library it will not be unloaded by a dlclose()
call (see
https://stackoverflow.com/questions/38869657/dlclose-not-unloading-so-file-…)
--
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=49699
Bug ID: 49699
Summary: Red Dead Redemption 2 has crackling audio
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
Red Dead Redemption 2 uses WASAPI for audio, and sometimes has crackly audio.
It asks for a very small buffer (10 ms) when calling
IAudioClient::Initialize(), and then has a thread which checks the buffer
padding every 2 ms. It waits until there's at least 256 frames free in the
buffer, and fills 256 frames at a time.
When using winepulse, it has a low latency path and provides a 10 ms buffer.
This is 440/480 frames, not leaving much slack when refills are only 256 at a
time.
As far as I can tell, Windows never gives out a buffer smaller than 20 ms
though. This is more around 1056 frames, leaving much more slack. Disabling the
winepulse low latency path results in a buffer around this size, and audio is
much better. winealsa also seems to do this by default, and it sounds 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=44740
Bug ID: 44740
Summary: "A Hat in Time" any x360 joystick's sticks seems to be
stuck in upper right corner.
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: spam(a)hjkos.com
Distribution: ---
Game: https://appdb.winehq.org/objectManager.php?sClass=version&iId=36033
Game recognizes joystick correctly, buttons work as expected, however game sees
analog stick as if it's stuck in some corner, making character run in circles.
Jiggling the joystick makes it slightly change direction, but game is still
unplayable this way. Joystick appears to be working correctly - it works fine
in Linux games, and joystick control panel also shows correct positions. I
tried two joysticks:
Logitech F710 (XInput mode)
Steam Controller (sc-controller x360 joystick emulation)
both yield same result.
dumbxinputemu makes game see two controllers, one real and one emulated by
dumbxinputemu, and seems this time around emulated one works normally, but the
real one keeps overriding it, so character just changes directions frequently
and in with drastic direction changes.
Also, Logitech F710 has DirectInput mode, which has working sticks, however it
has weird bindings and i am unable to rebind it in-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.
https://bugs.winehq.org/show_bug.cgi?id=48769
Bug ID: 48769
Summary: Attack on Titan 2 requires support for 64-bit codec
drivers
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
To get to this stage in the first place, native wmvcore, qasf, wmasf, and media
foundation libraries must be used.
...
00dd:warn:msvideo:ICInfo No driver found for codec vidc.0x00000004.
00dd:warn:msvideo:ICLocate Could not find a driver for codec vidc.WMV3.
00dd:trace:quartz:avi_decompressor_sink_connect Unable to find a suitable VFW
decompressor
00dd:trace:quartz:avi_decompressor_sink_connect Connection refused
00dd:warn:quartz:FilterGraph2_Render Unable to connect L"AVI Decompressor" to
renderer (80040207)
00dd:trace:quartz:FilterGraph2_RemoveFilter
(000000005F262510/000000005F262518)->(0000000070488BF0)
00dd:trace:quartz:FilterGraph2_RemoveFilter Removing filter L"AVI
Decompressor".
...
Using winetricks wmv9vcm should work, but unfortunately it doesn't due to
wmv9vcm.dll being 32-bit only. It's also not included in any modern windows
installation. I'm not sure where the 64-bit drivers are stored, but my guess is
possibly wmvdecod.dll?
Related bug (tracking WMV9 support):
https://bugs.winehq.org/show_bug.cgi?id=32723 . It's not a duplicate however,
as this bug is about supporting the new 64-bit codec driver model (whatever
that may be).
--
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.