Cannot install vcrun6 or mfc42 using winetricks /Ubuntu10.04

Questions about Wine on Linux
Locked
nanomir
Newbie
Newbie
Posts: 1
Joined: Tue May 18, 2010 12:05 am

Cannot install vcrun6 or mfc42 using winetricks /Ubuntu10.04

Post by nanomir »

Hi all,

Please help with this - I'm looking anywhere for a solution, but I cannot find any references anywhere.

Wine basically installs and runs OK (i.e. can run Notepad etc), but then I try to install vcrun6 or mfc42 and this is what I get:

Code: Select all

$ cat /etc/issue
Ubuntu 10.04 LTS \n \l

$ uname -a
Linux mypc 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux

$ wine --version
wine-1.1.42


$ rm -rf /home/USERNAME/.wine
$ wineboot
wine: created the configuration directory '/home/USERNAME/.wine'
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/USERNAME/.wine' has been updated.


$ sh winetricks vcrun6
Executing wine /home/USERNAME/.winetrickscache/vc6redistsetup_enu.exe /T:C:\winetrickstmp /c
err:module:import_dll Library u6?}
                                  u#??????SP??h (which is needed by L"Z:\\home\\USERNAME\\.winetrickscache\\vc6redistsetup_enu.exe") not found
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x681d4785
------------------------------------------------------
Note: command 'wine /home/USERNAME/.winetrickscache/vc6redistsetup_enu.exe /T:C:\winetrickstmp /c' returned status 5.  Aborting.
------------------------------------------------------

$ sh winetricks mfc42
Executing wine /home/USERNAME/.winetrickscache/vc6redistsetup_enu.exe /T:C:\winetrickstmp /c
err:module:import_dll Library u6?}
                                  u#??????SP??h (which is needed by L"Z:\\home\\USERNAME\\.winetrickscache\\vc6redistsetup_enu.exe") not found
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x75ab0785
------------------------------------------------------
Note: command 'wine /home/USERNAME/.winetrickscache/vc6redistsetup_enu.exe /T:C:\winetrickstmp /c' returned status 5.  Aborting.
------------------------------------------------------

Anyone have any idea what I could do to fix this?

Thanks,
Cheers!
walt

Cannot install vcrun6 or mfc42 using winetricks /Ubuntu10.04

Post by walt »

On 05/17/2010 10:13 PM, nanomir wrote:
Hi all,
...
Executing wine /home/USERNAME/.winetrickscache/vc6redistsetup_enu.exe /T:C:\winetrickstmp /c
err:module:import_dll Library u6?}
u#??????SP??h (which is needed by L
^^^^^^^^^^^^^^^^

Does that second line look like garbage characters at your end? If that's
really what it looks like then it seems to be a UTF character-set problem,
or similar, or maybe the binary file you downloaded is corrupt.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Try it with a clean .wine directory, that might help.
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Post by sportfreak2020 »

i have the same problem .. latest wine folder .. same ubuntu version .. and when installing the mfc42 and/or vcrun6 and comctl32 dlls via winetricks ..

is it ok if i just download the files, and place them in the sys32 directory and run the regsvr32 for those dlls if necessary ????

thank you for your valuable feedback!
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Cannot install vcrun6 or mfc42 using winetricks /Ubuntu10.04

Post by jjmckenzie »

On 12/15/11 1:41 PM, sportfreak2020 wrote:
i have the same problem .. latest wine folder .. same ubuntu version .. and when installing the mfc42 and/or vcrun6 and comctl32 dlls via winetricks ..
Are you using the LATEST winetricks? http://wiki.winehq.org/winetricks
has were this script can be downloaded from (some of the Linux
distributions are way out of date.)
is it ok if i just download the files, and place them in the sys32 directory and run the regsvr32 for those dlls if necessary ????
No. This will not work. Modifications to Wine's configuration must be
made and the downloaded files should be placed elsewhere. Winetricks
takes care of this for you.

James
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Post by sportfreak2020 »

yes, it is the latest version of winetricks from that site ..
my wine version is 1.3.34
ubuntu 10.04 32 bit cloud machine .. vncserver running ..
would you be needing any logs to check whats going on ?
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

sportfreak2020 wrote:yes, it is the latest version of winetricks from that site ..
my wine version is 1.3.34
ubuntu 10.04 32 bit cloud machine .. vncserver running ..
would you be needing any logs to check whats going on ?
Report problems with winetricks at http://winetricks.org.
sportfreak2020
Level 2
Level 2
Posts: 24
Joined: Thu Feb 24, 2011 4:36 pm

Post by sportfreak2020 »

well noone replied back on the winetricks forums and hence i posted it over here after searching for it .. Anywho, this is the ONLY solution, I found yet for this situation [dint have time for debugging et all]-
* reloaded the cloud machine's OS .. same specs .. but instead installed wine1.2, and everything just went perfect ..
maybe the fact that wine1.3 is still beta, not really sure but wine1.2 worked flawlessly .. hope it helps someone in the future ..
Locked