I'm having some trouble installing .Net Framework 2.0

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MarthKoopa
Level 1
Level 1
Posts: 5
Joined: Sun Aug 15, 2010 4:14 pm

I'm having some trouble installing .Net Framework 2.0

Post by MarthKoopa »

I'm on OpenSUSE 11.3, 64 bit, and installed wine through the Software Manager (wine, wine-32bit, and wine-gecko)

I get the following error:

"This product is not supported on 64 bit operating systems. Setup will now exit"

It does this even when I use winetricks
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: I'm having some trouble installing .Net Framework 2.0

Post by dimesio »

MarthKoopa wrote:I'm on OpenSUSE 11.3, 64 bit, and installed wine through the Software Manager (wine, wine-32bit, and wine-gecko)

I get the following error:

"This product is not supported on 64 bit operating systems. Setup will now exit"

It does this even when I use winetricks
Install 64 bit .NET if you're using 64 bit Wine (I don't think that can be done with winetricks), or uninstall 64 bit Wine and stick to 32 bit.
MarthKoopa
Level 1
Level 1
Posts: 5
Joined: Sun Aug 15, 2010 4:14 pm

Post by MarthKoopa »

If I install just wine-32bit, it doesn't do anything, and the 64bit version of .net's installer crashed
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

MarthKoopa wrote:If I install just wine-32bit, it doesn't do anything
I'm not sure, but I think you also have to install the wine-1.3.0-2.1.i586.rpm package along with the wine-32bit-1.3.0-2.1.i586.rpm package.
MarthKoopa
Level 1
Level 1
Posts: 5
Joined: Sun Aug 15, 2010 4:14 pm

Post by MarthKoopa »

Image

This is all I see in the software manager. When I install wine, it wants to install wine-32bit as well, and installing only wine-32bit doesn't give me any wine functionality.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

http://download.opensuse.org/repositori ... 11.3/i586/
I think you need both the i586 wine and wine-32bit packages; one package should be the 32 bit wineserver and the other should be the 32-bit parts that are needed for both 32 and 64 bit Wine. But I'm not entirely sure--you might want to ask on the openSUSE forum.
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

I'm having some trouble installing .Net Framework 2.0

Post by madewokherd »

The wow64 Wine is capable of creating and using 32-bit and 64-bit
prefixes. So it's possible this will work with Wine as it is installed
now if you just create a 32-bit prefix.

You should be able to do this by removing ~/.wine (or setting
WINEPREFIX to something else) and running wine with WINEARCH=win32.
MarthKoopa
Level 1
Level 1
Posts: 5
Joined: Sun Aug 15, 2010 4:14 pm

Post by MarthKoopa »

How would I run wine with "WINARCH=win32"?

I looked in a bunch of files in the .wine directory, and user.reg has #arch=win64 at the top. Changing that to 32 doesn't seem to do anything
MarthKoopa
Level 1
Level 1
Posts: 5
Joined: Sun Aug 15, 2010 4:14 pm

Post by MarthKoopa »

Nevermind, I figured it out with google.

It's installing, yay! Thanks! :D
Locked