LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-19-2012, 12:43 AM   #1
Xplorer4x4
Member
 
Registered: Mar 2012
Location: Evansville,IN
Distribution: Manjaro KDE
Posts: 58

Rep: Reputation: Disabled
winetricks dotnet2.0 error


I am running (Kubuntu)Precise and need to install wintracks dotnet2.0 but run in to a problem about running a 64 bit system.

From konsole:
Quote:
winetricks dotnet20
Executing w_do_call dotnet11
Executing load_dotnet11
------------------------------------------------------
This package does not work on a 64-bit installation
------------------------------------------------------
xplorer4x4@xplorer4x4-MS-7673:~/iso2god_v1.3.6-360h$ winetricks dotnet20
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call fontfix
Executing load_fontfix
Setting Windows version to win2k
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet20\set-winver.reg
Executing mkdir -p /home/xplorer4x4/.cache/winetricks/dotnet20
Executing unzip -o -q -d /home/xplorer4x4/.wine/dosdevices/c:/windows/syswow64 l_intl.zip
Executing mkdir -p /home/xplorer4x4/.cache/winetricks/dotnet20
Executing wine dotnetfx.exe
fixme:advapiecryptFileA "C:\\users\\xplorer4x4\\Temp\\IXP000.TMP\\" 00000000
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:advapi:LsaOpenPolicy ((null),0x33f31c,0x00000001,0x33f344) stub
fixme:advapi:LsaClose (0xcafe) stub
------------------------------------------------------
Note: command 'wine dotnetfx.exe' returned status 26. Aborting.
------------------------------------------------------
It launches the installer for dotnet2.0 but when I click next for the first time I get to the next screen and it says it failed to install since this is a 64 bit system. So I tried doing export WINEARCH=win32 but got a diffrent error when trying to run winetricks dotnet20 again but I got a diffrent error this time:
wine cmd.exe /c echo '%ProgramFiles%' returned empty string

How can I fix this? I initally tried all of this under the repository version, but tried again under the latest wine version avaliable in the PPA and the steps are reproducable evrytime. How can I fix this?
 
Old 06-20-2012, 10:49 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,248

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
64 bit libs and 32 bit libs are incompatible. Wine and most programs for it are still 32 bit. People are experimenting with a 64 bit wine, but don't go there.

So you need 32 bit libs. Have you got them? The installer can't find a whole string of them. It might be the i386-linux-gnusubdir is wrong
 
Old 06-20-2012, 11:27 AM   #3
Xplorer4x4
Member
 
Registered: Mar 2012
Location: Evansville,IN
Distribution: Manjaro KDE
Posts: 58

Original Poster
Rep: Reputation: Disabled
Thanks for the reply, but I found a solution and forgot to edit the thread. It turns out I needed a clean winetricks profile(must delete folder,deleting contents isnt enough), export WINEARCH=win32, winetricks dotnet20, and I was good to go!

However I also need additional ,NET Frameworks(I know some are not as stable as dotnet2), but every time I do it tries to install dotnet20 instead of day dotnet30. Any ideas? Unless of course I missed something and .NET frameworks retain backwards compatibility.
 
Old 06-21-2012, 04:24 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,248

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
Glad you're going, and better add a second post if things improve, than edit. Many read from the email, so the edits get lost.

If you have dotnet2.0 and can't get dotnet3.0 installed, you may need some in between versions or some vcrun stuff. Try
Quote:
winetricks --help |less
and the '|less' is important, as you'll find out. If you can come out with a dll you need, then you're away, as you can find what crazy package that's in and go for it. A search of winehq.org is also a good way to go, as the mailing list archive is there.
 
Old 02-08-2013, 03:21 PM   #5
reinier.strobos
LQ Newbie
 
Registered: Feb 2013
Posts: 1

Rep: Reputation: Disabled
Hey Xplorer4x4,

I am somewhat new to linux and was wondering how you clean winetricks profile(must delete folder,deleting contents isnt enough), export WINEARCH=win32, winetricks dotnet20?

Thanks
 
Old 02-08-2013, 03:24 PM   #6
Xplorer4x4
Member
 
Registered: Mar 2012
Location: Evansville,IN
Distribution: Manjaro KDE
Posts: 58

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by reinier.strobos View Post
Hey Xplorer4x4,

I am somewhat new to linux and was wondering how you clean winetricks profile(must delete folder,deleting contents isnt enough), export WINEARCH=win32, winetricks dotnet20?

Thanks
It has been awhile, but this partially depends on what flavor of linux you run, but the bottom line is you need to do this from the command line. try the export and wintricks commands one at a time.

I hope that helps!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: winetricks 20100917 has been released LXer Syndicated Linux News 0 09-18-2010 12:30 AM
[SOLVED] Slackware with Winetricks and .Net Frameworks sudox Slackware 3 07-04-2010 01:06 AM
LXer: winetricks 20100316 released LXer Syndicated Linux News 0 03-17-2010 06:10 AM
winetricks on slackware icecubeflower Slackware 4 03-10-2010 10:21 AM
winetricks? Iyeru Linux - Software 4 05-30-2008 10:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration