https://bugs.winehq.org/show_bug.cgi?id=52637
Bug ID: 52637
Summary: comctl32:listbox test_LBS_NODATA() fails in the
Japanese and Chinese locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
When running comctl32:listbox test_LBS_NODATA() fails in the Japanese and
Chinese locales:
listbox.c:2630: Test failed: Unexpected return value 5.
listbox.c:2630: Test failed: Unexpected return value 5.
https://test.winehq.org/data/patterns.html#comctl32:listbox
5 is the number of TCHARs returned by LB_GETTEXTLEN but the test expects either
4 or 8 for 32- and 64-bit processes respectively.
The failures are systematic and, as far as I can tell, happen on any machine
given the right locale (for instance LANG=ja_JP.UTF8).
Also a bisect pointed to this commit as the trigger for the failures:
commit 5e75e5f66dc638ef9684f949e32a17a9df43fcdb
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Mar 7 14:41:03 2022 +0100
user32: Introduce get_class_info.
And use it in WIN_CreateWindowEx to trigger class registration.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=50887
Bug ID: 50887
Summary: cannot read/run/open some files
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iip.umar.rifai(a)gmail.com
Distribution: ---
Created attachment 69700
--> https://bugs.winehq.org/attachment.cgi?id=69700
dir command output with different result on Wine 6.1 and Wine 6.2
I tried open/read some files on Wine 6.2-1 up, but some files seems gone, the
last worked Wine version is 6.1-1, attached are different output from wine 6.1
and wine 6.2, I think there are no problem with Linux file permission. This
also tested on latest Wine (6.5) and have similar result with Wine 6.2
--
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=48508
Bug ID: 48508
Summary: Psi-Ops: The Mindgate Conspiracy freezing in stable
Wine 5.0
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 66310
--> https://bugs.winehq.org/attachment.cgi?id=66310
Information from Wine 5.0 + Windows 7 Debug
Psi-Ops: The Mindgate Conspiracy freezing in stable Wine 5.0 when you launch
it. Symptoms are similar with bug 31954 (fixed in Wine 4.3).I will add info
from Wine 5.0 and debug from Windows 7,looks like it will be important thing.If
you will need something else,please let me know.
--
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=20296
Summary: League of Legends: crash after eula
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=23993)
--> (http://bugs.winehq.org/attachment.cgi?id=23993)
Crash log
After launching LoL and accepting license + ToS, it will throw wine errors and
hang. Attaching log
--
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=50968
Bug ID: 50968
Summary: Indiana Jones and the Infernal Machine GOG 1.2:
Load/Save Game dialogs don't render correctly
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: pokeyprogrammer(a)yahoo.com
Distribution: ---
Created attachment 69798
--> https://bugs.winehq.org/attachment.cgi?id=69798
Console log w/ commdlg,dialog channels enabled + screen shots from Wine 6.6 and
Win10
Config:
Ubuntu 20.10
linux 5.8.0-48-generic (x86_64)
Wine 6.6 (from Ubuntu winehq-devel package)
GOG Indiana Jones and the Infernal Machine 1.2 (23840)
Store page: https://www.gog.com/game/indiana_jones_and_the_infernal_machine
Repro steps:
1. Download setup_indiana_jones_and_the_infernal_machine_1.2_(23840).exe from
GOG.
2. Run the installer from step (1) in wine.
3. Once the installer is finished, run "$HOME/.wine/drive_c/GOG\
Games/Infernal\ Machine/Jones3D.exe".
4. In the launcher that appears, click the "Resume Play" button.
5. Wait for the "Load Game" dialog to appear.
Reproducibility: always
Notes:
- I've attached screenshots of the "Load Game" dialog's appearance running
under Wine as well as Win10, in addition to a console log w/
WINEDEBUG=+commdlg,+dialog.
- In the "Load Game" dialog, I can use the TAB key to switch between controls
even though it's not rendered correctly. If I TAB to the filename box and type
in a save game filename, the game does load the file correctly and it's
playable.
- It looks like the "Jones3D.exe" that we originally launch is launching the
real game in "$HOME/.wine/drive_c/GOG\ Games/Infernal\
Machine/Resource/Indy3D.exe" and that the "Load Game" dialog is actually being
created from Indy3D.exe rather than Jones3D.exe, but launching Indy3D.exe
directly doesn't work.
- I have been able to reproduce the same issue in PlayOnMac w/ Wine 4.12.1
(19.0.0-cx) x86on64), and PlayOnLinux w/ Wine 4.12.1, 5.0, and 6.5 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=52644
Bug ID: 52644
Summary: Audacity: keyboard shortcut that opens dialog window
also inputs into that window
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
In Audacity, if I use a keyboard shortcut to activate an effect, it pops up a
dialog window with the effect's settings. In Wine, however, the keyboard
shortcut that brings up the window also gets inputted into the window's active
dialog box. This does not happen on Windows.
STEPS TO REPRODUCE
1. Install and start Audacity (latest version is 3.1.3, but this bug happens in
any version I have tested).
2. Go to Edit -> Preferences... -> Keyboard.
3. Search for "amplify" and assign it the keyboard shortcut "1". Click OK.
4. Create or import some audio (you can go to Generate -> Tone to create some
audio).
5. Select the track, then press the "1" key.
RESULT
The "Amplify" effect dialog window pops up with the amplification amount set to
the shortcut key, "1".
EXPECTED RESULT
The "Amplify" effect dialog should not be receiving the previously-pressed
shortcut key as input. Instead, the amplification amount is supposed to be set
to normalize the audio to 100% volume. If you generated a tone in step 4 using
the default settings, this likely will be "1.938".
I discovered this bug because I use CTRL+SHIFT+V as the shortcut for the
Amplify effect, and in Wine, this results in a paste operation taking place
into the amplification dialog box.
--
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=52633
Bug ID: 52633
Summary: Some buttons from Free Virtual Keyboard's setting
dialog are unthemed.
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
Created attachment 71957
--> https://bugs.winehq.org/attachment.cgi?id=71957
A screenshot of the issue on Wine 7.3.
Steps to reproduce:
1. `wine FreeVK.exe`.
2. Open its setting dialog by clicking the key between the right Alt and the
right Ctrl.
These three buttons are unthemed:
"Online help..."
"About Free Virtual Keyboard 5.0.0.0..."
"About Hot Virtual Keyboard..."
--
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=48952
Bug ID: 48952
Summary: NVDA hangs on start
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jookia.org
Distribution: ArchLinux
Both the NVDA application and its setup menu hang due to
CoEnableCallCancellation being unimplemented, and likely hangs on shut down due
to CoDisableCallCancellation being unimplemented. Removing these function calls
in NVDA causes the program to boot with no visible 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=48953
Bug ID: 48953
Summary: IAccessible windows lack children
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleacc
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jookia.org
Distribution: ArchLinux
Created attachment 66927
--> https://bugs.winehq.org/attachment.cgi?id=66927
Test program to print IAccessible objects on desktop
When assistive technologies iterate over all accessible objects on the desktop
using the IAccessible API Wine returns E_NOTIMPL for window objects, stopping
discovery of widgets.
--
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=48948
Bug ID: 48948
Summary: EVENT_OBJECT_FOCUS
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jookia.org
Distribution: ArchLinux
Created attachment 66925
--> https://bugs.winehq.org/attachment.cgi?id=66925
Test program to print events
In order for NVDA and other assistive technologies to work they need to be able
to track focus. This is done using the WinEvent hook EVENT_OBJECT_FOCUS. The
hook itself fires whenever focus is changed and contains a reference to the
window and accessibility child. Currently this is unimplemented.
--
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=18905
Summary: Nvda In Wine
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluescale1976(a)aol.com
This is more of a feature request, I hope I completed the form correctly. I
was wondering if it would be possible to either add the screen reader NVDA in
to a default installation of Wine, or make it so that NVDA can be installed in
to Wine. NVDA would give blind Linux users access to applications in Wine. It
does not use video hooks, so it is probably the best choice for a Wine screen
reader. It is open source and can be found at:
http://www.nvda-project.org/
The installer talks, so if it could be made to work, installing it with out
sighted assistance would be no problem.
Thanks
--
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=48949
Bug ID: 48949
Summary: NVDA requires AccessibleObjectFromEvent for focus
events
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleacc
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)jookia.org
Distribution: ArchLinux
In order to track focus NVDA hooks into the EVENT_OBJECT_FOCUS event and uses
its values to query AccessibleObjectFromEvent for the associated IAccessible
object. The current value returned crashes NVDA.
--
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=52591
Bug ID: 52591
Summary: Dragon NaturallySpeaking 15 does not install
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Distribution: ---
Created attachment 71918
--> https://bugs.winehq.org/attachment.cgi?id=71918
Last 1500 lines of installation log
Dragon NaturallySpeaking 15 does not install. It hangs up right near the end
and repeats the following message:
0330:err:sync:RtlpWaitForCriticalSection section 7DD0AE80
"/var/tmp/portage/app-emulation/wine-staging-7.2/work/wine-7.2/dlls/combase/combase.c:
registered_classes_cs" wait timed out in thread 0330, blocked by 0ad4, retrying
(60 sec)
A log file is attached.
To reproduce:
Create 32-bit prefix. (This step is probably not essential, but it is a 32-bit
program, with "handles" to run 64-bit.)
Remove wine's mono. NatSpeak installs its own dotnet.
I will do any testing you request that I am capable of.
System: Gentoo.
--
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=52408
Bug ID: 52408
Summary: Number of gamepads limited and multiple gamepads
broken
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: tomashnyk(a)gmail.com
Distribution: ---
IÂ first discussed this here:Â https://forum.winehq.org/viewtopic.php?f=8&t=36088
but eventually came to a conclusion this is a bug. It has two sides:
1) Wine will only register 4 gamepads even if more are connected.
2) When multiple gamepads are connected, Wine loses atleast some of their
input.
Ad 1). I used Gamepad Tool from https://generalarcade.com/gamepadtool/ to check
how many gamepads are connected. I used (unknowingly) kbct:
https://github.com/samvel1024/kbct to create 4 virtual gamepads in addition to
my real one. IÂ am sure there are other ways to add more gamepads, either just
connecting them physically or somehow fakeing them. With KBCT, one just needs
to add an appropriate number of devices to grab. Kbct will produce a fake
gamepad for each grabbed device, as it will list each device as being able to
emit basically all keys linux knows, including gamepad keys.
So a minimal config.yaml would be on my system like this:
- keyboards: ["Logitech K800", "AT Translated Set 2 keyboard", "Logitech MX
Vertical", "ThinkPad Extra Buttons"]
- one just needs to list some devices available when running evtest.
This bug is not about kbct - that is just a way to trigger this bug, which I
believe is presetn in Wine. Linux otherwise does not have any problem detecting
moredevices.
2) When IÂ reduced the number of faked devices to two (and one real one), my
game (Worms WMD) would register just the left axis of the gamepad and not other
controls. Curiously, when I tried GamePad tool, it would register the presses.
No idea how Windows would behave, but I do not see a reason why the game would
not be able to use multiple gamepads.
--
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=52624
Bug ID: 52624
Summary: api-ms-win-core-path-l1-1-0.dll not found
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: danielsuarez369(a)protonmail.com
Distribution: ---
Created attachment 71946
--> https://bugs.winehq.org/attachment.cgi?id=71946
Output when running in wine
Hello.
When running a python compiled executable I made cannot be run under Wine
staging 7.3, failing to load fairly early on.
Attaching logs, executable used to run, and its python file where it came from.
--
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=52512
Bug ID: 52512
Summary: Skyrim Legendary Edition regression in Wine 6.21: some
in-game sounds no longer work
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: poweroverwhelming982(a)gmail.com
CC: julliard(a)winehq.org, rbernon(a)codeweavers.com
Regression SHA1: babaf916ab12c7a9128409f717878919ccc5826b
Distribution: Ubuntu
Created attachment 71813
--> https://bugs.winehq.org/attachment.cgi?id=71813
Wine output log at commit babaf916ab12c7a9128409f717878919ccc5826b
Starting with Wine 6.21, some in-game audio no longer works, including game
music, all NPC voices, and player's voice during attacks. Other sounds still
work normally, such as GUI sounds, weapon sounds, magic casting, footsteps and
doors opening and closing. It's as if the game only plays a single audio
channel. The bug is reproducible in any game area, for example by starting a
new game or loading an existing save.
I did a regression test, and it seems that the bug was actually introduced
earlier in Wine 6.20, with the following commit:
> d8be85863fedf6982944d06ebd1ce5904cb3d4e1
> xaudio: Use the bundled FAudio and build with msvcrt.
However, in that version the game crashes immediately after the intro sequence
with error:
> Assertion failed: (voice->src.wmadec != NULL && (pBufferWMA != NULL || voice->src.format->wFormatTag == FAUDIO_FORMAT_XMAUDIO2)) ||
> (voice->src.wmadec == NULL && (pBufferWMA == NULL && voice->src.format->wFormatTag != FAUDIO_FORMAT_XMAUDIO2)), file ../wine-git/lib
> s/faudio/src/FAudio.c, line 2456
Then, this seems to have been fixed immediately in the next release 6.21, in
commit:
> babaf916ab12c7a9128409f717878919ccc5826b
> faudio: Build with -DNDEBUG.
After this the game works, but it behaves as described above. The attached log
was made using the second commit. The bug is still present in the current
latest 7.1 release.
I've CC'ed the authors of both commits like mentioned on the regression testing
wiki page, I'm uncertain which one should be considered more relevant for the
bug. My interpretation is that the newly introduced bundled version of the
faudio library is built or configured differently than the previous
distro-provided shared dependency, and disabling debug assertions just made the
message go away but there's still an issue, so I guess both are relevant.
Additional info:
OS: Ubuntu Focal 20.04.3 LTS
Kernel: 5.13.0-27-generic x86_64
Wine Prefix: 32 bit, clean
GPU: NVIDIA Corporation GF108 [GeForce GT 730] (rev a1)
Graphics Driver: Proprietary NVIDIA ver. 390.144
--
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=52091
Bug ID: 52091
Summary: I don't know if it is a wine bug
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peter-24(a)o2.pl
Distribution: ---
I want to report a strange issue when i try to run a game that require external
dlls. It seems that wine doesnt follow windows naming convention. For example
when some game (usually unreal engine game or cry engine) tries to load
"Library.dll" and it is located on ntfs disk with name: "library.dll" wine
doesnt load library because of first lowercase letter. In summary windows games
doesnt care about letter case. Tested only on wine staging.
--
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=52625
Bug ID: 52625
Summary: Vertex texture fetch advertised on R300-R500 class AMD
hardware
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: pavel.ondracka(a)gmail.com
CC: stefan(a)codeweavers.com
Distribution: ---
I'm not 100% sure if this is an app bug, or if wine messes something up, but
Unigine sanctuary reports:
Found optional Vertex texture fetch
and later fails badly, see
https://gitlab.freedesktop.org/mesa/mesa/-/issues/6053
This is with mesa r300 driver (latest git). None of the R300-R500 cards have
vertex texture support and as far as I can see mesa correctly reports
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0
BTW Anno1404 under nine also produces TXL opcodes in vertex shaders, but there
is might be also gallium-nine problem. The Sanctuary is with pure Wine.
--
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=52577
Bug ID: 52577
Summary: ScioSense UFC Assembler: Crashes when trying to
assemble
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nathanmerkley(a)gmail.com
Distribution: ---
Created attachment 71903
--> https://bugs.winehq.org/attachment.cgi?id=71903
Console log including backtrace
The proprietary assembler for ScioSense Ultrasonic chips crashes when I give it
any file to assemble, but exits successfully when launched with no arguments or
with --help.
Fedora 35 x86_64
Downloadable here:
https://downloads.sciosense.com/Files/Productinfo/AS6031/UfcEvaluationSoftw…
The program is called UFC_Assembler.exe
Version 1.6.1
SHA1: 1cda71d76b5cad12464eda6243115131f971c518
That zip also contains an example program to assemble which is what I am using
in the attached log. The program works as expected in a Windows VM
--
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=52324
Bug ID: 52324
Summary: Firefox 91: video playback freezes after a while
Product: Wine
Version: 7.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Firefox 91 esr works quite well with recent socket fixes but video playback
(e.g. on youtube.com) freezes after a while. This is probably not related to
sockets as the download still progresses and sound playback continues. If the
freeze happens, no other videos can be played in the same tab.
--
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=52621
Bug ID: 52621
Summary: Failed test of `alternate_success_code` from
`windows-rs`
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
This test pass on Windows 10
Failures
```
running 1 test
test test ... FAILED
failures:
---- test stdout ----
thread 'test' panicked at 'assertion failed: hr == CO_E_NOTINITIALIZED',
crates\tests\alternate_success_c
ode\tests\test.rs:9:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
test
```
Rust for Windows can be installed via
https://forge.rust-lang.org/infra/other-installation-methods.html
or directly
https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msi
Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git
cd windows-rs
git checkout 9965e3c44829d0c86b2d9d2b3c5338376f158bde
cd crates/tests/alternate_success_code/
wine cargo test
--
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=52620
Bug ID: 52620
Summary: Failed test of `win32_arrays` from `windows-rs`
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
This test pass on Windows 10
Failures
```
failures:
---- keyboard_state stdout ----
thread 'keyboard_state' panicked at 'assertion failed: state != zeroed',
crates\tests\win32_arrays\tests\
fixed.rs:9:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- temp_file stdout ----
thread 'temp_file' panicked at 'assertion failed: `(left == right)`
left: `[46, 92, 116, 101, 115, 55, 98, 46, 116, 109, 112, 0]`,
right: `[46, 92, 116, 101, 115, 55, 66, 46, 116, 109, 112, 0]`',
crates\tests\win32_arrays\tests\fixed.r
s:20:9
failures:
keyboard_state
temp_file
```
Rust for Windows can be installed via
https://forge.rust-lang.org/infra/other-installation-methods.html
or directly
https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msi
Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git
cd windows-rs
cd crates/tests/win32_arrays/
wine cargo test
--
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=52609
Bug ID: 52609
Summary: wine: WINEARCH set to win64 but '/home/m/prefix64' is
a 32-bit installation.
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: mahg361(a)gmail.com
Distribution: ---
```
$ WINEPREFIX="/home/m/.local/share/wineprefixes/prefix64" WINEARCH=win64 wine
wineboot
wine: created the configuration directory
'/home/m/.local/share/wineprefixes/prefix64'
wine: WINEARCH set to win64 but '/home/m/.local/share/wineprefixes/prefix64' is
a 32-bit installation.
```
--
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=51632
Bug ID: 51632
Summary: Downloading Wine-Mono through appwiz hangs/fails
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: d327527cec22c1123781e6c5a637032a31698b91
This only happens on macOS. Clicking 'Install' works, but it stays on
'Downloading...' forever. Cancelling to skip works.
The only output is:
0068:err:appwizcpl:InstallCallback_OnStopBinding Binding failed 800c0008
Bisection revealed:
d327527cec22c1123781e6c5a637032a31698b91 is the first bad commit
commit d327527cec22c1123781e6c5a637032a31698b91
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Aug 11 20:40:23 2021 +0200
ws2_32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
I'm running macOS 10.14, compiling with mingw and the 10.13 SDK.
--
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=52527
Bug ID: 52527
Summary: Death Stranding fails to start
Product: vkd3d
Version: 1.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:debug_vk_memory_property_flags: Unrecognized flag(s) 0xc0.
---------
error.txt
---------
Your graphics card Radeon RX 5500M does not support DirectX 12 features
0. 0x0001417D2188 ds, 0x417D2188
1. 0x0001417CE263 ds, 0x417CE263
2. 0x0001423EC291 ds, 0x423EC291
3. 0x0001423E94FE ds, 0x423E94FE
4. 0x0001416A5679 ds, 0x416A5679
5. 0x0001416A5A0A ds, 0x416A5A0A
6. 0x0001416A5896 ds, 0x416A5896
7. 0x000143714832 ds, 0x43714832
8. 0x00007B64C371 kernel32, 0x7B64C371
9. 0x7F19D1C389D8 ntdll, 0xD1C389D8
10. 0x000000000000
11. 0x0001437148A4 ds, 0x437148A4
12. 0x000067FF0000
13. 0x000000000000
vkd3d-1.2-764-gdbcf0634
--
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.