installing dotnet20 fails

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Raphael Clifford

installing dotnet20 fails

Post by Raphael Clifford »

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

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
Setting Windows version to win2k
Executing wine regedit /home/raph/.wine/drive_c/winetrickstmp/set-winver.reg
Executing cp -f /home/raph/.winetrickscache/dotnet20/l_intl.nls
/home/raph/.wine/drive_c/windows/system32/
Executing sha1sum --status -c
/home/raph/.winetrickscache/dotnet20/dotnetfx.exe.sha1sum
Executing wine /home/raph/.winetrickscache/dotnet20/dotnetfx.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION

Raphael
Raphael Clifford

installing dotnet20 fails

Post by Raphael Clifford »

On 05/04/2008, Dan Kegel <[email protected]> wrote:
On Sat, Apr 5, 2008 at 4:50 AM, Raphael Clifford <[email protected]> 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
David Gerard

installing dotnet20 fails

Post by David Gerard »

On 05/04/2008, Raphael Clifford <[email protected]> wrote:
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
0.9.59 is out now, and should presumably be on the
wine.budgetdedicated.com repository soon ... I'll be trying .NET 2.0
on it when it is.


- d.
Dan Kegel

installing dotnet20 fails

Post by Dan Kegel »

On Sat, Apr 5, 2008 at 7:30 AM, Raphael Clifford <[email protected]> wrote:
I am on ubuntu 7.10. I did compile wine myself in order to add the
patch to fix the regression from bug 12280.
Maybe you're missing some build dependency... try
wget http://kegel.com/wine/gutsy.sh
sudo sh gusty.sh
If that installs anything, you might want to rebuild your wine.
sh winetricks dotnet20

[hangs, ] Instead I did

cabextract -d dotnet dotnetfx.exe
cd dotnet
wine install.exe

which worked.
I guess I should change winetricks to use cabextract until we get that fixed.
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
That's what makes me thing maybe you have an openssl problem...
err:module:LdrInitializeThunk "RPCRT4.dll" failed to initialize, aborting
That's unusual. Do you have other native DLLs installed?
You might want to start over with a clean .wine.
- Dan
Dan Kegel

installing dotnet20 fails

Post by Dan Kegel »

On Sat, Apr 5, 2008 at 4:50 AM, Raphael Clifford <[email protected]> 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...
- Dan
Locked