http://bugs.winehq.org/show_bug.cgi?id=19410
Summary: Personal Stock Monitor: tooltip text not visible
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.personalstockmonitor.com/downloads.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
In Personal Stock Monitor (see URL for download), if one hovers over a
truncated entry a tooltip pops up, but there is no visible text on it.
--
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=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=51945
Bug ID: 51945
Summary: property "Size" from win32_logicaldisk gives bogus
results
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi,
When i do "wine wmic logicaldisk get size"
I seem to get bogus results:
82252800000
82252800000
I have c: and z: in my winecfg and they do not match at all.
Something like "wine wmic logicaldisk get freespace" does work correctly so I
suspect some kind of bug?
--
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=51630
Bug ID: 51630
Summary: "Enemy Territory: Quake Wars SDK 1.5 (EditWorld)" When
typing in dialog forms (values, file names, etc.)
program crashes
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: tx3nl5aq(a)protonmail.com
Distribution: Slackware
Created attachment 70486
--> https://bugs.winehq.org/attachment.cgi?id=70486
console output with WINEDEBUG=+seh,+tid,+loaddll
DESCRIPTION:
-------------
When typing in dialog forms (values, file names, etc.) program crashes on first
character. Pasting text in these forms works with "SHIFT+INS", but confirming
it with "Enter" causes the program crash.
REPRODUCTION:
-------------
# set "Windows Version: Windows XP" with winecfg on new wineprefix
WINEARCH=win32 WINEPREFIX=[WINEPREFIX] winecfg
# install ETQW from disk
WINEPREFIX=[WINEPREFIX] wine /mnt/dvd/setup.exe
# upgrade game to 1.5 version from:
#
https://cdn.splashdamage.com/downloads/games/etqw/ETQW-client-1.0-1.5-updat…
# cfdea517cca5c34eda3100d6097f372e30484118 ETQW-client-1.0-1.5-update.exe
WINEPREFIX=[WINEPREFIX] wine ETQW-client-1.0-1.5-update.exe
# install ETQW-SDK-1.5 from:
# https://cdn.splashdamage.com/downloads/games/etqw/ETQW-SDK-1.5.exe
# 6ef6913398aa37401165328b4886bf5b33bd33f7 ETQW-SDK-1.5.exe
WINEPREFIX=[WINEPREFIX] wine ETQW-SDK-1.5.exe
# launch sdklauncher.exe from "SDK 1.5" installation directory
cd [WINEPREFIX]/[PATH]/SDK\ 1.5
WINEPREFIX=[WINEPREFIX] wine sdklauncher.exe
# set the game path and choose the tool to launch: "editWorld"
# click on "Property Editor" tab inside "Inspectors" window
# type something in "Value" form
# at this point the program crashes
ATTACHMENTS:
------------
console output with WINEDEBUG=+seh,+tid,+loaddll: "console.txt"
corresponding backtrace: "backtrace.txt"
images of windows forms: "save.jpg", "value.jpg"
--
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=53573
Bug ID: 53573
Summary: Warcraft III Reforged 1.33.0.19194 has black main menu
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Created attachment 72950
--> https://bugs.winehq.org/attachment.cgi?id=72950
STDOUT/STDERR log when warcraft-iii-reforged-1.33.0.19194 is starting an
switching to black main menu
Last night (2022-08-18) Blizzard released an update for Warcraft III Reforged
from version 1.32.x to 1.33.0.19194.
Since then the main menu of the game is just black!
But I can hear the sound of the main menu.
I attached a STDOUT/STDERR log.
Version 1.32.x of the game was running fine using wine-staging-7.14.
(didn't test any other wine version before)
Wine versions I just tried:
wine-staging-7.14
wine-staging-7.15
wine-devel-7.15
OS: Debian-11
Wine: https://dl.winehq.org/wine-builds/debian/
GPU: Radeon RX 590
Neither standard Wine D3D11 OpenGL based implementation (WineD3D) nor DXVK is
working.
Maybe slightly related:
Warcraft III: staying in menus quickly gobs all system memory
https://github.com/doitsujin/dxvk/issues/1866
--
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.