dotnetfx installation with wine 1.3.28 + winetricks

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Rockingduck
Newbie
Newbie
Posts: 2
Joined: Mon May 07, 2012 4:52 am

dotnetfx installation with wine 1.3.28 + winetricks

Post by Rockingduck »

Well what to say? It just does not work.
Here is the console-output:


$ bash winetricks dotnet11sp1
Executing w_do_call dotnet11sp1
Executing load_dotnet11sp1
Executing w_do_call dotnet11
dotnet11 already installed, skipping
Executing mkdir -p ~/.cache/winetricks/dotnet11sp1

[...Downloading stuff...]

Executing wine
~/.cache/winetricks/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:fusion:CreateApplicationContext 0x1419b8, 0x793e71a8
------------------------------------------------------
Note: command 'wine
~/.cache/winetricks/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe' returned status 255. Aborting.

I hope anyone can tell me, what to do next.

Greetz,
Rockingduck
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

dotnetfx installation with wine 1.3.28 + winetricks

Post by jjmckenzie »

On Mon, May 7, 2012 at 3:00 AM, Rockingduck <[email protected]> wrote:
Well what to say? It just does not work.
Here is the console-output:
Wine 1.3.28 is not supported.

Please report problems with winetricks on their site.

James
Rockingduck
Newbie
Newbie
Posts: 2
Joined: Mon May 07, 2012 4:52 am

Post by Rockingduck »

i thought this is "their" site. i would be glad, if you could post a link.
thx,
Rockingduck
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Rockingduck wrote:i thought this is "their" site. i would be glad, if you could post a link.
http://winetricks.org
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Bug reports at winetricks.org are preferred, but since I saw this thread
just now, I tested winetricks dotnet11sp1 with current wine (1.5.5).
It completed, but generated two bogus errors; I've fixed them in winetricks svn.

Please try wine-1.4 (or wine-1.5.5) with winetricks svn, i.e.
http://winetricks.googlecode.com/svn/tr ... winetricks
and report whether it works for you.
Locked