Announcement

Collapse
No announcement yet.

Can't Instal winetricks dotnet20 on 64Bit System

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't Instal winetricks dotnet20 on 64Bit System

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

    From konsole:
    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 htis is a 64 bit system. How can I fix this?
    OS: Kubuntu 12.10/Windows 8
    CPU: Intel Core i7 2600K
    Motherboard: Gigabyte GA-Z77X-UD5H
    Memory: 2x4GB Corsair Dominator
    Graphics Card: MSI R7770
    Monitor: Dell 2208WFP
    Mouse: Mionix NAOS 5000
    PSU: Corsair 520HX
    Case: Thermaltake Mozart TX
    Cooling: Thermalright TRUE Black Ultra-120 eXtreme CPU Heatsink Rev C
    Hard Drives: 1x180 GB Intel 330 SSD - 1xWD 1 TB Caviar Black - 1xWD 2 TB Caviar Green - 2xWD 3 TB Caviar Green

    #2
    This might be worth a try.

    First, issue this command:
    Code:
    export WINEARCH=win32
    Then try the installation again.
    sigpic
    "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
    -- Douglas Adams

    Comment


      #3
      Now I get this error when I try winetricks dotnet20,
      ------------------------------------------------------
      wine cmd.exe /c echo '%ProgramFiles%' returned empty string
      -----------------------------------------------------

      if I do export WINEARCH=win64 I can run winetricks dotnet20 but just go back to the same error as in the OP.

      Update I started a clean wineprefix using export WINEPREFIX=$HOME/.new_wine and tried again, but I still have the same error.
      Last edited by Xplorer4x4; Jun 18, 2012, 05:15 AM.
      OS: Kubuntu 12.10/Windows 8
      CPU: Intel Core i7 2600K
      Motherboard: Gigabyte GA-Z77X-UD5H
      Memory: 2x4GB Corsair Dominator
      Graphics Card: MSI R7770
      Monitor: Dell 2208WFP
      Mouse: Mionix NAOS 5000
      PSU: Corsair 520HX
      Case: Thermaltake Mozart TX
      Cooling: Thermalright TRUE Black Ultra-120 eXtreme CPU Heatsink Rev C
      Hard Drives: 1x180 GB Intel 330 SSD - 1xWD 1 TB Caviar Black - 1xWD 2 TB Caviar Green - 2xWD 3 TB Caviar Green

      Comment

      Working...
      X