You are not logged in.
Pages: 1
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
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
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
I had problem too to install 32-bit apps, if it's your problem try :
export WINEARCH=win32Be careful, I think wine will remove your ".wine" folder after that.
Sorry for my poor english.
Offline
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
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
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
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
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
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
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
You should create the wine profile as a 32 bit one:
rm -r ~/.wine
WINEARCH=win32
winecfgBut 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
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
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
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
Pages: 1