Results 1 to 3 of 3

Thread: Wine. Cannot install vcrun6

  1. #1
    Join Date
    Oct 2011
    Beans
    8

    Question Wine. Cannot install vcrun6

    Cannot install vcrun6. I tried to do it with winetricks and manually (download vcredist.exe and install), but nothing. Launching in terminal gives the following
    Code:
    _user@_user-machine:~$ WINEPREFIX="/home/_user/.wine" wine "C:/vcredist.exe" 
    fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f63c,0 
    err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\users\\_user\\Temp\\IXP000.TMP\\comcat.dll" -> L"C:\\windows\\system32\\comcat.dll"
    fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f63c,0 
    err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\users\\_user\\Temp\\IXP000.TMP\\msvcrt.dll" -> L"C:\\windows\\system32\\msvcrt.dll"
    fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f63c,0 
    err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\users\\_user\\Temp\\IXP000.TMP\\oleaut32.dll" -> L"C:\\windows\\system32\\oleaut32.dll"
    fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f63c,0 
    err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\users\\_user\\Temp\\IXP000.TMP\\olepro32.dll" -> L"C:\\windows\\system32\\olepro32.dll"
    fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f63c,0 
    err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\users\\_user\\Temp\\IXP000.TMP\\stdole2.tlb" -> L"C:\\windows\\system32\\stdole2.tlb"
    Distributive is Ubuntu Studio 12.04.1 64bit, wine1.4, (and i tried it with last wine 1.5, same results)

    Thanks in advance

  2. #2
    Join Date
    May 2010
    Location
    Where God goes to rest:AL
    Beans
    574
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Wine. Cannot install vcrun6

    Using winetricks, I had same issue.

    Instead of plain old vcrun6, I installed vcrun6sp
    Code:
    env WINEPREFIX=/home/<USER>/<Whatever prefix you want> winetricks vcrun6sp6
    Works perfect
    Running wine/WoW on a AMD Athlon 64 X2 5200+(2.6GHz)w/4GB DDRII(667) and a NV9600GSO w/768MB DDRIII.

  3. #3
    Join Date
    Oct 2011
    Beans
    8

    Re: Wine. Cannot install vcrun6

    OMG, It works!
    Great thanx))

Tags for this Thread

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
  •