http://bugs.winehq.org/show_bug.cgi?id=9967
--- Comment #13 from Antonio tritemio@gmail.com 2007-10-18 12:45:02 --- (In reply to comment #12)
wine programmi/setup_xop211.exe
That's not what i meant. I meant to completely remove ~/.wine, then set LC_ALL to something different then you have now:
mv ~/.wine ~/.wine_backup export LC_ALL=nl_NL wine setup_xop211.exe wine "C:\Program Files\XOP2.1\xop.exe"
I've done:
mv ~/.wine ~/.wine_backup export LC_ALL=C export LANG=C export LANGUAGE=C winecfg # just start it to create the .wine dir cp mfc42.dll msvcr70.dll .wine/drive_c/windows/system32/ wine setup_xop211.exe
and then the crash occurred (before the installation finishes). Same result if I do
mv ~/.wine ~/.wine_backup export LC_ALL=nl_NL wine setup_xop211.exe
or
mv ~/.wine ~/.wine_backup export LC_ALL=nl_NL winecfg # just start it to create the .wine dir cp mfc42.dll msvcr70.dll .wine/drive_c/windows/system32/ wine setup_xop211.exe
~ Antonio