http://bugs.winehq.org/show_bug.cgi?id=29903
Bug #: 29903
Summary: Microsoft Visual Studio 2005: enumeration of processes
fails due to wtsapi32.WTSEnumerateProcessesW() being a
stub ( "attach to process" menu))
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
clicking "attach to process" menu item with default "local transport" leads to
an error message stating "Operation not supported. Unknown error: 0x8007000e".
The process list (listview) is empty due to WTSEnumerateProcessesW() API being
a stub.
Prerequisite: 'winetricks -q dotnet20 mfc42'
--- snip ---
...
0024:Call
wtsapi32.WTSEnumerateProcessesW(00000000,00000000,00000001,0032e828,0032e824)
ret=54bc508e
0024:fixme:wtsapi:WTSEnumerateProcessesW Stub (nil) 0x00000000 0x00000001
0x32e828 0x32e824
0024:Ret wtsapi32.WTSEnumerateProcessesW() retval=00000001 ret=54bc508e
0024:Call KERNEL32.GetProcAddress(7d910000,54cb3b3c "WTSFreeMemory")
ret=54bb97d2
0024:Ret KERNEL32.GetProcAddress() retval=7d914fc8 ret=54bb97d2
0024:Call wtsapi32.WTSFreeMemory(00000000) ret=54bc51b9
0024:fixme:wtsapi:WTSFreeMemory Stub (nil)
0024:Ret wtsapi32.WTSFreeMemory() retval=0000002b ret=54bc51b9
...
0024:Call oleaut32.SysAllocString(011722a8 L"Unable to connect to the Microsoft
Visual Studio Remote Debugging Monitor named 'nexus4'. Operation not
supported. Unknown error: 0x8007000e.") ret=54ba4f0c
...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383831.aspx
Stub source:
http://source.winehq.org/git/wine.git/blob/fddbf3b99d6582c50ede10dfddd8d438…
--- snip ---
--- snip ---
105 BOOL WINAPI WTSEnumerateProcessesW(HANDLE hServer, DWORD Reserved, DWORD
Version,
106 PWTS_PROCESS_INFOW* ppProcessInfo, DWORD* pCount)
107 {
108 FIXME("Stub %p 0x%08x 0x%08x %p %p\n", hServer, Reserved, Version,
109 ppProcessInfo, pCount);
110
111 if (!ppProcessInfo || !pCount) return FALSE;
112
113 *pCount = 0;
114 *ppProcessInfo = NULL;
115
116 return TRUE;
117 }
--- snip ---
$ wine --version
wine-1.4-rc3-65-g98f0be8
Regards
--
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=19756
Summary: TaskCoach: Cannot add new task with a due date
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.taskcoach.org/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jekwas(a)gmail.com
Created an attachment (id=23126)
--> (http://bugs.winehq.org/attachment.cgi?id=23126)
taskcoach.exe.log
I ran across this while testing for 8322. Task Coach is unable to add a new
task if a Due Date is specified.
To reproduce, click "New task" in the main window. Go to the Dates tab and add
a due date. Press OK, and nothing will happen. When you close Task Coach, it
will alert you of logged errors.
I have attached such a log. (Wine doesn't output with any problems when trying
to add a task)
--
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=49663
Bug ID: 49663
Summary: Performance regression in TrackMania Nations Forever
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: phatboi1337(a)gmail.com
Regression SHA1: f02193738c88bea8fefb3f8d2e79c5e9941f6b5a
Distribution: ArchLinux
Hi there!
As of f02193738c88bea8fefb3f8d2e79c5e9941f6b5a, performance in TrackMania
Nations Forever has dropped from ~250 fps to ~72 fps on the A01-Race map.
The issue only seems to be present when DXVK is being used. WineD3D performance
seems to be unchanged, running at ~120 fps.
The game is available for free, either from Steam or the official website
(http://trackmaniaforever.com/nations/).
--
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=12076
Summary: Database app refused to install unless
system32/drivers/etc/{services,host} exist
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user's informix-based app refused to install until
the empty files c:/windows/system32/drivers/etc/{services,host}
were created, see
http://winehq.org/pipermail/wine-users/2008-March/030256.html
I looked around a bit for other system32/drivers/etc files.
http://support.microsoft.com/kb/130024 describes hosts, services, and protocols
http://support.microsoft.com/kb/105997 describes lmhosts
It looks like some apps find that directory by looking at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
and MSN Messenger 7.5 f*cks up by changing that variable's type, see
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6343068
Getting this all right would be a lot of work. Just creating
two empty files might be reasonable, though, since it
allows the user's app to install.
--
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=51076
Bug ID: 51076
Summary: demangle_datatype in ucrtbase crash in vc2019 x86 mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: nightwend(a)163.com
Distribution: ---
Created attachment 69939
--> https://bugs.winehq.org/attachment.cgi?id=69939
missed null check
demangle_datatype in ucrtbase crash in vc2019 x86 mode when compile some cpp
files
THe root cause is a missed null check.
--
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=50854
Bug ID: 50854
Summary: Elgato Stream Deck 4.9.3 (.NET 4.5 app) installer
reports 'This application is only supported on Windows
10 Anniversary Update (1511) or higher.'
('advapi32.dll' version must be >= 6.3.10000.0)
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 50849 with native .NET Framework 4.5 as workaround.
Even with Windows version set to 'Windows 10' the installer reports 'This
application is only supported on Windows 10 Anniversary Update (1511) or
higher.'. It uses version resource check.
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi,+loaddll \
wine msiexec -i Stream_Deck_4.9.3.13222.msi >>log.txt 2>&1
...
0100:trace:msi:ITERATE_AppSearch L"WIN10FOUND" L"searchFile"
0100:trace:msi:get_signature package 0019C498, sig 0033F6C0
...
0100:trace:msi:get_signature Found file name L"advapi32.dll" for Signature_
L"searchFile";
0100:trace:msi:get_signature MinVersion is 6.3.10000.0
0100:trace:msi:get_signature MaxVersion is 0.0.0.0
0100:trace:msi:get_signature MinSize is 0, MaxSize is 0;
0100:trace:msi:get_signature Languages is (null)
...
0100:trace:msi:recurse_search_directory Searching directory
L"C:\\windows\\syswow64\\" for file L"advapi32.dll", depth 0
...
0100:Call version.GetFileVersionInfoW(0021ed98
L"C:\\windows\\syswow64\\advapi32.dll",00000000,000006c4,0021f588) ret=100338bb
...
0100:Ret version.GetFileVersionInfoW() retval=00000001 ret=100338bb
...
0100:Call version.VerQueryValueW(0021f588,1008b938 L"\\",0033eff0,0033efe0)
ret=10016227
...
0100:Ret version.VerQueryValueW() retval=00000001 ret=10016227
0100:trace:msi:file_version_matches comparing file version 5.1.2600.2180:
0100:trace:msi:file_version_matches less than minimum version 6.3.10000.0
01
...
0100:trace:msi:msi_get_property property L"WIN10FOUND" not found
...
0100:trace:msi:MSI_EvaluateConditionW 1 <- L"NOT WIN10FOUND"
...
0100:trace:msi:ACTION_PerformAction Performing action (L"NotWin10Error")
...
0100:trace:msi:ACTION_CustomAction Handling custom action L"NotWin10Error" (13
(null) L"This application is only supported on Windows 10 Anniversary Update
(1511) or higher.")
...
0100:Call user32.MessageBoxW(00000000,0021f9f0 L"This application is only
supported on Windows 10 Anniversary Update (1511) or
higher.",00000000,00000000) ret=100228bd
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/d1764a45cfd12f8c5699fd7428cf90f…
--- snip ---
19 #define WINE_FILEDESCRIPTION_STR "Wine advapi32 dll"
20 #define WINE_FILENAME_STR "advapi32.dll"
21 #define WINE_FILEVERSION 5,1,2600,2180
22 #define WINE_FILEVERSION_STR "5.1.2600.2180"
23 #define WINE_PRODUCTVERSION 5,1,2600,2180
24 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
--- snip ---
$ sha1sum Stream_Deck_4.9.3.13222.msi
d54a6df51519c5028eeb27b8f1a577d50a62e375 Stream_Deck_4.9.3.13222.msi
$ du -sh Stream_Deck_4.9.3.13222.msi
96M Stream_Deck_4.9.3.13222.msi
$ wine --version
wine-6.4
Regards
--
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=50829
Bug ID: 50829
Summary: Process Hacker 2.38 crashes on unimplemented function
dbghelp.dll.SymFromNameW
Product: Wine
Version: 6.4
Hardware: x86-64
URL: https://github.com/processhacker/processhacker/release
s/download/v2.38/processhacker-2.38-bin.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
1. Run ProcessHacker.exe
2. Select System information
3. Click on Memory graph to view more details
wine: Call from 000000007B01182D to unimplemented function
dbghelp.dll.SymFromNameW, aborting
https://github.com/processhacker/processhacker/search?q=SymFromNameWhttps://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-symfr…
sha1sum processhacker-2.38-bin.zip
f9ae9036e657393599d3282dddda4ccbb33ae11b processhacker-2.38-bin.zip
du -sh processhacker-2.38-bin.zip
3.3M processhacker-2.38-bin.zip
--
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=50119
Bug ID: 50119
Summary: Dark Souls II: Scholar of the First Sin shows a white
screen with vulkan renderer
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0580:err:d3d:wined3d_swapchain_vk_blit Present returned vr
VK_ERROR_OUT_OF_DATE_KHR.
0580:err:d3d:wined3d_swapchain_vk_destroy_vulkan_swapchain Failed to wait on
queue, vr VK_ERROR_DEVICE_LOST.
and lots of:
0580:err:d3d:wined3d_context_vk_submit_command_buffer Failed to submit command
buffer 0x7f7fbc1b0e28, vr VK_ERROR_DEVICE_LOST.
wine-5.21-69-gb940c5e7c91
--
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=48507
Bug ID: 48507
Summary: osu! icons in the setting and music player are not
being rendered
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: huupoke12(a)gmail.com
Distribution: ---
Created attachment 66308
--> https://bugs.winehq.org/attachment.cgi?id=66308
Icons in the setting and the music player are not being drawn/rendered
Icons in the setting and the music player are not being drawn/rendered. I can
still click on the setting and it jumps to that section. But I can't click on
the music player (nothing happen).
--
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=46817
Bug ID: 46817
Summary: Steam Big Picture needs
d3d11_device_CreateDeviceContextState
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Split from bug 44120.
Big picture currently errors with
> Assertion Failed: No D2D device created, possible no GPU supporting D3D10_FEATURE_LEVEL_9_1 or higher was found? Can't create surface
The problem is fixed by adding a stub like
##########
static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeviceContextState(...)
{
*chosen_feature_level = feature_levels[0];
return S_OK;
}
##########
This makes big picture mode open, but you still have a blackscreen due to
missing d3d10 effects support. But judging from the sounds, it atleast works
instead of crashing.
--
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.