http://bugs.winehq.org/show_bug.cgi?id=29716
Bug #: 29716 Summary: unimplemented function ntdll.dll.RtlCreateTagHeap Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: conrad.classen@gmail.com Classification: Unclassified
Command regsvr32 ntsvc.ocx
Produces the following output
fixme:ntdll:NtQuerySystemInformation (0x00000032,0x32f7d4,0x00000004,(nil)) stub wine: Call from 0x7bc3e1f0 to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 Failed to load DLL ntsvc.ocx
http://bugs.winehq.org/show_bug.cgi?id=29716
conrad.classen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |conrad.classen@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29716
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|conrad.classen@gmail.com | Severity|major |normal
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2012-01-27 03:01:51 CST --- (In reply to comment #0)
Command regsvr32 ntsvc.ocx
Where this comes from?
http://bugs.winehq.org/show_bug.cgi?id=29716
--- Comment #2 from conrad.classen@gmail.com 2012-04-11 05:23:01 CDT --- The NTSVC.OCX control is a sample control that is provided with the January 1997 edition of the Microsoft Developer Network (MSDN).
http://support.microsoft.com/kb/170883
http://bugs.winehq.org/show_bug.cgi?id=29716
Gil Bahat bahat.gil@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bahat.gil@gmail.com
--- Comment #3 from Gil Bahat bahat.gil@gmail.com 2012-09-24 02:27:49 CDT --- This also happens when trying to run adobe after effects CS5 after installing msvcrt, msvcrt9, gdiplus and api-ms-* dll files with win64
http://bugs.winehq.org/show_bug.cgi?id=29716
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #4 from Dan Kegel dank@kegel.com 2012-09-24 09:42:26 CDT --- Why did you copy the api-ms-* dll files into wine? Do you have an app that requires that somehow?
http://bugs.winehq.org/show_bug.cgi?id=29716
--- Comment #5 from Gil Bahat bahat.gil@gmail.com 2012-09-24 10:04:58 CDT --- Adobe After Effects CS5 (64-bit only app) depends on x64 msvcrt.dll. I didn't get far with the builtin version. same with wtsapi.dll. I suspect the native version just progressed a bit further so even if builtin msvcrt improves i'll still run into this sooner or later. The replacement versions both depended on the ms-api-* files.
I read about the ms-api-* 'magic' properties, so I don't know if they work as they should with wine:
http://www.nirsoft.net/articles/windows_7_kernel_architecture_changes.html
if they don't, perhaps emulating their behaviour will work.
http://bugs.winehq.org/show_bug.cgi?id=29716
kyle Amadio kylea@itvss.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kylea@itvss.com.au
--- Comment #6 from kyle Amadio kylea@itvss.com.au 2012-10-24 22:28:48 CDT --- Apologies for adding to this bug - tell me if I should create a new one.
I have the same message appearing.
Background: I use a product called OpenInsight on Windows. I have been able to get it to work fairly well using Wine. Only have two issues - this is one.
I use a third party editor that relies upon a license dll file that needs a heap of Windows dlls: MFC42u.DLL is the starting dll. In a case of trial and error I copied in all these from a Win7 sysWOW64 folder to see if I could get this to work.
I ran : wine regsvr32 /c SRPLicense.dll - to draw out the issue...
err:module:import_dll Library API-MS-Win-Core-Debug-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-ErrorHandling-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-File-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Handle-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Interlocked-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-LibraryLoader-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Localization-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-LocalRegistry-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Memory-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Misc-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-ProcessThreads-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Profile-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-String-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-Synch-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Core-SysInfo-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found err:module:import_dll Library API-MS-Win-Security-Base-L1-1-0.dll (which is needed by L"C:\windows\system32\MFC42u.DLL") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"Z:\home\kylea\.cxoffice\magical\drive_c\RevSoft\Oinsight\SRPLicense.dll") not found
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 fixme:ntdll:NtQuerySystemInformation (0x00000032,0x32da0c,0x00000004,(nil)) stub wine: Call from 0x7bc3e5b0 to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
http://bugs.winehq.org/show_bug.cgi?id=29716
--- Comment #7 from Dan Kegel dank@kegel.com 2012-10-24 22:33:56 CDT --- Kyle, you'd be better off starting with a fresh .wine and using winetricks to install the missing dlls. Please open up a topic on http://forum.winehq.org/ as that's a better place than the bug tracker for that.
http://bugs.winehq.org/show_bug.cgi?id=29716
--- Comment #8 from kyle Amadio kylea@itvss.com.au 2012-10-25 00:37:50 CDT --- Hey Dan - thanks for the quick feedback, I'll have a look for the dlls and see if I can install them via Winetricks - I'll have to do some reading first as I have not done that previously.
Should I expect some to be missing, is that a reasonable expectation?
http://bugs.winehq.org/show_bug.cgi?id=29716
--- Comment #9 from kyle Amadio kylea@itvss.com.au 2012-10-25 00:44:23 CDT --- I have created an item in the forum....
https://bugs.winehq.org/show_bug.cgi?id=29716
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Version|unspecified |1.4-rc1 Resolution|--- |DUPLICATE
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 25742
You obviously messed your WINEPREFIX up by copying dlls from your Windows 7+ installation.
Regards
*** This bug has been marked as a duplicate of bug 25742 ***
https://bugs.winehq.org/show_bug.cgi?id=29716
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Austin English austinenglish@gmail.com --- Closing.