On 05/04/2008, Dan Kegel <dank@xxxxxxxxx> wrote: > On Sat, Apr 5, 2008 at 4:50 AM, Raphael Clifford <drraph@xxxxxxxxx> wrote: > > I am trying to install dotnet20 in 0.9.58 with > > > > sh winetricks dotnet20 > > > > It hangs after extracting a file with > > > > sh winetricks dotnet20 > > Using system libcrypto, version 90709F > > > > DLSYM: Failed to resolve FIPS_mode_set: 127 > > > What version of Linux are you using? > Did you build Wine yourself, or use a prebuilt package? > Those DLSYM messages look like an openssl problem somehow... > I am on ubuntu 7.10. I did compile wine myself in order to add the patch to fix the regression from bug 12280. I have made a tiny amount of "progress". I was advised to try to install .net. I attempted sh winetricks dotnet20 however this hangs as with fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP003.TMP\\" 00000000 as described in http://appdb.winehq.org/appview.php?iVersionId=3754 Instead I did cabextract -d dotnet dotnetfx.exe cd dotnet wine install.exe which worked. Now when I try to install 4oD I get wine channel4_on_demand.exe fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION fixme:powrprof:DllMain (0x7e500000, 1, (nil)) not fully implemented fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 Using system libcrypto, version 90709F DLSYM: Failed to resolve FIPS_mode_set: 127 DLSYM: Failed to resolve FIPS_mode: 127 DLSYM: Failed to resolve SHA256: 127 DLSYM: Failed to resolve SHA512: 127 DLSYM: Failed to resolve EVP_sha224: 127 DLSYM: Failed to resolve EVP_sha256: 127 DLSYM: Failed to resolve EVP_sha384: 127 DLSYM: Failed to resolve EVP_sha512: 127 fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:toolhelp:Heap32ListFirst : stub fixme:ntoskrnl:KeInitializeSpinLock 0x110b60 err:module:LdrInitializeThunk "RPCRT4.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\raph\\Desktop\\channel4_on_demand.exe" failed, status c0000005 fixme:powrprof:DllMain (0x7e500000, 0, 0x1) not fully implemented and the install fails and returns the prompt. Raphael