https://bugs.winehq.org/show_bug.cgi?id=56108
Bug ID: 56108
Summary: Edit control should stop processing characters when
left mouse button is down
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
When the left mouse button is held down, the edit control should stop
processing characters until the button is released.
Fix :
static LRESULT EDIT_WM_Char(EDITSTATE *es, WCHAR c)
{
BOOL control;
+ if (es->bCaptureState)
+ {
+ return 0;
+ }
+
control = GetKeyState(VK_CONTROL) & 0x8000;
--
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=56225
Bug ID: 56225
Summary: Myst deadlocks on start since Wine 3.2
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `sudo sysctl vm.mmap_min_addr=0`
2. Run `DISPLAY=:1 wine MYST.EXE`
In Wine 3.1, the game pops up a dialog that says "Myst requires a 256-color
palettized display driver." But in Wine 3.2 and later, Wine just prints an
error like the following:
00f0:err:sync:RtlpWaitForCriticalSection section 777129E0
"../wine/dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread
00f0, blocked by 0114, retrying (60 sec)
`git bisect` says:
ed6bdb3c51cd4b8c94f9839806321703e7aa9765 is the first bad commit
commit ed6bdb3c51cd4b8c94f9839806321703e7aa9765
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 5 17:03:48 2018 +0100
krnl386: Remove support for DPMI real-mode calls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ sha256sum myst_win3x_win.7z
562d3a3d829648352b94ab0d828290f17f90406d34218ebe3ffd0ac012cb12e3
--
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=57896
Bug ID: 57896
Summary: winemenubuilder crash
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zlice(a)crtdrift.us
Distribution: ---
Created attachment 78129
--> https://bugs.winehq.org/attachment.cgi?id=78129
winemenubuilder-error
running anything with wine 10.2 gives this `The program winemenubuilder.exe has
encountered a serious problem and needs to close.` window - but they 'details'
button does not seem to work.
--
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=57559
Bug ID: 57559
Summary: Chessbase 17 database table background and
non-selected entries rendered in black
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 77638
--> https://bugs.winehq.org/attachment.cgi?id=77638
Screenshot of the issue
On the main database selection screen the database table (left of screenshot)
is rendered incorrectly. The background is black when white would be expected.
In addition, non-selected entries (above the one that is visible) are also not
showing. On the right hand side, the games are showing, but where there are no
more entries (there is only one in this database) it is also being rendered
with a black background instead of white.
--
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=46012
Bug ID: 46012
Summary: Command & Conquer 3: Kane's Wrath (1.03) Invisible
units and tiberium
Product: Wine-staging
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: huematrix(a)mailinator.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62582
--> https://bugs.winehq.org/attachment.cgi?id=62582
Log file
When loading in Command and Conquer 3: Kane's Wrath (Unofficial patch 1.03, but
from Origin), every unit, tiberium, as well as some of the scenery, are
invisible.
Changing the graphics settings didn't change anything, attached is the log with
tons of d3d9 errors.
--
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=57874
Bug ID: 57874
Summary: wineloader no longer able to find ntdll.so
Product: Wine
Version: 9.12
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: gcenx83(a)gmail.com
When attempting to run wine from $PREFIX/bin/wine I'm seeing
gcenx@MacBook-Pro ~ % wine explorer
wine: could not load ntdll.so:
dlopen(/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so, 0x0002): tried:
'/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file),
'/System/Volumes/Preboot/Cryptexes/OS/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so'
(no such file), '/Users/gcenx/../lib/wine/x86_64-unix/ntdll.so' (no such file)
That also affects the symlinks installed into $PREFIX/bin
If I run $PREFIX/lib/wine/x86_64-unix/wine that works.
If I set
export
WINEDLLPATH="$PREFIX/lib/wine/x86_64-windows:$PREFIX/lib/wine/i386-windows:$PREFIX/lib/wine/x86_64-unix"
wine starts woking again
--
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=57826
Bug ID: 57826
Summary: Zenless Zone Zero fails to start after update to 10.1
Product: Wine
Version: 10.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hackcr1258(a)gmail.com
Distribution: ---
Created attachment 78035
--> https://bugs.winehq.org/attachment.cgi?id=78035
The backtrace report at startup
The app no longer works after updating from 10.0. Where it is the last stable
version that was working.
--
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=33943
Bug #: 33943
Summary: Battle.net client region dropdown does not appear
until you hover its options
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
When opening the Battle.net client (currently in closed beta), the region
dropdown is invisible until the cursor actually goes over its options.
No relevant console output.
--
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=57540
Bug ID: 57540
Summary: unrecognized charset 'SHIFT_JIS' when running Wine
with LC_ALL=ja_JP.SJIS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: zsolt_vadasz(a)protonmail.com
Distribution: ---
Some older visual novels require using the Japanese Shift JIS locale, which has
to be generated via `localedef` (at least on Linux Mint and Artix Linux).
I generated mine as such (following this[0] Wine forum post):
```
localedef -c -f SHIFT_JIS -i ja_JP ja_JP.SJIS
```
But when running the game's installer (after logging out and in for the changes
to take effect), Wine gives an unrecognized charset error:
```
$ LC_ALL="ja_JP.SJIS" wine ./Setup.exe
err:environ:init_unix_codepage unrecognized charset 'SHIFT_JIS'
```
This is because in dlls/ntdll/unix/env.c, the `charset_names` array's entry for
Shift JIS is wrong.
As can be seen in the command, and in $I18NPATH/charmaps
(/usr/share/i18n/charmaps on my system), The gzip-compressed character map file
is called `SHIFT_JIS.gz` instead of `SJIS.gz`.
This is solved by changing the `name` from "SJIS" to "SHIFTJIS" in the array
element.
Tested on 448fcbc0c60d7228ed52f1f5d90f62be0a58289a
[0]:
https://forum.winehq.org/viewtopic.php?p=110966&sid=e1b934de7663eedec41e66e…
--
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=57746
Bug ID: 57746
Summary: BeckyInternetMail/VirtualListView: The ListView of the
email list isn't redrawn while receiving email.
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
Screen recordings of the original operation (win8.1) and the incorrect
operation (wine). Please check the attached mp4.
Bug Description:
Win8.1 (correct):
- Click on the “Inbox” button.
- Press the “Receive Mail” button
- Each time an email is received, the email is added to the email list.
Wine (wrong):
- Click on the inbox
- Press the “Receive Mail” button
- Mail is received, but the ListView of the mail list is not updated at all.
After switching to another location, such as the outbox, click the inbox again,
and the new mail will appear in the ListView.
I used Spy++ to investigate Becky on Win8_1. I found the LVM_SETITEMCOUNT
message in the ListView of the Mail List screen. Maybe the Virtual List View is
not redrawing properly.
How to Use Virtual List-View Controls
https://learn.microsoft.com/windows/win32/controls/use-virtual-list-view-co…
--
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.