https://bugs.winehq.org/show_bug.cgi?id=54277
Bug ID: 54277
Summary: Fix unhandled exception for another test of The
Settlers: Heritage of Kings
Product: Wine
Version: 8.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I tried another start out for the game “The settlers (gold edition)” by
components from the software package “wine 8.0~rc3-1522.1”.
Some information was logged for further development considerations.
Markus_Elfring@Sonne:~> wine C:\\ProgramData\\Microsoft\\Windows\\Start\
Menu\\Programs\\Ubisoft\\Blue\ Byte\\DIE\ SIEDLER\ -\ Das\ Erbe\ der\ Könige\
-\ Gold\ Edition\\DIE\ SIEDLER\ -\ Das\ Erbe\ der\ Könige\ spielen.lnk
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
…
00bc:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
008c:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
008c:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0124:fixme:imm:ImeSetActiveContext (0001004E, 1): stub
0124:fixme:imm:ImmReleaseContext (00050044, 0001004E): stub
0124:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading
symbols
0124:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr
0x70034218
0138:fixme:advapi:RegisterEventSourceA ((null)," "): stub
0138:fixme:advapi:RegisterEventSourceW (L"",L" "): stub
0138:fixme:advapi:ReportEventA
(CAFE4242,0x0001,0x0000,0x00000000,00000000,0x0001,0x00000060,01D3FAF4,01E63592):
stub
0138:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x00000000,00000000,0x0001,0x00000060,00634F88,01E63592):
stub
0138:err:eventlog:ReportEventW L"3"
0138:fixme:advapi:DeregisterEventSource (CAFE4242) stub
…
How will the software situation be improved further?
--
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=50920
Bug ID: 50920
Summary: Implement a 32-bit OpenGL wrapper that forwards calls
to a 64-bit display window through IPC
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: milasudril(a)gmail.com
Distribution: Ubuntu
It is getting harder to run 32-bit OpenGL apps. In particular If you install
the CUDA driver for NVIDIA, you will only get the 64-bit driver. A possible
solution would be to create a separate 64-bit process, that is responsible to
forward OpenGL calls from the 32-bit application to the 64-bit driver.
Some thoughts about implementation possibilities:
* OpenGL never use pointers as handles, but 32-bit ints. Thus it should be
possible to implement a working IPC solution without any pointer translation
table.
* Immediate mode (legacy) OpenGL, will naturally generate more IPC calls.
However, these functions could be implemented in wine, and glEnd could be the
trigger to flush any buffers and to issue the IPC call.
Some thoughts about drawbacks:
* Increased number of context switches which causes increased latency. However,
it is possible to use IPC to have a 32-bit WINE process communicating with
JACK, with sufficiently low latency for realtime audio, which has slightly
higher requirements on low latency then video output, so it should be feasible.
Some thoughts about implementation difficulties:
* Each OpenGL command will need an id, but perhaps this could be auto-generated
--
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=56004
Bug ID: 56004
Summary: spacedeskService.exe crashes on launch
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: user.pecheniok(a)gmail.com
Distribution: ---
If you try to launch spacedesk's spacedeskService.exe, the only thing it
outputs to the console is:
fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA
and then crashes.
If you try to turn on the server through spacedeskServiceTray.exe, it crashes
with the same output.
--
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=55699
Bug ID: 55699
Summary: user32:input - The 32-bit test_keyboard_layout_name()
fail in the en_AE UTF-8 locale on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:input - The 32-bit test_keyboard_layout_name() fail in the en_AE UTF-8
locale on Windows:
input.c:3455: Test failed: e020047f: Could not find keyboard layout L"E020047F"
in preload list
input.c:3459: Test failed: e020047f: hkl high bits 0xe, expected 0xf
input.c:3465: Test failed: e020047f: RegGetValueW returned 2
input.c:3469: Test failed: e020047f: RegGetValueW returned L"18", expected
L"0020"
input.c:3455: Test failed: f0291801: Could not find keyboard layout L"00020401"
in preload list
See https://test.winehq.org/data/patterns.html#user32:input
Notes:
* This does not happen when running this test on its own so there must be
another test interfering.
* Also this only happens in the w10pro64_en_AE_u8 32-bit WineTest run which
corresponds to the English Arab Emirates locale which is UTF-8-only.
--
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=43260
Bug ID: 43260
Summary: Some DirectX 3 games such as MechWarrior 2, Soul Trap.
etc display badly or crash.
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: zombie_ryushu(a)yahoo.com
Distribution: ---
Some DirectX 3 games such as MechWarrior 2, Soul Trap. etc display badly or
crash. MechWarrior 2 loads the Intro Cinematic at most and then crashes at the
main menu with DirectX errors
Soul Trap displays similar errors the Main menu is Partially navigable. You can
not however start an actual game.This has been an ongoing problem with these
games.
--
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=55958
Bug ID: 55958
Summary: [Debian-based] wiki.winehq.org/Regression_Testing -
instructions do not work on modern distros
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: NM64+bugs.winehq.org(a)PM.me
Distribution: ---
Created attachment 75550
--> https://bugs.winehq.org/attachment.cgi?id=75550
video demonstration on Linux Mint 21.2
The instructions provided on wiki.winehq.org/Regreesion_Testing for
Debian-based distros seem to not be functional on modern Debian-based distros.
See the attached video for a demonstration on the live ISO of Linux Mint 21.2
Cinnamon (and, while not shown in the video, I get the exact same result when
trying this on an actual installation of Linux Mint 21.2 rather than using a
live ISO session)
--
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=56191
Bug ID: 56191
Summary: nsi:nsi sometimes crashes in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
nsi:nsi sometimes crashes in Wine with a stack that looks like an infinite
WaitForSingleObject() recursion:
nsi.c:1079: Test marked todo: got 997.
Unhandled exception: page fault on read access to 0x00000000 in wow64 32-bit
code (0x7b6d6555).
[...]
Backtrace:
=>0 0x7b6d6555 WaitForSingleObject+0x30(handle=<is not available>, timeout=<is
not available>)
[/home/fgouget/wine/winetest/march/../src/dlls/kernelbase/sync.c:339] in
kernelbase (0x00000000)
1 0x7b6d6555 WaitForSingleObject+0x30(handle=<is not available>, timeout=<is
not available>)
[/home/fgouget/wine/winetest/march/../src/dlls/kernelbase/sync.c:339] in
kernelbase (0x00000000)
...
See https://test.winehq.org/data/patterns.html#nsi:nsi
This first happened on 2023-12-07.
--
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=56190
Bug ID: 56190
Summary: user32:input - The 32-bit rawinputbuffer_wndproc()
fails in the new WoW mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:input - The 32-bit rawinputbuffer_wndproc() fails in the new WoW mode:
input.c:2284: Test failed: Unexpected rawinput size: 0
input.c:2284: Test failed: Unexpected rawinput size: 0
input.c:2299: Test failed: Unexpected rawinput data: 0
input.c:2300: Test failed: Unexpected rawinput data: 0
input.c:2284: Test failed: Unexpected rawinput size: 0
input.c:2284: Test failed: Unexpected rawinput size: 0
input.c:2299: Test failed: Unexpected rawinput data: 0
input.c:2300: Test failed: Unexpected rawinput data: 0
See https://test.winehq.org/data/patterns.html#user32:input
This first happened on 2023-12-07.
--
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=56178
Bug ID: 56178
Summary: dmime:dmime - test_tempo_track_play() sometimes fails
due to timing issues
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dmime:dmime - test_tempo_track_play() sometimes fails on Windows 7 and 8 due to
timing issues:
dmime.c:4285: Test failed: got 976562, expected 1139322.916667
See https://test.winehq.org/data/patterns.html#dmime:dmime
Three known instances:
* 2024-01-04 newtb-w8
* 2024-01-08 newtb-w7u-adm
* 2024-01-10 newtb-w7u-2qxl
--
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.