Results 1 to 8 of 8

Thread: dotnet20 and Winetricks

  1. #1
    Join Date
    Apr 2006
    Beans
    6

    dotnet20 and Winetricks

    I seem to having the most awful problem trying to install dotnet20 using winetricks on Ubuntu 7.10 and Wine 0.9.59. This is what I always keep getting:

    Code:
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\services.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\services.exe" failed, status c0000135
    err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\ole32.dll") not found
    err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
    wine: Call from 0x7b840fc8 to unimplemented function ole32.dll.CoTaskMemAlloc, aborting
    err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\cmd.exe" failed, status 80000100
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\services.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\services.exe" failed, status c0000135
    err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
    Setting Windows version to win2k
    Executing wine regedit /home/<username>/.wine/drive_c/winetrickstmp/set-winver.reg
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\services.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\services.exe" failed, status c0000135
    err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
    Executing cp -f /home/<username>/.winetrickscache/dotnet20/l_intl.nls /home/<username>/.wine/drive_c/windows/system32/
    Executing wine /home/<username>/.winetrickscache/dotnet20/dotnetfx.exe
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\services.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\services.exe" failed, status c0000135
    err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
    fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\explorer.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\explorer.exe" failed, status c0000135
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\ole32.dll") not found
    err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system32\\advpack.dll") not found
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\setupapi.dll") not found
    err:module:import_dll Library setupapi.dll (which is needed by L"c:\\windows\\system32\\advpack.dll") not found
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\ole32.dll") not found
    err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\temp\\IXP001.TMP\\install.exe") not found
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\ole32.dll") not found
    err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system32\\oleaut32.dll") not found
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\oleaut32.dll") not found
    err:module:import_dll Library OLEAUT32.dll (which is needed by L"C:\\windows\\temp\\IXP001.TMP\\install.exe") not found
    err:module:import_dll Library rpcrt4.dll (which is needed by L"c:\\windows\\system32\\setupapi.dll") not found
    err:module:import_dll Library SETUPAPI.dll (which is needed by L"C:\\windows\\temp\\IXP001.TMP\\install.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\temp\\IXP001.TMP\\install.exe" failed, status c0000135
    Note: command 'wine /home/<username>/.winetrickscache/dotnet20/dotnetfx.exe' returned status 53.  Aborting.
    Any suggestions?

    edit: Managed to sort that out. But now, when the dotnet20 installer tries to install, I keep getting a message about "setup has detected that the following prerequisite programs are not installed: Microsoft Internet Explorer 5.01. YOu must first install these programs before Microsoft .NET Framework 2.0 can be installed"

    The text given out by the console is the following:

    Code:
    fixme:spoolsv:serv_main (0 (nil))
    Setting Windows version to win2k
    Executing wine regedit /home/<username>/.wine/drive_c/winetrickstmp/set-winver.reg
    Executing cp -f /home/<username>/.winetrickscache/dotnet20/l_intl.nls /home/stephen/.wine/drive_c/windows/system32/
    Executing wine /home/<username>/.winetrickscache/dotnet20/dotnetfx.exe
    fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
    err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:advapi:LsaOpenPolicy ((null),0x33f3c0,0x00000001,0x33f39c) stub
    fixme:advapi:LsaClose (0xcafe) stub
    Note: command 'wine /home/<username>/.winetrickscache/dotnet20/dotnetfx.exe' returned status 25.  Aborting.
    Last edited by Swalchy; May 23rd, 2008 at 04:15 PM.

  2. #2
    Join Date
    Apr 2006
    Beans
    6

    Re: dotnet20 and Winetricks

    Nevermind - I should've learned about Gecko before attempting this

  3. #3
    Join Date
    Feb 2008
    Beans
    27

    Re: dotnet20 and Winetricks

    can you post what you did to solve this?

    It doesn't help other users to say you sorted it out but not list how

  4. #4
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: dotnet20 and Winetricks

    Here's how to get a simple .net application running (see bug 10467) using wine-0.9.59 and winetricks-20080402:

    wget http://kegel.com/wine/winetricks
    sh winetricks corefonts dotnet20

    About one in five tries, this will hang with " err:seh:setup_exception_record nested exception on signal stack". If this happens, press ^C and try again.

    Now pray, and start your app
    http://appdb.winehq.org/objectManage...rsion&iId=3754

    works for me to install net framework Hardy with wine 1.1

  5. #5
    Join Date
    Apr 2009
    Beans
    2

    Smile Re: dotnet20 and Winetricks

    Excellent, this worked for me with wine 1.1 and koala, cheers

  6. #6
    Join Date
    Sep 2010
    Beans
    5

    Re: dotnet20 and Winetricks

    For me, this was the solution:

    I figured out how to solve it. Not sure what's going on though. I was trying debug some install instructions so I kept running rm -rf .wine/*, which kept around .update-timestamp . When I just rm -rf .wine, it works fine.

  7. #7
    Join Date
    Mar 2008
    Beans
    128
    Distro
    Xubuntu

    Re: dotnet20 and Winetricks

    If all else fails you could try deleting the /home/(user)/.cache/winetricks/ folder...


    Doctorzeus

  8. #8
    Join Date
    Dec 2010
    Location
    MIchigan
    Beans
    6
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: dotnet20 and Winetricks

    Quote Originally Posted by sdowney717 View Post
    Here's how to get a simple .net application running (see bug 10467) using wine-0.9.59 and winetricks-20080402:

    wget http://kegel.com/wine/winetricks
    sh winetricks corefonts dotnet20

    About one in five tries, this will hang with " err:seh:setup_exception_record nested exception on signal stack". If this happens, press ^C and try again.

    Now pray, and start your app
    http://appdb.winehq.org/objectManage...rsion&iId=3754

    works for me to install net framework Hardy with wine 1.1
    Thank you so much this worked perfect for me!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •