https://bugs.winehq.org/show_bug.cgi?id=52184
Bug ID: 52184
Summary: Initial breakpoint absent when debugging under
WinDbg/CDB (build 22000.1)
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
Distribution: ---
When debugging with WinDbg or CDB (build 22000.1), the initial breakpoint
before the program entry point is not hit at all.
This appears to be because DbgEng creates the debug port object with limited
access permissions, causing NtQueryInformationProcess/ProcessDebugPort to fail
with STATUS_ACCESS_DENIED. This leads to Wine's process_breakpoint() function
(called by LdrInitializeThunk) failing to detect that the current process is
being debugged, and the initial breakpoint is skipped.
--
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=51946
Bug ID: 51946
Summary: cMUD 3.34 crashes with nTRaiseException
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mssxtn(a)gmail.com
Distribution: ArchLinux
Created attachment 70918
--> https://bugs.winehq.org/attachment.cgi?id=70918
Installation of CMUD
cMUD 3.34 worked fine under wine-staging until 6.20. Uninstalled wine-staging
and installed wine, along with all of its deps and optional deps. Removed old
.wine and ran both win64 and win32 winearches with the same errors.
Install of cMUD 3.34 pops up with an unhandled exception during the install
process. Running the program results in the same/similar unhandled exception.
Downgrading to wine 6.19 resolves the problem and the application runs as
expected.
Related Unrelated Issue?
https://bugs.winehq.org/show_bug.cgi?id=49321
--
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=52129
Bug ID: 52129
Summary: EnumCalendarInfo hangs indefinitely when iterating
over optional calendars
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 42ed9797b1929fc5917bd967f7062cab953fab55
Distribution: ---
Internal_EnumCalendarInfo fails to exit enumeration loop if all of the
following conditions are met:
- ENUM_ALL_CALENDARS is specified for calendar ID.
- An optional calendar exists for the current locale, which is one of:
Arabic, Chinese, Divehi, Persian, Hebrew, Japanese, Korean, Thai, Urdu.
- The enumerator callback function never returns FALSE.
This results in some .NET Framework 4.8 apps to hang when using certain locale
functions.
--
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=52116
Bug ID: 52116
Summary: World of Warships: garbled textures and
GL_INVALID_OPERATION errors due to invalid PBO access
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: janbraun(a)gmx.net
CC: jsikorski(a)codeweavers.com
Regression SHA1: bb285f56f9ca843c58ee37328027c9611f2587d0
Distribution: ---
World of Warships has graphical artifacts: (seemingly random) textures turn
into weird colors and stay that way until game restart. This makes for an over
time increasingly psychedelic game experience. ;)
The console log spits out the following message from time to time (with varying
hexvalues):
0430:err:d3d:wined3d_debug_callback 0x245380: "GL_INVALID_OPERATION in
glCompressedTexSubImage2D(invalid PBO access)".
Reverting commit bb285f56f9ca843c58ee37328027c9611f2587d0 "wined3d: Avoid
stalling the pipeline on 3D blits." fixes both.
re-tested with current git head wine (67d0509f2f5), running Mesa 21.2.5 on
amdgpu.
Please holler if you need more info.
--
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=51915
Bug ID: 51915
Summary: character just run to the left and everything
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
I have some stuff in lutris for some reason when I go into gta 3 and gta san
Andreas character just run to the left and everything. I tried to turn off the
keyboard is not in it. The problem appeared after the last update of Lutris.
Everything is fine in gta vice city.
No errors or warnings. In some games, the character constantly runs to the
left, even if you pull out the 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=51844
Bug ID: 51844
Summary: winedbg command line arguments are not quoted properly
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
The program name and command line arguments passed to `winedbg` and `winedbg
--gdb` are not quoted properly. Running `winedbg --gdb 'foo bar.exe' arg1 'arg
2'` will cause winedbg to execute `foo` with the arguments `bar.exe`, `arg1`,
`arg`, and `2`, instead of `foo bar.exe` being run with two arguments. This is
inconsistent with both regular `wine` invocations as well as with `gdb --args`.
Currently all of the remaining arguments are simply concatenated to a command
line string for CreateProcessA() with spaces in between the arguments.
I've already submitted a patch for this here:
https://www.winehq.org/pipermail/wine-devel/2021-October/197216.html
--
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=52191
Bug ID: 52191
Summary: Null pointer dereference in MPEG3_StreamConvert
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: l3codeca.acm
Assignee: wine-bugs(a)winehq.org
Reporter: hendi48(a)freenet.de
Regression SHA1: 5329da61ac51995f7a690edffbbc57d955566a6d
Distribution: ArchLinux
Wine 6.20 broke certain DX8 games that use DirectSound to do MP3 decoding.
https://github.com/wine-mirror/wine/blob/wine-6.20/dlls/l3codeca.acm/mpegl3…
Here, mpg123_feedseek is called with NULL as 4th argument (input_offset).
The called function does not check for NULL and faults when attempting to write
to it:
int __cdecl mpg123_feedseek(mpg123_handle *mh, int sampleoff, int whence, int
*input_offset)
{
int result; // eax
_off_t largeioff; // [esp+1Ch] [ebp-Ch]
result = mpg123_feedseek_64(mh, sampleoff, whence, &largeioff);
if ( result >= 0 )
*input_offset = largeioff;
return result;
}
This is decompiled code from the l3codeca.acm i386 library in Arch Linux's
wine-6.20-1 package (the same thing is the case in 6.21, too). What's really
really strange is that I just checked the bundled mpg123 source tree that comes
with Wine since 6.20, and the function looks very different.
Could this be a compilation screwup where distribution maintainers somehow
compile an external variant of mpg123 and not the in-tree version?
--
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=52109
Bug ID: 52109
Summary: DTS Encoder Suite fails to start with wine 6.22
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: shagooserver(a)gmail.com
Distribution: ---
Created attachment 71133
--> https://bugs.winehq.org/attachment.cgi?id=71133
DTS terminal output
The program starts and momentarily shows the GUI and then exits.
--
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=52080
Bug ID: 52080
Summary: Some interface widgets are broken (invisible) in
OpenMPT in light theme in wine 6.22
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: monsterovich(a)gmail.com
Distribution: ---
Everything worked fine in wine 6.21.
https://imgur.com/a/Cl3pA9C
--
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=52060
Bug ID: 52060
Summary: BCryptExportKey is not implemented for
BCRYPT_RSAFULLPRIVATE_BLOB
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: janisozaur+wine(a)gmail.com
Distribution: ---
Created attachment 71073
--> https://bugs.winehq.org/attachment.cgi?id=71073
Test application
BCryptExportKey is not implemented for BCRYPT_RSAFULLPRIVATE_BLOB
Attached sample test application
--
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.