http://bugs.winehq.org/show_bug.cgi?id=58742
Bug ID: 58742
Summary: winedbg: Internal crash at 00006FFFFF8CB5E5
(pe_load_msc_debug_info)
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: zowie+wine(a)vandillen.io
Distribution: ---
Platform: Linux Mint 21.3 Cinnamon
Linux Kernel: 5.15.0-156-generic
Platform 2: Linux Mint 22.2 Cinnamon
Linux Kernel 2: 6.8.0-83-generic
When I build Wine myself and run the command `$WINE winedbg explorer` with it,
it leads to a crash. This does not happen with the official builds of Wine, so
I'm guessing there's some package version difference or something along those
lines that makes this occur.
Log from a custom build of 10.15:
```
user@pc:~/wine/test$ $WINE winedbg explorer
WineDbg starting on pid 0184
0180:fixme:dbghelp:elf_search_auxv can't find symbol in module
0180:fixme:dbghelp:elf_search_auxv can't find symbol in module
winedbg: Internal crash at 00006FFFFF8CB5E5
user@pc:~/wine/test$
```
Log from the official build of 10.15:
```
user@pc:~/wine/test$ wine winedbg explorer
WineDbg starting on pid 01b4
01b0:fixme:dbghelp:elf_search_auxv can't find symbol in module
01b0:fixme:dbghelp:elf_search_auxv can't find symbol in module
0x006fffffc00c3d ntdll+0x10c3d: retq
Wine-dbg>
```
The crash occurs in pe_load_msc_debug_info from pe_module.c, in the branch with
`/* Debug info is stripped to .DBG file */`. The variable `dbg` is null, so it
crashes when trying to dereference it.
Here's a quick fix I made for it. It fixes the crash but it doesn't really
solve
the underlying issue. As a result the debugger is missing so much debug
information that it's not actually that helpful.
```
/* Read in debug directory */
dbg = RtlImageDirectoryEntryToData( mapping, FALSE,
IMAGE_DIRECTORY_ENTRY_DEBUG, &nDbg );
nDbg = dbg ? nDbg / sizeof(IMAGE_DEBUG_DIRECTORY) : 0;
/* NEW */
if (!dbg)
{
pe_unmap_full(fmap);
return ret;
}
/* END */
/* Parse debug directory */
```
It's a bit annoying but for the time being I'll probably use the official build
for debugging, or maybe I'll try to build Wine using the Docker set-up from the
Gitlab CI.
--
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=58666
Bug ID: 58666
Summary: wine 10.14 fails to build in alpine linux x86
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nathbappai(a)gmail.com
Distribution: ---
Created attachment 79251
--> http://bugs.winehq.org/attachment.cgi?id=79251
linker error output
* gcc 15.2.0
* mingw gcc 15.2.0
* build script
https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/wine/A…
* build error is in the attached linker-error-output.txt 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.
http://bugs.winehq.org/show_bug.cgi?id=58730
Bug ID: 58730
Summary: Images in iTunes have a white background (see picture)
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: usr_40476(a)icloud.com
Distribution: ---
Created attachment 79347
--> http://bugs.winehq.org/attachment.cgi?id=79347
bruh
um not quite sure how to further explain it so i guess heres a screenshot
--
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=58204
Bug ID: 58204
Summary: Winecfg Audio tab doesn't enumerate drivers or show
output devices, but test button works.
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 78512
--> http://bugs.winehq.org/attachment.cgi?id=78512
Screenshot of winecfg audio tab UI bug.
Under Wine-10.7 (specifically the winehq-devel packages for Debian), the
winecfg Audio tab doesn't seem to be functional even in a clean wine prefix.
There is no drop down for selecting audio drivers, and the currently selected
driver says "(None)".
The output and input device selection drop down boxes all say "(System
Default)" with no other options given.
The speaker configuration is completely blank, and speakers drop down is empty
and disabled.
The only thing that does seem to work is the "Test Sound" button which does
play a test sound, when clicked.
Manually selecting an audio driver (such as winealsa) using the helpful
registry key (HKCU->Software->Wine->Audio) does appear to work, but results in
no visible changes to winecfg. (The change can only be observed from
WINEDEBUG="+mmdevapi"'s console output.)
Even when shutting down pulseaudio / pipewire (systemctl stop and systemctl
disable), which _should_ just leave us with alsa, there are no visible changes
in winecfg, and the test button still works.
--
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=58458
Bug ID: 58458
Summary: Wolfenstein: The Old Blood (Wolfenstein: The New
Order) fails to start with EGL opengl backend
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Distribution: ArchLinux
Created attachment 78909
--> http://bugs.winehq.org/attachment.cgi?id=78909
terminal output
When the new EGl Opengl backend is enabled the game plays the intro videos but
stops with an error before the main menu could be loaded.
The game console shows an error:
FATAL ERROR: idPixelUnpackBuffer::AllocBufferObject: failed
The next installment in the series (Wolfenstein II: The New Colossus) starts
properly with UseEGL=Y. All these games are using the Vulkan renderer.
wine-10.11-88-g730f65e737a
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 575.64.03
--
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=55151
Bug ID: 55151
Summary: PC crashes after endlessly eating up memory
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
example script (selfdel.bat):
:REP
del "selfdel.bat"
if exist "selfdel.bat" goto REP
wine selfdel.bat (An infinite loop occurs. Until it eats up all the memory and
the PC stops.)
The koeiuc.bat in Steam games made by Koei eats up all the memory and crashes
the PC.
--
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=44817
Bug ID: 44817
Summary: Some software protection schemes need
ntdll.NtSetLdtEntries implementation
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track
https://github.com/wine-staging/wine-staging/tree/master/patches/ntdll-NtSe…
The stub was added with bug 26268 ("Multiple applications need
ntdll.ZwSetLdtEntries stub (kwiksupport.me, Ragnarok Online patcher)").
Unfortunately there is no further information/details *which* copy-protection
scheme needs and actual implementation.
No applications/games are mentioned.
--- quote ---
1. Some copy protections call NtSetLdtEntries(0x000f) and then with 'retf'
instruction jump to that selector expecting that it works (the tests show that
NtSetLdtEntries(0x000f,0x001f) should succeed). In order to make this work a
limitation to set only selectors > LDT_FIRST_ENTRY (512) in
wine_ldt_set_entry()
was removed.
2. wine_ldt_set_entry() was made to always mark modified selector entries as
WINE_LDT_FLAGS_ALLOCATED, otherwise get_selector_entry() server call returns
entries without that flag set and
NtQueryInformationThread(ThreadDescriptorTableEntry)
fails.
--- quote ---
$ wine --version
wine-3.4
Regards
--
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=58705
Bug ID: 58705
Summary: Wolfenstein: The New Order (Wolfenstein: Old Blood) -
the screen is black
Product: Wine
Version: 10.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: c3f3ef24e8d1ebe49e8073e8e5b11de859951352
Distribution: ArchLinux
Created attachment 79306
--> http://bugs.winehq.org/attachment.cgi?id=79306
terminal output
In Wine-10.14 both games started properly: intro videos, menus et al.
In Wine-10.15 the intro videos and various splash screens are displayed
correctly but the games show only black screen when reaching the menu (sounds
in the menu can be heard so the games work).
This was caused by
commit c3f3ef24e8d1ebe49e8073e8e5b11de859951352
win32u: Don't store the window OpenGL drawables on the DCs.
With current HEAD (wine-10.15-28-g7d26649f637) the screen remains black during
the intro videos and when the menu is displayed (audio works so the game is
running).
This is after
commit 9cdfa803cd1f971bdf03667c86698685c913e97c
win32u: Validate the drawable surface window before reusing.
Happens both with wined3d and with DXVK 2.7.1+
Also occurs when switching to the experimental EGL opengl backend.
I tested this with the GOG version of the games, probably you can reproduce
this with the Steam version as well.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 580.82.09
X.Org X Server 1.21.1.18
XFCE/XFWM 4.20 on Arch Linux
--
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=58491
Bug ID: 58491
Summary: Flickering on video-surveilance-app is back
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.franz(a)arcor.de
Distribution: ---
Created attachment 78948
--> http://bugs.winehq.org/attachment.cgi?id=78948
started from terminal
Flickering on viewing a camera stream with activated hardware accelerated d3d11
setting is back. Desktop picture and camera picture is swapping.
It was gone with 10.0 stable - it's back with 10.12 (maybe some versions
earlier).
Software rendering works still fine.
regards, Andy
--
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=21855
Summary: WordPro Windows pull down does not show file names
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=26459)
--> (http://bugs.winehq.org/attachment.cgi?id=26459)
Missing file names in Windows pull down
Hi All,
Would you guys fix this for me?
I am using Lotus Word Pro N9.8.0208.1200. When you open two files (documents)
from the command line (the jpeg I have attached), then go to the "Window" pull
down to select which file to bring into focus, the file names are missing. If
you start Word Pro, then use File, Open to select two files, one at a time, the
second file does not show.
Many thanks,
-T
--
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.