Hi, Making lots of headway today. One of my major problems with wine-20041019 was solved by switching to non-managed mode. Now the program that would previously only work under wine-20040505 is working perfectly (AFAICT) under wine-20041019. When installing another program from the same company (Native INstruments) I start running into some sort of bail out, I guess, where Wine starts using 'deadbeef' to show a problem. Is this what's happening? Am I to assume that the path to fixing this is to find a copy of MSVCRT.dll somewhere? Does it matter which version of Windows? In varying degrees I have Win XP Pro, Win XP Home and Win ME. This program runs today on the Win ME machine. Should I look for the dll there first? The installation: flash cdrom $ wine Reaktor\ Session\ Setup.exe err:exec:SHELL_ExecuteW cannot set directory L"C:\\Reaktor\\Wibu" fixme:shell:Stream_WriteLocationInfo writing empty location info err:menubuilder:InvokeShellLinker failed to extract icon. fixme:shell:Stream_WriteLocationInfo writing empty location info fixme:console:SetConsoleCtrlHandler (0x41b8a0,1) - no error checking or testing yet err:menubuilder:InvokeShellLinker failed to extract icon. fixme:shell:Stream_WriteLocationInfo writing empty location info err:menubuilder:WinMain failed to build menu item for c:\windows\Start Menu\Programs\Native Instruments Reaktor Session\Readme.lnk err:module:import_dll No implementation for MSVCRT.dll.__lc_collate_cp imported from L"C:\\windows\\system\\MSVCP60.DLL", setting to 0xdeadbeef err:module:import_dll No implementation for MSVCRT.dll.__lc_collate_cp imported from L"C:\\windows\\system\\MSVCP60.dll", setting to 0xdeadbeef err:module:import_dll Library WKWIN32.dll (which is needed by L"C:\\Reaktor\\DXi\\ReaktorSessionDXi.dll") not found flash cdrom $ The installation finishes, apparently correctly. All of the Reaktor files are now on my system. However, when I go to actually run the program I once again run into similar stuff but it causes a total failure this time: flash mark $ wine ./.wine/drive_c/Reaktor/ReaktorSession.exe err:module:import_dll No implementation for MSVCRT.dll.__lc_collate_cp imported from L"C:\\windows\\system\\MSVCP60.dll", setting to 0xdeadbeef err:module:import_dll Library WKWIN32.dll (which is needed by L"Z:\\home\\mark\\.wine\\drive_c\\Reaktor\\ReaktorSession.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\mark\\.wine\\drive_c\\Reaktor\\ReaktorSession.exe" failed, status c0000135 flash mark $ I see MSVCRT Again, along with WKWIN32.dll. I'm wondering if I'm totally dead on this one. The following page makes it look like some sort of prtection scheme? wibu.com/us/faq_inst.php Thanks in advance for any ideas. - Mark
On Mon, 25 Oct 2004, Mark Knecht wrote:> When installing another program from the same company (Native > INstruments) I start running into some sort of bail out, I guess, where > Wine starts using 'deadbeef' to show a problem. Is this what's > happening? > > Am I to assume that the path to fixing this is to find a copy of > MSVCRT.dll somewhere? Does it matter which version of Windows? In > varying degrees I have Win XP Pro, Win XP Home and Win ME. This program > runs today on the Win ME machine. Should I look for the dll there first?guess yes, it should be Win ME to start looking for.> err:module:import_dll No implementation for MSVCRT.dll.__lc_collate_cp imported from L"C:\\windows\\system\\MSVCP60.DLL", setting to 0xdeadbeef > err:module:import_dll No implementation for MSVCRT.dll.__lc_collate_cp imported from L"C:\\windows\\system\\MSVCP60.dll", setting to 0xdeadbeef > err:module:import_dll Library WKWIN32.dll (which is needed by L"C:\\Reaktor\\DXi\\ReaktorSessionDXi.dll") not foundthis tells, the implementation of MSVCRT.DLL is incomplete/not suitable for use with MSVCP60.DLL (there are some code-page collation related function missing). I guess this can only be the case when using built-in version of MSVCRT, not the native one. an ideal case would be to use MSVCRT and MSVCP60 dlls comming from the same place. however, it doesn't mean for me this definitely will work.> I see MSVCRT Again, along with WKWIN32.dll. I'm wondering if I'm > totally dead on this one. The following page makes it look like some > sort of prtection scheme? > > wibu.com/us/faq_inst.phpyeah, sounds like it (the protection system) will hardly going to work. but you will never know. first, try getting this pair of native dlls and set Wine to load the MSVCRT and MSVCP60 as native. you will see if the situation changes.