https://bugs.winehq.org/show_bug.cgi?id=49097
Bug ID: 49097
Summary: Treeview unduly handles WM_SYSKEYDOWN
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Distribution: ---
Treeview unduly handles WM_SYSKEYDOWN
Refer to treeview.c
case WM_KEYDOWN:
case WM_SYSKEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
No such processing on Listview :
case WM_KEYDOWN:
return LISTVIEW_KeyDown(infoPtr, (INT)wParam, (LONG)lParam);
As a consequence, WM_SYSKEYDOWN not correctly passed to parent Wnd if focus is
on a Treeview control.
Proof of concept : Use ReactOS. Open Regedit or Event Viewer. Put focus on
treeview. Alt+F4 does nothing (WM_SYSKEYDOWN "stuck" at Treeview component
level)
Suggested patch :
change
case WM_KEYDOWN:
case WM_SYSKEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
into
case WM_KEYDOWN:
return TREEVIEW_KeyDown(infoPtr, wParam);
as no reason to handle WM_SYSKEYDOWN at component level.
--
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=41112
Bug ID: 41112
Summary: Wine does not open .log files automatically
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
When running CPU-Z sometimes it will fail to load its driver and then will ask
if you want to see the log file. This will always fail with a second message
box saying the file was not found. By running +process we can see this:
trace:process:create_process_impl app (null) cmdline
L"\"C:\\users\\wine\\Temp\\\\cpuz_driver_8.log\""
Then I opened the .exe and changed .log for .txt and voilà , the file was opened
in notepad.
trace:process:create_process_impl app (null) cmdline
L"\"C:\\users\\wine\\Temp\\\\cpuz_driver_8.txt\""
...
trace:process:create_process_impl starting
L"C:\\windows\\system32\\notepad.exe" as Win32 binary (0x10000000-0x1002f000,
arch 014c, fakedll)
Is it possible to make .log files also open in notepad?
--
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=44721
Bug ID: 44721
Summary: GetFullPathName return path
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: markau0(a)lycos.com
Distribution: ---
I ran the GetFullPathName code example from the Microsoft site
https://msdn.microsoft.com/en-us/library/windows/desktop/aa364963(v=vs.85).…
and Vista returns
The full path name is: c:\windows\notepad.exe
The short name for c:\longdirectoryname is c:\LONGDI~1
The long name for c:\LONGDI~1 is c:\longdirectoryname
and Wine 3.3 returns
The full path name is: c:\windowsnotepad.exe
The short name for c:\longdirectoryname is c:\LONG~TX4
The long name for c:\LONG~TX4 is c:\longdirectoryname
The full path name is: c:\windows\notepad.exe
The full path name is: c:\windowsnotepad.exe
do not seem to match.
--
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=42033
Bug ID: 42033
Summary: Fallout 3: Radio music not playing
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 56507
--> https://bugs.winehq.org/attachment.cgi?id=56507
log
When listening to the radio in Fallout 3, the DJ's voice works, but the songs
don't. Sometimes you'll hear the song start for a second, but then it stops and
the DJ's voice starts up again. This happens both on GNR and the enclave
station.
--
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=37827
Bug ID: 37827
Summary: print to pdf failure
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: lurchgs(a)gmail.com
Distribution: ---
Created attachment 50375
--> https://bugs.winehq.org/attachment.cgi?id=50375
error output from wine notepad attempt to print to pdf
Wine 1.6.2, ubuntu 14.10
calling up print dialog in various apps works fine.
Printing to my Samsung 1665 works ok.
Printing to PDF fails. Dialog opens, clicking on "Ok/Print" shows no visible
result, dialog does not close, no file created.
--
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=43722
Bug ID: 43722
Summary: issue running from terminal
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caltrop_3(a)yahoo.com
Distribution: ---
wine will not independent launch from terminal
it is tied permanently to the terminal
closing terminal closes the running program
can run background but... even not in background this happens...
'wordpad' & 'write' are the same and generate the messages once
'explorer' keeps generating messages during use even when not starting in
background
~ $ wine explorer &
~ $ fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1026, a003,
0, 0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1026, a004, 1,
0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1025, a003, 1,
0x32e5f8)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x190690 (2, 1025, a004, 1,
0x32e5f8)
fixme:shell:IExtractIconW_fnExtract (0x19b270)
(file=L"C:\\windows\\system32\\shell32.dll" index=-35 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"C:\\windows\\system32\\shell32.dll" index=-16 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"C:\\windows\\system32\\shell32.dll" index=-235 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a2d68)
(file=L"@C:\\windows\\system32\\shell32.dll" index=-33 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19aef8)
(file=L"C:\\windows\\system32\\shell32.dll" index=-9 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1afa18)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19af40)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1a9258)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x19e468)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1af858)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1b0548)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
fixme:shell:IExtractIconW_fnExtract (0x1b0f98)
(file=L"C:\\windows\\system32\\shell32.dll" index=-4 (nil) 0x32e2b8
size=00000014) semi-stub
~ $ wine wordpad &
~ $ fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"InavelF\00f6rtvinad"!
~ $ wine write &
~ $ fixme:storage:create_storagefile Storage share mode not implemented.
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"InavelF\00f6rtvinad"!
--
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=44289
Bug ID: 44289
Summary: Possible access to unintended field in
"wine/dlls/comctl32/comboex.c" line 1033
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: petrum(a)gmail.com
Distribution: ---
While experimenting with a CodeSonar plugin we develop, we noticed a
potential bug in file "wine/dlls/comctl32/comboex.c" line 1033 function
COMBOEX_Create
SetWindowSubclass(infoPtr->hwndEdit, COMBOEX_EditWndProc, EDIT_SUBCLASSID,
(DWORD_PTR)hwnd);
infoPtr->font = (HFONT)SendMessageW(infoPtr->hwndCombo /*HERE*/, WM_GETFONT, 0,
0);
Shouldn't you access infoPtr->hwndEdit (instead of infoPtr->hwndCombo) at the
mentioned position in the second line?
Thanks,
Petru Florin Mihancea
--
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=44282
Bug ID: 44282
Summary: Windows Media Player 7.1 installer component selection
listbox erratic
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
wmp71/7.1/W982KMe/EN-US/mp71.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60113
--> https://bugs.winehq.org/attachment.cgi?id=60113
Screencast of dialog behavior
When clicked, the Windows Media Player 7.1 installer component selection
listbox scrolls wildly and item selection highlighting is sticky. Native
comctl32.dll corrects the problem.
Test system:
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=47641
Bug ID: 47641
Summary: Treeview Expand using option
TVE_COLLAPSE|TVE_COLLAPSERESET causes crash
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 65082
--> https://bugs.winehq.org/attachment.cgi?id=65082
Testcase
When an application call a TreeView Expand function with
TVE_COLLAPSE|TVE_COLLAPSERESET options, there is a chance that it will crash
the application.
See attached patch for the simplest testcase.
--
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=47985
Bug ID: 47985
Summary: SysListView32 header are not rendered
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bitter.taste(a)gmx.com
Distribution: ---
This problem can be noticed if one tries to use LTSpice [1], places a Capacitor
in the schematic, right clicks on it and then on "Select Capacitor".
The window that opens has a blank space where the header is supposed to be,
resizing the windows makes the header appear and clicking on the headers
themselves makes them appear for a brief instant.
[1]
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspic…
--
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.