https://bugs.winehq.org/show_bug.cgi?id=57178
Bug ID: 57178
Summary: toolbar control doesn't forward WM_NOTIFY to it's
original parent
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: alanas.00(a)mail.ru
Distribution: …
[View More]Debian
Created attachment 77077
--> https://bugs.winehq.org/attachment.cgi?id=77077
foo2.c — test program, compile `x86_64-w64-mingw32-gcc-13 -std=c11 -Wall
-Wextra -Wpedantic -Wno-unused-parameter -O3 -o foo2.exe foo2.c -lcomctl32`
in windows xp professional x64 edition service pack 2 and windows 7 ultimate
service pack 1 and maybe other windowses that I didn't test but not wine
NMDDR nmhdr={
.hwndFrom=NULL,
.idFrom=0xfedcba9876543210,
.code=0xabc
};
SendMessageA(
toolbar,
WM_NOTIFY,
0x4444444444444444,
(LPARAM)nmhdr
);
does something similar to
NMDDR nmhdr={
.hwndFrom=NULL,
.idFrom=0xfedcba9876543210,
.code=0xabc
};
SendMessageA(
toolbar_original_parent,
WM_NOTIFY,
0xfedcba9876543210,
(LPARAM)nmhdr
);
except if nmhdr.code is one of 0xfffffc4a, 0xfffffc4b, 0xfffffc4c, 0xfffffc4d,
0xfffffc4e, 0xfffffc4f, 0xfffffc50, 0xfffffc51, 0xfffffc52, 0xfffffc53,
0xfffffc54, 0xfffffc55, 0xfffffc56, 0xfffffc57, 0xfffffc58, 0xfffffc59,
0xfffffc5a, 0xfffffc5b, 0xfffffc5c, 0xfffffc5d, 0xfffffc5e, 0xfffffc5f,
0xfffffc60, 0xfffffc61, 0xfffffc62, 0xfffffc63, 0xfffffc64, 0xfffffc65,
0xfffffc66, 0xfffffc67, 0xfffffc68, 0xfffffc69, 0xfffffc6a, 0xfffffc6b,
0xfffffc6c, 0xfffffc6d, 0xfffffc6e, 0xfffffc6f, 0xfffffc70, 0xfffffc71,
0xfffffc72, 0xfffffc73, 0xfffffc74, 0xfffffc75, 0xfffffc76, 0xfffffc77,
0xfffffc78, 0xfffffc79, 0xfffffc7a, 0xfffffc7b, 0xfffffc7c, 0xfffffcd7,
0xfffffcda, 0xfffffdee
nmhdr.hwndFrom is not accessed and can be inside PAGE_NOACCESS page except if
nmhdr.code is one of 0xfffffcd7, 0xfffffcda (didn't test what happens if
nmhdr.hwndFrom is readable)
nmhdr.code gets overwritten if nhmdr.code is one of 0xfffffcd9, 0xfffffd17,
0xfffffd18, 0xfffffd19, 0xfffffd1a, 0xfffffd30, 0xfffffd31, 0xfffffe34,
0xfffffe35, 0xfffffe36, 0xfffffe37, 0xfffffe38, 0xfffffe39, 0xfffffe3a,
0xfffffe3b, 0xfffffe3c, 0xfffffe3d, 0xfffffe3e, 0xfffffe62, 0xfffffeb7,
0xfffffeb8, 0xfffffeb9, 0xfffffeba, 0xfffffebb, 0xfffffebd, 0xfffffebe,
0xfffffebf, 0xfffffec0, 0xffffff4d, 0xffffff4e, 0xffffff4f, 0xffffff50,
0xffffff51, 0xffffff5d, 0xffffff5f, 0xffffff62 (see foo2.txt)
(toolbar_original_parent gets the message after overwriting nmhdr.code)
note: 0xfedcba9876543210, 0xabc, 0x4444444444444444 are arbitrary garbage
numbers
note: foo2.c code is not very good because I didn't care about non-x64
windowses and first time using windows-specific api
note: toolbar_original_parent is called h1 in foo2.c
I think this bug is reason why pressing enter in 7-zip file manager path input
doesn't work in wine and reactos (
https://old.reddit.com/r/winehq/comments/16ah3ze )
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=57164
Bug ID: 57164
Summary: Can't start RtlpWaitForCriticalSection
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
* Arch Linux
* wine-wow64
* 9.16, 9.17.
…
[View More]Sometimes wine can't start
00ec:err:sync:RtlpWaitForCriticalSection section 00006FFFFFFAC440
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00ec,
blocked by 00e4, retrying (60 sec)
00ec:err:sync:RtlpWaitForCriticalSection section 00006FFFFFFAC440
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00ec,
blocked by 00e4, retrying (60 sec)
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=56219
Bug ID: 56219
Summary: Paint Shop Pro 9.01, printing function doesn't work
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
And here follows another …
[View More]issue report about Paint Shop Pro 9 under Wine 9.x.
As already mentioned PSP9 Pro works almost perfectly fine.
One regression regarding a hang on exit was already reported, see bug 56182 for
more information. Another minor flaw can be found in bug 56217.
This topic here is about the printing functionality in Paint Shop Pro 9 which
is broken.
At the CLI I get after every print action an
"0024:fixme:commdlg:pagesetup_dlg_proc Setup page hook failed?" message.
All other printer related stuff seems to work correctly. So I can see and
configure all available printers which are present on Linux. This problem is
also present at the CUPS PDF virtual printing device.
Note, when testing the program a gdiplus.dll override to native is needed on
the first startup. Otherwise it is not possible to close the "Learning center"
dialog box. When that is done the override can be reverted. Paint Shop Pro 9
already contains an own (quite old) native "gdiplus.dll" file.
The program can be downloaded from here:
https://www.tenforums.com/software-apps/191499-paint-shop-pro-4-12-7-04-8-1…
It can be installed via the "Jasc Paint Shop Pro 9.msi" and "Jasc Animation
Shop 3.msi" files without any registration and also without any serial.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=48796
Bug ID: 48796
Summary: Saints Row 2 needs GUID_WICPixelFormat48bppRGB
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
No crashes and noticeable in-game …
[View More]effect.
trace:d3dx:D3DXCreateTextureFromFileInMemory (03A7FD10, 3A212080, 26262,
025272C0)
trace:d3dx:D3DXCreateTextureFromFileInMemoryEx device 03A7FD10, srcdata
3A212080, srcdatasize 26262, width 4294967295, height 4294967295, miplevels
4294967295, usage 0, format 0, pool 0x1, filter 0xffffffff, mipfilter
0xffffffff, colorkey 0, srcinfo 00000000, palette 00000000, texture 025272C0.
trace:d3dx:D3DXGetImageInfoFromFileInMemory (3A212080, 26262, 0BF0BD94)
trace:d3dx:D3DXGetImageInfoFromFileInMemory File type is PNG
warn:d3dx:D3DXGetImageInfoFromFileInMemory Unsupported pixel format
{6fddc324-4e03-4bfe-b185-3d77768dc915}
trace:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file
fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Unrecognized file format,
returning failure.
wine-5.4-173-gaaa625217b
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=27933
Summary: Implement "sort" command
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: dank(a)kegel.com
Blocks: 15359
Windows …
[View More]expands file wildcards (e.g. f?oo*) according to directory (unsorted)
order, and not alphanumeric order.
This prevents consistent testing of many cmd command expanding file wildcards
(e.g. for /d, for /f)
An external command would probably be preferable to an intrinsic, as windows
does.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=47776
Bug ID: 47776
Summary: Timeshift needs D3DXOptimizeVertices()
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Reportedly; this was recovered from the …
[View More]old Staging bug tracker.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=57183
Bug ID: 57183
Summary: 9.17-devel: Drag and Drop no longer works on Ubuntu
24.04 Noble
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maximusseinfeld(a)gmail.com
…
[View More]Distribution: ---
Created attachment 77080
--> https://bugs.winehq.org/attachment.cgi?id=77080
logfile under wine 9.17 running the windows application, mediainfo.exe
After upgrading to 9.17-devel, Drag & Dropping files no longer works in WINE
applications. (I also tried installing 9.17-staging, and had the same problem).
The application I was using was the windows version of MediaInfo v24.06. (They
do have a linux package, however drag & drop does not work outside the Basic
view screen. I've been using WINE for the past two years to run the windows
version and had no problems with Dragging & Dropping files into it, using all
the different views, until 9.17)
https://mediaarea.net/download/binary/mediainfo-gui/24.06/MediaInfo_GUI_24.…
On similar threads I searched, there was a suggestion to install winetricks and
then gdiplus. So I installed winetricks from the repo and ran: winetricks
gdiplus. It installed successfully. But Drag & Drop still did not work.
So I downgraded to 9.16 to confirm, and Drag & Drop was successful again.
I'm attaching logs from 9.17. However it looks almost identical to my log file
using 9.16 so I'm not sure if this is helpful. And it looks like I can only
attach one file here. So I will attach the 9.17-Log file.
The command I used for the logs was:
wine MediaInfo.exe &> log917devel-LOG.txt
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54623
Bug ID: 54623
Summary: unimplemented
websocket.dll.WebSocketCreateClientHandle
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a44687(a)gmail.com
Distribution: ---
…
[View More]Created attachment 74148
--> https://bugs.winehq.org/attachment.cgi?id=74148
Crash dump
Trying to install and run MediRoutes (a niche dotnet application I use for
work) and it consistently throws the following:
wine:Call from 7B012302 to unimplemented function
websocket.dll.WebSocketCreateClientHandle, aborting
The app gets as far as prompting for login credentials (which are successful),
after which a few status dialogs while it loads, then immediately crashes.
I have tried on wine versions 7.22, 8.0, 8.2, 8.3 (Ubuntu bionic packages) with
identical results.
Thank you for your time.
--
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.
[View Less]