fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

.NET 1.1 installation fails #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select (nearly) all items in the gui to be installed
2. Observe installation step for dotnet11
3.

What is the expected output? What do you see instead?
Expected output is a successful installation.

Instead, I get a dialog box saying that installation failed, and the
terminal message says the following:

Executing wget -O dotnetfx.exe -nd -c --read-timeout=300
--retry-connrefused --header Accept-Encoding: gzip,deflate
http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e7400
6/dotnetfx.exe
--2009-09-29 08:20:06-- 
http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e7400
6/dotnetfx.exe
Resolving download.microsoft.com... 70.37.129.174, 70.37.129.16
Connecting to download.microsoft.com|70.37.129.174|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24265736 (23M) [application/octet-stream]
Saving to: `dotnetfx.exe'

100%[======================================>] 24,265,736   759K/s   in 26s     

2009-09-29 08:20:32 (920 KB/s) - `dotnetfx.exe' saved [24265736/24265736]

Executing wine /home/William/.winetrickscache/dotnet11/dotnetfx.exe
err:module:DelayLoadFailureHook failed to delay load
rpcrt4.dll.I_RpcExceptionFilter
wine: Call from 0x7b8412ab to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
Note: command 'wine /home/William/.winetrickscache/dotnet11/dotnetfx.exe'
returned status 255.  Aborting.

What version of the product are you using? On what operating system?
1.1.30? Source downloaded via git two days ago (27 Sept 2009), compiled
with all features enabled and installed on top of 1.1.25 on Fedora 10.

Please provide any additional information below.
Yes, I cleaned out the .wine directory first

Original issue reported on code.google.com by wal...@bellsouth.net on 29 Sep 2009 at 12:30

GoogleCodeExporter commented 8 years ago
Forgot to mention, I installed 1.1.25 originally via RPM from Fedora's
updates-testing repository, and I installed 1.1.30(?) over it in /usr/ instead 
of
/usr/local/.

Original comment by wal...@bellsouth.net on 29 Sep 2009 at 12:37

GoogleCodeExporter commented 8 years ago
Sorry, I can't reproduce this here.   Maybe your wine is broken?

Original comment by daniel.r...@gmail.com on 8 Oct 2009 at 1:56