https://bugs.winehq.org/show_bug.cgi?id=44588
Bug ID: 44588
Summary: Multiple kernel drivers need
ntoskrnl.exe.KeWaitForMultipleObjects semi-stub
(Franson VSerial service 'bizvserialnt.sys')
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 32186
copy/pasta of my comments from https://bugs.winehq.org/show_bug.cgi?id=32186#c3
With the stub added, the return value 'STATUS_NOT_IMPLEMENTED' causes an
endless looping in driver:
--- snip ---
...
fixme:ntoskrnl:KeWaitForMultipleObjects (2, 0x64ea4c, 1, 0, 0, 0, (nil),
0x64ea1c): stub
fixme:ntoskrnl:KeWaitForMultipleObjects (2, 0x64ea4c, 1, 0, 0, 0, (nil),
0x64ea1c): stub
...
<spam>
--- snip ---
The driver creates a secondary "system thread" using PsCreateSystemThread()
which calls KeWaitForMultipleObjects().
Only in case of STATUS_SUCCESS return value the loop is exited and the driver
is happy, probably waiting for ioctls from client.
Download: http://gpsgate.com/download
$ sha1sum GpsGateClient.exe
bd5ac140199054a7b4502994439fcc78009fee35 GpsGateClient.exe
$ du -sh GpsGateClient.exe
2.5M GpsGateClient.exe
$ wine --version
wine-3.2-173-gea82a00a42
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.
http://bugs.winehq.org/show_bug.cgi?id=29721
Bug #: 29721
Summary: makecert from Windows Platform SDK 7.1 crashes due to
unimplemented function mssign32.dll.PvkGetCryptProv
Product: Wine
Version: 1.4-rc1
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,
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./makecert.exe foo
...
wine: Call from 0x7b83924f to unimplemented function
mssign32.dll.PvkGetCryptProv, aborting
wine: Unimplemented function mssign32.dll.PvkGetCryptProv called at address
0x7b83924f (thread 0009), starting debugger...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/bb410253.aspx
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=29703
Bug #: 29703
Summary: Windows Live Essentials 2011 installer wants
wer.dll.WerReportSetUIOption
Product: Wine
Version: 1.3.37
Platform: x86-64
URL: http://g.live.com/1rewlive4-all/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
This installer crashes on exit after the following procedure:
1. Change Windows version to Win7
2. Start the installer and press space on the mostly-blank first screen
3. Installation fails - click "try again"
4. Installation fails again - click "close"
Terminal output shows:
wine: Unimplemented function wer.dll.WerReportSetUIOption called at address
0x7b83bc12 (thread 0009), starting debugger...
--
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=51335
Bug ID: 51335
Summary: Windows PC Health Check requires tbs.dll
Product: Wine
Version: 6.11
Hardware: x86-64
URL: https://web.archive.org/web/20210625031458/https://download.microsoft.com/download/1/d/d/1dd9969b-bc9a-41bc-
8455-bc657c939b47/WindowsPCHealthCheckSetup.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Windows PC Health Check is used to check PC compatibility for Windows 11.
winecfg Windows 10 required to test.
sha1sum WindowsPCHealthCheckSetup.msi
5df7e7f49755e1418b4e5437ba6d43edb05d0dab WindowsPCHealthCheckSetup.msi
du -sh WindowsPCHealthCheckSetup.msi
14M WindowsPCHealthCheckSetup.msi
https://aka.ms/GetPCHealthCheckApp
0164:err:module:import_dll Library api-ms-win-core-featurestaging-l1-1-0.dll
(which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:import_dll Library msvcp_win.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthClient.dll") not
found
0164:err:module:import_dll Library PCHealthClient.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:import_dll Library tbs.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:LdrInitializeThunk Importing dlls for
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe" failed,
status c0000135
winedump -j import PCHealthCheck.exe
Contents of PCHealthCheck.exe: 859528 bytes
Import Table size: 000002d0
offset 0008bfbc tbs.dll
Hint/Name Table: 0008E088
TimeDateStamp: 00000000 (Thu Jan 1 10:00:00 1970)
ForwarderChain: 00000000
First thunk RVA: 00057D50
Thunk Ordn Name
00057d50 7 Tbsi_GetDeviceInfo
https://docs.microsoft.com/en-us/windows/win32/api/tbs/nf-tbs-tbsi_getdevic…
--
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=51329
Bug ID: 51329
Summary: Windows PC Health Check requires
api-ms-win-core-featurestaging-l1-1-0.dll
Product: Wine
Version: 6.11
Hardware: x86-64
URL: https://web.archive.org/web/20210625031458/https://download.microsoft.com/download/1/d/d/1dd9969b-bc9a-41bc-
8455-bc657c939b47/WindowsPCHealthCheckSetup.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Windows PC Health Check is used to check PC compatibility for Windows 11.
winecfg Windows 10 required to test.
sha1sum WindowsPCHealthCheckSetup.msi
5df7e7f49755e1418b4e5437ba6d43edb05d0dab WindowsPCHealthCheckSetup.msi
du -sh WindowsPCHealthCheckSetup.msi
14M WindowsPCHealthCheckSetup.msi
0164:err:module:import_dll Library api-ms-win-core-featurestaging-l1-1-0.dll
(which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:import_dll Library msvcp_win.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthClient.dll") not
found
0164:err:module:import_dll Library PCHealthClient.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:import_dll Library tbs.dll (which is needed by
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe") not found
0164:err:module:LdrInitializeThunk Importing dlls for
L"C:\\users\\user\\AppData\\Local\\PCHealthCheck\\PCHealthCheck.exe" failed,
status c0000135
--
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=30220
Bug #: 30220
Summary: Unhandled Priveleged instruction when starting Minitab
16
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prabhjotsbhatia(a)gmail.com
Classification: Unclassified
The following error is printed to the terminal when I startup Minitab 16.
However, there is no effect on the GUI and the application continues to work as
normal. Bug 30219 could be related.
$ env WINEPREFIX=/home/prabhjot/.myWineBottles/Minitab16/ wine "C:\Program
Files\Minitab\Minitab 16\Mtb.exe"
fixme:ntoskrnl:KeInitializeMutex stub: 0x5b4a80, 0
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x5b4a80, 0, 0, 0, (nil)
wine: Unhandled privileged instruction at address 0x5adf59 (thread 0019),
starting debugger...
err:ole:CoRegisterClassObject object already registered for class
{03e42d3f-a029-4137-b411-244c669f3fbd}
fixme:richedit:IRichEditOle_fnSetHostNames stub 0x2894338 Minitab Mtb
fixme:richedit:IRichEditOle_fnSetHostNames stub 0x2894338 Minitab Project
Manager
fixme:richedit:ME_HandleMessage EM_SETTARGETDEVICE doesn't use non-NULL target
devices
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x32f9d8,0x32f9dc): stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:ole:CoResumeClassObjects stub
--
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=18660
Summary: .NET app needs SystemParametersInfoW(
SPI_GETDROPSHADOW) handled
Product: Wine
Version: 1.1.22
Platform: Other
URL: http://www.codeproject.com/KB/mobile/UMPCOptimizedSamp
le.aspx
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a .NET 3.0 app dies due to SystemParametersInfoW( SPI_GETDROPSHADOW) not
handled:
--- snip ---
fixme:system:SystemParametersInfoW Unimplemented action: 4132
(SPI_GETDROPSHADOW)
--- snip ---
and managed backtrace:
--- snip ---
Unhandled Exception: System.ComponentModel.Win32Exception: Invalid SPI
parameter
at System.Windows.SystemParameters.get_DropShadow()
at System.Windows.SystemResourceKey.get_Resource()
at System.Windows.SystemResources.FindResourceInternal(Object key, Boolean
allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
at System.Windows.FrameworkElement.FindResourceInternal(FrameworkElement fe,
FrameworkContentElement fce, DependencyProperty dp, Object resourceKey, Object
unlinkedParent, Boolean allowDeferredResourceReference, Boolean
mustReturnDeferredResourceReference, DependencyObject boundaryElement, Boolean
isImplicitStyleLookup, Object& source)
...
--- snip ---
Handling SPI_GETDROPSHADOW keeps the app happy (returning hard coded bool for a
start).
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.