[Wine] Running XP programs in wine

Austin English austinenglish at gmail.com
Tue Feb 19 17:52:27 CST 2008


On Feb 19, 2008 5:46 PM, Dotan Cohen <dotancohen at gmail.com> wrote:
> On 20/02/2008, John Drescher <drescherjm at gmail.com> wrote:
> > > Running the app after installing vcrun2005 gives the exact same
> >  > console output as before.
> >  >
> >
> > Is MSVCR80.dll in your system folder now?
>
> No.
>
> ~/.wine/drive_c/windows/system32$ ls msvc*
> msvcp71.dll  msvcr70.dll  msvcr71.dll  msvcrt.dll
> feisty at feisty-laptop:~/.wine/drive_c/windows/system32$
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> _______________________________________________
>
> wine-users mailing list
> wine-users at winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>

Might be under vcrun2008 or vcrun6...I always get those mixed up. I
always mean to make a wiki page with the various dlls and which
winetricks script will retrieve it, but haven't had time/motivation.

If that doesn't work, try:
$ mv ~/.wine ~/.wine.old
$ wineprefixcreate
$ winecfg # set to winxp
$ wine iexplore.exe http://www.google.com/
$ sh winetricks vcrun2005
$ wine setup.exe

Just to try seeing if installing the c runtime library first helps.

- Austin


More information about the wine-users mailing list