https://bugs.winehq.org/show_bug.cgi?id=51644
Bug ID: 51644
Summary: Implementation of wsplitpath_s required for The Legend
of Heroes: Trails of Cold Steel
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ramchyld(a)gmail.com
Distribution: ---
I came across a upstream bug where The Legend of Heroes: Trails of Cold Steel
could not play FMV and crashes on load. Upon consideration of the error, I
decided that the problem is a upstream one and thus I should report to Wine
developers.
Wine was crashing because the game was calling an unimplemented function called
_wsplitpath_s from ntdll.dll. This call was not made if the option to skip all
FMVs are selected in the game's configuration utility, and thus I have reason
to believe that the game uses this for FMV playback.
--
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=46339
Bug ID: 46339
Summary: comctl32//tests/edit.c shows an invalid read
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so edit && touch edit.ok
==28392== Invalid read of size 2
==28392== at 0x7B443813: GlobalLock (heap.c:441)
==28392== by 0x7B444560: LocalLock (heap.c:1063)
==28392== by 0x5914A4B: EDIT_LockBuffer (edit.c:1202)
==28392== by 0x591BAF9: EDIT_WindowProc (edit.c:4571)
==28392== by 0x4FDDF19: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==28392== by 0x4FDE537: call_window_proc (winproc.c:246)
==28392== by 0x4FDFB1B: WINPROC_CallProcAtoW (winproc.c:606)
==28392== by 0x4FE071C: WINPROC_call_window (winproc.c:953)
==28392== by 0x4FA4D32: call_window_proc (message.c:2225)
==28392== by 0x4FA8A39: send_message (message.c:3288)
==28392== by 0x4FAB736: SendMessageA (message.c:3511)
==28392== by 0x4A9BADE: test_EM_GETHANDLE (edit.c:2849)
==28392== by 0x4A9DCBA: func_edit (edit.c:3213)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Address 0x497eea8 is 664 bytes inside a block of size 2,048 free'd
==28392== at 0x7BC48418: notify_free (heap.c:268)
==28392== by 0x7BC4AFB7: RtlFreeHeap (heap.c:1772)
==28392== by 0x5B44DC7: heap_free (heap.h:46)
==28392== by 0x5B4735E: ScriptStringFree (usp10.c:2583)
==28392== by 0x591598C: EDIT_InvalidateUniscribeData (edit.c:321)
==28392== by 0x591A6E0: EDIT_EM_ReplaceSel (edit.c:2631)
==28392== by 0x591C4BB: EDIT_WindowProc (edit.c:4665)
==28392== by 0x4FDDF19: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==28392== by 0x4FDE537: call_window_proc (winproc.c:246)
==28392== by 0x4FE014B: WINPROC_CallProcAtoW (winproc.c:507)
==28392== by 0x4FE071C: WINPROC_call_window (winproc.c:953)
==28392== by 0x4FA4D32: call_window_proc (message.c:2225)
==28392== by 0x4FA8A39: send_message (message.c:3288)
==28392== by 0x4FAB736: SendMessageA (message.c:3511)
==28392== by 0x4A9289E: test_edit_control_3 (edit.c:1005)
==28392== by 0x4A9DC51: func_edit (edit.c:3192)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392== Block was alloc'd at
==28392== at 0x7BC483AD: notify_alloc (heap.c:260)
==28392== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==28392== by 0x5B44A40: heap_calloc (heap.h:55)
==28392== by 0x5B4A407: ScriptStringAnalyse (usp10.c:2012)
==28392== by 0x5915093: EDIT_UpdateUniscribeData (edit.c:388)
==28392== by 0x59150E8: EDIT_CalcLineWidth_SL (edit.c:755)
==28392== by 0x591A448: EDIT_EM_ReplaceSel (edit.c:2527)
==28392== by 0x591C4BB: EDIT_WindowProc (edit.c:4665)
==28392== by 0x4FDDF19: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==28392== by 0x4FDE537: call_window_proc (winproc.c:246)
==28392== by 0x4FE014B: WINPROC_CallProcAtoW (winproc.c:507)
==28392== by 0x4FE071C: WINPROC_call_window (winproc.c:953)
==28392== by 0x4FA4D32: call_window_proc (message.c:2225)
==28392== by 0x4FA8A39: send_message (message.c:3288)
==28392== by 0x4FAB736: SendMessageA (message.c:3511)
==28392== by 0x4A9289E: test_edit_control_3 (edit.c:1005)
==28392== by 0x4A9DC51: func_edit (edit.c:3192)
==28392== by 0x4B2BBBD: run_test (test.h:617)
==28392== by 0x4B2C5FB: main (test.h:701)
==28392==
--
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=50511
Bug ID: 50511
Summary: Datetime conrtol doesn't handle WM_SYSKEYDOWN/VK_DOWN.
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
Created attachment 69175
--> https://bugs.winehq.org/attachment.cgi?id=69175
a quick hack.
Some .net applications implement a button for showing the dropdown of DateTime
control by themselves. And the button sends WM_SYSKEYDOWN/VK_DOWN to DateTime
control actually. So without this message implemented, nothing will be shown
after clicking the button.
Attached is a quick hack that made the application I tested happy. But we may
still need some tests for it for upstream.
--
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=51633
Bug ID: 51633
Summary: noting will open
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shrippie4(a)gmail.com
Distribution: ---
it started when i tried to apply a patch for prey 2006
no games will open think it might be direct X
i even got rid of my old wine prefix still doesn't open any programs
--
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=30486
Bug #: 30486
Summary: Tanner L-Edit shows blank hotkey field
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Tanner's L-Edit uses the msctls_hotkey32 control from comctl32
in its Setup / Application / Keyboard dialog, but under Wine,
the control is always blank. It should say 'None' (or the local equivalent)
initially. (The caret is positioned properly, though.)
'winetricks comctl32' works around the problem.
Wine's control works fine in a standalone demo.
The problem exists in many versions of the app, including the 7.12
Student Version downloadable from various sites as ledit.zip,
2972402 bytes, sha1sum f1a5825e63cee03f2cfb912cfa8d47c5a22aa684
That version requires 'winetricks mfc42' to start, and warns
about wanting 256 color mode. Using Xephyr to get 256 color mode
doesn't seem to help.
--
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.
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=51099
Bug ID: 51099
Summary: Visual Studio Installer refuses to run with unelevated
token in quiet mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: w(a)zeroitlab.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
This patchset:
https://github.com/wine-staging/wine-staging/commit/811467bf6a4c43de2485b37…
breaks the second stage of Visual Studio Installer (needed for products: Visual
Studio 2015, Visual Studio 2017, Visual Studio 2019, Visual Studio Build Tools
2015, Visual Studio Build Tools 2017, Visual Studio Build Tools 2019)
Reproduction:
Skip first stage installer blocked by another bug:
wget https://aka.ms/vs/16/release/installer -O installer.zip
unzip installer.zip
mkdir "~/.wine/drive_c/Program Files (x86)/Microsoft Visual Studio"
mv Contents "~/.wine/drive_c/Program Files (x86)/Microsoft Visual
Studio/Installer"
Try invoking installer:
wine "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
/finalizeInstall install --locale en-US --productId
Microsoft.VisualStudio.Product.BuildTools --channelId VisualStudio.16.Release
--channelUri "https://aka.ms/vs/16/release/channel" --quiet --norestart
--nocache --installPath C:\BuildTools --add
Microsoft.VisualStudio.Workload.VCTools --includeRecommended
After it fails check log at `C:\Users\user\Temp`, latest one starting with
dd_installer:
[0108:0001][2021-05-05T14:22:56] Commands with --quiet or --passive should be
run elevated from the beginning.
--
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=54858
Bug ID: 54858
Summary: Multiple games call for
"Windows.System.DispatcherQueue" (Tannenberg, The Last
Stand: Aftermath, The Long Dark)
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Lots of
0e8c:fixme:combase:RoGetActivationFactory (L"Windows.System.DispatcherQueue",
{00000035-0000-0000-c000-000000000046}, 00007FEEE4A0FA00): semi-stub
0e8c:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.System.DispatcherQueue"
8.6-29-ga19c1ff1697
--
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=52239
Bug ID: 52239
Summary: Partially invisible URL in TurnFlash's About window
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oguilherme(a)protonmail.com
Distribution: ---
Steps to reproduce:
1. Download TurnFlash v2.10: https://www.nirsoft.net/utils/tflash210.zip (ZIP
file SHA1: 63ae606aee64259091e7f82436d4ecdf3a6e9047)
2. Extract and run tflash.exe
3. Right click TurnFlash's tray icon, then click on 'About'
The About window should fully display the following clickable URL:
http://nirsoft.mirrorz.com
But on Wine 6.23 it currently displays:
http://
I've added screenshots comparing Windows 10 and Wine.
Thank you.
--
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=51511
Bug ID: 51511
Summary: Cleans at startup.
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: and.68320(a)gmail.com
Distribution: Ubuntu
Created attachment 70351
--> https://bugs.winehq.org/attachment.cgi?id=70351
Backtrace
Departure PC Radio application version 6.0.2 immediately after launch. Link to
download this program http://pcradio.ru/player/player_win/pcradio_6.0.2.exe
--
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.