You are not logged in.

#1 2010-10-17 14:40:10

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

arch64 & wine & dotnet

hi to all

i have some problems installing dotnet packages.

i'm on arch x86_64, latest software, installing dotnet through winetricks

i've tried to install dotnet{1.1  2.0  2.0sp2  3.0} but i get the same error.....

someone have installed succesfully this damned package ?

thanks


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#2 2010-10-18 13:26:17

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

up


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#3 2010-10-18 13:31:52

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: arch64 & wine & dotnet

Perhaps it would help if you told us what the error was?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2010-10-18 18:10:00

Drexya
Member
Registered: 2009-07-28
Posts: 23

Re: arch64 & wine & dotnet

I had problem too to install 32-bit apps, if it's your problem try :

export WINEARCH=win32

Be careful, I think wine will remove your ".wine" folder after that.


Sorry for my poor english.

Offline

#5 2010-10-19 19:31:45

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

yes, sorry, i get: this package isn't compatible with your machine


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#6 2010-10-21 15:19:13

Maldito
Member
Registered: 2010-10-21
Posts: 4

Re: arch64 & wine & dotnet

Maybe you should try mono project.

http://www.mono-project.com/Main_Page (An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET)

You can install it with pacman.

Offline

#7 2010-10-21 16:02:02

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

mono isn't a solution

i must install microsoft .NET


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#8 2010-10-22 10:28:40

Darksoul71
Member
Registered: 2010-04-12
Posts: 319

Re: arch64 & wine & dotnet

As usual some quick google-fu reveals:
http://appdb.winehq.org/appview.php?iVersionId=3754

Edit1:
As it seems there were quite some peoples able to install .net via winetricks. If you get an error message then post full console output here or use http://pastebin.com/

Edit2: Also check out if your error message is listed below in the Wine appdb. May be there is already a workaround.

Last edited by Darksoul71 (2010-10-22 11:34:11)


My archlinux x86_64 host:
AMD E350 (2x1.6GHz) / 8GB DDR3 RAM / GeForce 9500GT (passive) / Arch running from 16GB USB Stick

Offline

#9 2010-10-22 14:44:10

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

if i try to install any app, i get:

------------------------------------------------------
You're using a 64-bit WINEPREFIX, most of winetricks hasn't been fixed for win64 yet.
------------------------------------------------------

i've remove my .wine folder so it's a clean winecfg but same error

this problem has occured with last winetricks update


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#10 2010-10-22 15:29:47

RobertMe
Member
From: The Netherlands
Registered: 2010-07-04
Posts: 45

Re: arch64 & wine & dotnet

You should create the wine profile as a 32 bit one:
rm -r ~/.wine
WINEARCH=win32
winecfg

But this means you can't run a 64bit Win. app. in that wineprefix (if you also need to run 64 bit apps you should create two wineprofiles and manually switch between them, but communication between two apps using a different WINEPREFIX isn't possible AFAIK)

Offline

#11 2010-10-22 19:52:08

Fade
Member
Registered: 2008-06-27
Posts: 15

Re: arch64 & wine & dotnet

I don't know about the others, but I got dotnet 2.0 to install by doing the winetricks install manually. There were several things I needed to do:

1) Get l_intl.nls from the winetricks site. l_intl.nls
2) Make a 32 bit wine directory (WINEARCH=win32 winecfg)
3) Set windows version to windows 2000
4) Copy l_ntls.nls to ~/.wine/drive_c/windows/system32
5) Install dotnet 2.0 (wine dotnetfx.exe)
6) Success!

Offline

#12 2010-10-22 20:47:24

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

RobertMe wrote:

You should create the wine profile as a 32 bit one:
rm -r ~/.wine
WINEARCH=win32
winecfg

But this means you can't run a 64bit Win. app. in that wineprefix (if you also need to run 64 bit apps you should create two wineprofiles and manually switch between them, but communication between two apps using a different WINEPREFIX isn't possible AFAIK)

this is a great info, now wine is a bit more clear for me !

now yes i can install .net 2.0, despite it other app doesn't install anymore, like visual c++ 2008


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#13 2010-10-23 02:18:42

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: arch64 & wine & dotnet

Everyone responding to this thread, you need to understand something: .NET 2.0 is many years old. Huge amounts of software coming out now needs at least .NET 3.5, which is considered to be 'garbage' on winehq. 4.0 is nothing but 'fail' for a while unless Microsoft gets involved at a more accelerated pace. They don't have a need for that right now.

nTia89,

You may simply have to work within virtualized Windows if it's a requirement. It's a hassle, but if you need .Net, it may be the only way to go.

Offline

#14 2010-10-23 09:25:02

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: arch64 & wine & dotnet

i've understand....

sure wine is not essential for me !!! i was trying only for play


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#15 2010-10-23 09:53:12

Primoz
Member
From: Ljubljana-Slovena-EU
Registered: 2009-03-04
Posts: 697

Re: arch64 & wine & dotnet

Are you sure you really need .NET and mono wouldn't be good enough?
I had problems with one of my games which I couldn't even start before, but after I installed mono for Windows it works fine.

P.S.: Go to winehq forums for better details.

Last edited by Primoz (2010-10-23 09:53:56)


Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.

Offline

Board footer

Powered by FluxBB