https://bugs.winehq.org/show_bug.cgi?id=56787
Bug ID: 56787
Summary: Comctl32 Edit - Handles does not work wirth large
content as limited to 16bits
Product: Wine
Version: 9.10
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: ---
Test case : using a notepad, open a large (eg : 10 MB) file.
Vertical handle is unable to reach the bottom.
Observed in Ubuntu with Wine 9.10 but this has been reported in ReactOS too (
https://jira.reactos.org/browse/CORE-19305 ). Cause seems to be as following,
quoting comment from the ticket :
"The messages that indicate scroll bar position, WM_HSCROLL and WM_VSCROLL,
provide only 16 bits of position data. The GetScrollInfo function enables
applications to use 32-bit scroll positions."
Patch available at https://jira.reactos.org/browse/CORE-19305
--
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=57126
Bug ID: 57126
Summary: CEF sample application crashes in 64-bit wineprefix
Product: Wine
Version: 9.16
Hardware: x86-64
URL: https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2
Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.t
ar.bz2
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 77021
--> https://bugs.winehq.org/attachment.cgi?id=77021
Backtrace
Both the 32- and 64-bit versions of the Chromium Embedded Framework sample
application crash in a 64-bit wineprefix, unless using the new WOW64 build.
--
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=56234
Bug ID: 56234
Summary: foobar2000 advanced preferences Apply button not
available when change options via checkboxes
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paregistrase(a)yahoo.es
Distribution: ---
In the Preferences: Advanced window when an option is changed via checkboxes
the Apply button remains grey and the change can't be set.
Screenshot: https://imgur.com/wcnT4o1
Also the rounded checkboxes can't be activated
Screenshot: https://imgur.com/MFbApn6
But the options that have a text to edit enable the Apply button when changes
Screenshot: https://imgur.com/1KM0xy2
Others pages in preferences like the Context menu also presents this problem.
Previously this used 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=57097
Bug ID: 57097
Summary: Keyboard inputs for special characters on non-english
keyboards are switched in winewayland
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: sutupud(a)yahoo.com
Distribution: ---
I noticed that if I use a german keyboard layout, the key mapping seems to be
off. I'm using kwin_wayland (but also tested on sway, same result).
The regular lower keys are ok, but example, ö produces ü, # produces ä, etc.
Looking at dlls/winewayland.drv/wayland_keyboard.c, I saw that there are
different lookup tables for different languages (scan2vk_qwerty,
scan2vk_azerty. scan2vk_qwertz, ...), so my first quess was that something
might be switched there.
But that doesn't really seem the case, changing it to always use
`scan2vk_qwertz ` regardless of `lang` makes it work.
I don't really have a very good understanding of how this is supposed to work,
but does the appliaction really need to do such a translation? Isn't that
already handled by the layout being passed in? At least that would explain why
it works when doing no such lookup at all.
--
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=55981
Bug ID: 55981
Summary: Dragon Age Origins: Runs slowly when using the
experimental wow64 mode
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 75572
--> https://bugs.winehq.org/attachment.cgi?id=75572
Dragon Age : Origins main menu with new wow64 + OpenGL renderer
Dragon Age : Origins works with the new wow64 experimental mode but it's very
slowly and unplayable. This bug affect "Beyond Good & Evil" too.
Use DXVK fix this issue so something wrong with new wow64 + opengl renderer ?
--
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=47068
Bug ID: 47068
Summary: fixme:ntdll:create_logical_proc_info Only 64 Threads
are usable
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: coolx67(a)gmx.at
Distribution: ---
When running heavy multi threaded programs such as scientific applications or
benchmarks it shows that only 64 threads can be used.
> 002a:fixme:ntdll:create_logical_proc_info Improve CPU info reporting: system supports 96 logical cores, but only 64 supported!
The problem is here
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/nt.c#L1687
I don't know how much time I have to fix this.
But if someone would brainstorm this with me.
It were my first 5 minutes in the Wine code so please have some understanding.
If there would be some mentor who would give me some advice I could probably
fix some of the 22k+ FIMES in the code :)
Here the WINEDBG from Cinebench
https://pastebin.com/FrgSGxGw
--
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=57717
Bug ID: 57717
Summary: Adobe Illustrator CS6 (16), Adobe Photoshop CS6 (13),
likely all CS6 apps: Main menu bar item
shortcut/accelerator key underlines positioning is
wrong with built-in gdiplus
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bugs.winehq.org(a)zetafleet.com
Distribution: Debian
Created attachment 77922
--> https://bugs.winehq.org/attachment.cgi?id=77922
Screenshot of difference between native and built-in gdiplus
Reproduction:
1. Open application
Expected: An underline is drawn under the letter of the accelerator key of each
main menu item
Actual: Underline is drawn underneath nothing, at the end of the menu item
See attached screenshot.
Sequence of gdiplus calls from the start of application (using built-in
gdiplus) can be seen from the same trace given at
https://bugs.winehq.org/attachment.cgi?id=77921 on bug #57716.
Please let me know if I can provide additional information.
--
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=47278
Bug ID: 47278
Summary: Europa Universalis 4 Golden Century require TGA
support in D3DXSaveSurfaceToFileInMemory
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
HI.
As the title says, Europa Universalis 4 Golden Century (so version 1.28.3
Spain), require TGA file support for D3DXSaveSurfaceToFileInMemory function.
In the log there is :
0057:fixme:d3dx:D3DXSaveSurfaceToFileInMemory File format 0x2 is not supported
yet
After the line the application catch a MEMORY_ACCESS_VIOLATION and close
itself.
In the log there is also a bunch of:
0057:fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
For now winetricks d3d9x_43 is a workaround
--
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=56106
Bug ID: 56106
Summary: Roon 2.0.23 crashes due to unable to find library:
Windows.Storage.Streams.RandomAccessStreamReference
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunsengorionik(a)gmail.com
Distribution: ---
Same root cause as BugID#55867 (https://bugs.winehq.org/show_bug.cgi?id=55867)
but the error is different on wine RC1 or RC3.
Relevant snippet from the log attached:
0118:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Storage.Streams.RandomAccessStreamReference"
0118:err:eventlog:ReportEventW L"Application: Roon.exe\n"
0118:err:eventlog:ReportEventW L"CoreCLR Version: 6.0.2123.36311\n"
0118:err:eventlog:ReportEventW L".NET Version: 6.0.21\n"
0118:err:eventlog:ReportEventW L"Description: The process was terminated due to
an internal error in the .NET Runtime at IP 00006FFFFBC22699 (00006FFFFBA50000)
with exit code c0000005.\n
Running 9.0-rc3 wine-staging on Linux Mint 21.2.
--
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=53103
Bug ID: 53103
Summary: ie8 doesn't start (race condition)
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr, jacek(a)codeweavers.com
Regression SHA1: f034084d49b354811096524d472ae5172ac1cebf
Distribution: Debian
Created attachment 72538
--> https://bugs.winehq.org/attachment.cgi?id=72538
terminal output
Regression, I *believe* introduced by:
commit f034084d49b354811096524d472ae5172ac1cebf
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Thu Mar 17 08:27:28 2022 +0100
kernelbase: Handle corner case in CreateProcess.
In CreateProcess, if:
- parent isn't attached to a console
- CreateProcess's flag isn't set with DETACHED_PROCESS nor
CREATE_NEW_CONSOLE
- child is a CUI program
then a console must be allocated for the child.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
before this commit (i.e., with c7e87b536edb28bb48162690e0d42c9ba9ccb43c),
installing/starting ie after `winetricks -q ie8` works without failure. After
this commit, there's a race.
Of course, it's a race, so I can't be 100% sure, but I can run at
c7e87b536edb28bb48162690e0d42c9ba9ccb43c 15 times in a row without failure, but
fails most of the time at f034084d49b354811096524d472ae5172ac1cebf).
To reproduce:
$ wineserver -k ; rm -rf ~/.wine ; winetricks -q ie8 ; wineserver -w ; wine
'C:\Program Files\Internet Explorer\iexplore.exe' http://example.org
if successful, IE will show its window. If it fails, no window will appear.
--
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.