https://bugs.winehq.org/show_bug.cgi?id=51478
Bug ID: 51478
Summary: dinput:keyboard breaks user32:input's
test_keyboard_layout_name() in some locales ()
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Created attachment 70313
--> https://bugs.winehq.org/attachment.cgi?id=70313
Add test_keyboard_layout_name() traces
The WineTest runs show the following test_keyboard_layout_name() failure in
some locales:
https://test.winehq.org/data/patterns.html#user32:input
input.c:3169: Test failed: Could not find keyboard layout 0000000004110411 in
preload list
This is 100% reproducible in the following configurations (only the keyboard
layout id differs):
win7_newtb-w7u-es
win7_newtb-w7u-pt-PT
win2004_newtb-w10pro64-ar-64
win2004_newtb-w10pro64-he-64
win2004_newtb-w10pro64-hi-64
win2004_newtb-w10pro64-ja-64
win2004_newtb-w10pro64-ko-64
win2004_newtb-w10pro64-pt-BR-64
win2004_newtb-w10pro64-ru-64
win2004_newtb-w10pro64-zh-CN-64
Notes:
* Interestingly this means this failure does not happen in the English, French,
German and Greek locales.
* Also user32:input only fails on the first run that follows dinput:keyboard,
and does not ever fail again, even if dinput:keyboard is run again.
In the w10pro64_pt_BR case, adding extra traces shows that the root of the
issue is that GetKeyboardLayoutList() returns 10 instead of 13. As a result
test_keyboard_layout_name() fails to retrieve all the Keyboard Layout\\Preload
values (there is 12 of these, not 10 or 13!).
Also the items are not in the same order in layouts_preload and layouts so this
causes some entries to be missing.
More notes:
* The ok() message is wrong: it is not layout we are looking for but
layouts[i], aka klid.
* I don't know why the GetKeyboardLayoutList() return value changes in the
first run that follows dinput:keyboard, but I'm not sure it makes sense to
assume it matches the number of entries in the Preload key in the first place.
--
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=55667
Bug ID: 55667
Summary: kernel32:file - test_MapFile() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:file - test_MapFile() fails on macOS:
file.c:3131: Test failed: mapping should fail
file.c:3134: Test failed: mapping should fail
See https://test.winehq.org/data/patterns.html#kernel32:file
These failures are systematic, started on 2023-09-26 and only happen on macOS
(see Remi's rbernon-macos-* cloud test machines).
I think the symptoms correspond to the removal of the broken(hmap != NULL) case
in the commit below:
commit 0abd795ff02601474962dfa4b4a070082a9999cd
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Mon Sep 25 11:15:14 2023 +0200
kernel32/tests: Fix loader tests on Windows ARM64.
--
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=51314
Bug ID: 51314
Summary: vulkan-1:vulkan crashes on cw-rx460 with recent Radeon
drivers
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
vulkan-1:vulkan crashes on cw-rx460 with recent Radeon drivers:
https://test.winehq.org/data/patterns.html#vulkan-1:vulkan
vulkan.c:425: this is the last test seen before the exception
16c4:vulkan: unhandled exception c0000005 at 6B718FCD
With the Radeon 19.11.3 driver test_private_data() is skipped because the
device creation fails. But with the Radeon >= 21.3.2 driver the function is
being run and the vkSetPrivateDataEXT() call causes a 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=54381
Bug ID: 54381
Summary: tightvnc viewer crashes on incoming connection
Product: Wine
Version: 8.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)axeitado.com
Distribution: ---
Created attachment 73948
--> https://bugs.winehq.org/attachment.cgi?id=73948
Backtrace, 64bits version.
$ wine --version
wine-8.0-rc3 (Debian 8.0~rc3~repack-1)
The crash happens when the connection is established and the remote screen is
about to appear on the viewer. For instance, when the remote server connects to
the viewer with a reverse connection:
$ wine tvnviewer.exe -listen
c:\> tvnserver.exe -run
c:\> tvnserver.exe -controlapp -connect <viewer-host-address>
wine: Unhandled page fault on write access to 0000000000000000 at address
000000014007D22D (thread 0110), starting debugger...
0108:err:sync:RtlpWaitForCriticalSection section 0000000001D77BF8 (null) wait
timed out in thread 0108, blocked by 010c, retrying (60 sec)
The above example uses the reverse connection method, which is straightforward
to setup. When the viewer connects to a listening remote server the same crash
occurs:
c:\> rem the server must be properly configured:
c:\> tvnserver.exe -run
$ wine tvnviewer.exe <remote-server-address>
wine: Unhandled page fault on write access to 0000000000000000 at address
000000014007D22D (thread 010c), starting debugger...
0108:err:sync:RtlpWaitForCriticalSection section 0000000001D77BF8 (null) wait
timed out in thread 0108, blocked by 010c, retrying (60 sec)
This worked until very recently, 7.0.1~repack-1 was fine (this is Debian
Testing).
The software is licensed under the GPL and binaries can be downloaded on the
author's homepage (currently at version 2.8.63):
https://www.tightvnc.com/download.php
The 32 bit version also crashes.
Backtrace attached. It looks like the problem is related to starting a thread.
--
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=55578
Bug ID: 55578
Summary: kernel32:loader - The 64-bit test_section_access()
sometimes fails on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:loader - The 64-bit test_section_access() sometimes fails on Windows
8:
loader.c:2075: Test failed: DeleteFile error 32
loader.c:2075: Test failed: DeleteFile error 32
loader.c:2075: Test failed: DeleteFile error 32
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2023-09-04 and happens in about 50% of the WineTest runs and is
most likely caused by the commit below:
commit d64200805b1848f782c8a4ce1fdbcb9292fffe51
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Thu Aug 31 18:08:50 2023 +0200
kernel32/tests: Remove some workarounds for old Windows versions.
--
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=55439
Bug ID: 55439
Summary: RPG Maker game crashes
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beta60sensei(a)mail.ru
Distribution: ---
Created attachment 74999
--> https://bugs.winehq.org/attachment.cgi?id=74999
WINEDEBUG=+seh,+tid
Hi. I'm playing RPG Maker game and it crashes in some specific places with
errors like:
Script 'Flash' line 112: Errno::EBADF occurred. Bad file descriptor - <STDUOT>
The developer of the game says: "seams to be a problem with wine running ingame
scripts ... it looks like wine crashes every time I use console output for
debugging in scripts".
But, if i run the game with WINEDEBUG, then it works fine without crashes.
There is no errors in terminal when crash occurs, but i will attach log of
WINEDEBUG=+seh,+tid of the moment, when the game would crash if it were not
running in the debug mode.
I'm using wine-staging 8.13
--
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=53166
Bug ID: 53166
Summary: Star Wars : Fallen Order crashes at launch
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: Debian
Created attachment 72614
--> https://bugs.winehq.org/attachment.cgi?id=72614
Fallen Order output console
Hi,
I tried to launch the game with wine 7.10 and git e3ba22e39b1.
The game crashes at launch before intro video and mfplat is needed.
Use mfplat dlls override from https://github.com/z0z0z/mf-install workaround
the issue.
I attach the output console. This is the error message :
###
06b4:fixme:mfplat:topology_loader_Load 0000000001589820, 0000000001589E50,
000000001E64FBB8, 0000000000000000.
06b4:fixme:quartz:DllGetClassObject {6a170414-aad9-4693-b806-3a0c47c570d6} not
implemented, returning CLASS_E_CLASSNOTAVAILABLE.
06b4:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111 for dll L"C:\\windows\\system32\\winegstreamer.dll"
06b4:err:ole:com_get_class_object no class object
{6a170414-aad9-4693-b806-3a0c47c570d6} could be created for context 0x1
06b4:fixme:mfplat:audio_renderer_get_service_GetService Unsupported service
{866fa297-b802-4bf8-9dc9-5e3b6a9f53c9}, interface
{0a9ccdbc-d797-4563-9667-94ec5d79292d}.
06b4:fixme:mfplat:media_source_QueryInterface
{6ef2a662-47c0-4666-b13d-cbb717f2fa2c}, 000000001E64FAC8.
###
--
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=55061
Bug ID: 55061
Summary: Starcraft Remastered: blurry graphics / low resolution
Product: Wine-staging
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zculek(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Graphics in Stacraft Remastered is blurry (like it's running in low resolution
or something like that) when running on Wine versions >5.6 - I'm attaching
screenshots so it's better understandable and visible. This is true for both
wine-staging and wine.
In the screenshots, you can see how e.g. the main menu and it's fonts, user ID
in the uper right corner, etc. look blurry when compared to Windows or running
on Wine versions prior this bug was introduced (e.g wine-staging 5.6 and
lower). Also, the in game graphics is also blurry when compared to Windows or
running on Wine versions prior this bug was introduced - everything looks much
sharper and nicer when running on wine-staging 5.6 or Windows.
I haven't reported this earlier, because everything was running fine for me on
5.6 and whenever I would try some newer version and saw this is still
happening, I would just return to using 5.6. But, after a recent Battle.net
update, Battle.net app won't start any more, just crashes due to some dll
libraries issues, on any 5.x version (both staging and upstream).
So, the last properly working Wine version for me was 5.6. I've tried with
multiple other versions over time in 5.x, 6.x, 7.x and 8.x branches and this
issue was always present. I've also tested 8.9 and 8.10 recently, and the issue
is still there.
Also, not sure if it's related, but 5.6 was also the last version on which Real
Time Lighting option in Starcraft Remastered worked for me (which is also one
of the reasons I was sticking to that version for years).
The same thing is happening on Debian with Cinnamon and Mint with Cinnamon
(doubt it's OS related, but mentioning it any way). With version 5.6 I had it
properly working on both Debian and Mint, one with nVidia GPU, the other with
AMD GPU.
I know a lot of other people from SC community that have this same problem and
are/were thus using wine-staging 5.6.
In my search of solution, I stumbled upon this user report, which I don't see
how it could be related, but perhaps someone here might get the idea of what
the actuall issue is (or maybe it's totally unrelated):
https://www.reddit.com/r/wine_gaming/comments/t5hmmi/starcraft_remastered_l…
"I switched the DE to use Wayland instead of X11 and now the game is running in
the correct resolution. Hope this helps someone."
Unfortunatelly, using Wayland on Cinnamon is pretty complicated and I'm unable
to test that.
Steps to reproduce are:
1. Install wine-staging version >5.6 (e.g. 5.19, 7.8, 8.9, 8.10)
2. Install Battle.net desktop app -
https://www.blizzard.com/download/confirmation?product=bnetdesk
4. Start Battle.net desktop app, login.
5. Install Starcraft Remastered through Battle.net desktop app.
6. Run the game.
Screenshots:
https://ibb.co/Mk0f6ythttps://ibb.co/VDppGTnhttps://ibb.co/1sLjHm7https://ibb.co/GC69DLxhttps://ibb.co/N72LXkkhttps://ibb.co/hWvHN10https://ibb.co/n6VjZD1https://ibb.co/cNyBBNp
--
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=51999
Bug ID: 51999
Summary: Dragon Age Inquisition crashes with vulkan renderer
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 70992
--> https://bugs.winehq.org/attachment.cgi?id=70992
+d3d,+d3d_shader,+d3d11 log for wined3d vulkan renderer
Hello,
The game crashes at launch with wined3d vulkan renderer when the Bioware intro
video is played before to go to the main menu. No issue if i use DXVK instead
of.
I build vkd3d-git up-to-date + wine 6.21 + only one patch which allow to
download a game with EA Origin.
I attach the +d3d,+d3d_shader,+d3d11 log
--
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=48559
Bug ID: 48559
Summary: The VisioBible software is freezing when you select
the Bible module - RST, the book - Esther, chapter 3
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leonm(a)ya.ru
Distribution: ---
The program in which the problem is found is VisioBible. To reproduce the
error, you need to select the Bible module - RST, the book - Esther, chapter 3,
then this leads to the program freezing with the indicated error. In Windows a
similar problem it is not observed.
In the text of the module, some pieces of text are surrounded by square
brackets. Large inserts of noncanonical text lead to the described problem.
Small pieces do not interfere with work. The RST module that is installed with
VisioBible by default contains a defect. In the attachment is the corrected
Esther RST module book file.
A well-functioning RST module file is embedded in the crash.tar.gz archive
named ru17.htm
The location of the installed problem module:
~/.wine/drive_c/ProgramData/VisioBible V2.3/Modules/RST
Links for downloading regular and portable versions of the program:
https://www.visiobible.org.ua/index.php?page=getfile&file=SetupVisioBible2.…https://www.visiobible.org.ua/index.php?page=getfile&file=VisioBible2.3.0_1…
--
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.