Closed GoogleCodeExporter closed 8 years ago
You know.. ignore this for now, right after I submitted it I think i figured
out what is going on. I (and Wineskin) do not use standard "wine" and
"wineserver" names, which Winetricks launches and waits for, but I do have
batch files named that... so it goes ahead because it thinks Wine is no longer
running, because "wine" and "wineserver" both did stop running, but the real
wine and wineserver aren't done. I think i can make Wineskin on Updating
Winetricks to make sure Winetricks uses the right wine executable, and not the
"wine" bash script... sorry for the bug report
Original comment by doh...@gmail.com
on 17 Aug 2013 at 5:31
Yeah, just set the WINE and WINESERVER environment variables before calling
winetricks.
Original comment by daniel.r...@gmail.com
on 17 Aug 2013 at 5:41
Also, winetricks msxml3 just runs
$WINE msiexec /i msxml3.msi
This is a synchronous command. If your wrapper script
is not synchronous (i.e. runs real wine in the background), that could cause
problems.
Original comment by daniel.r...@gmail.com
on 17 Aug 2013 at 5:45
Original issue reported on code.google.com by
doh...@gmail.com
on 17 Aug 2013 at 5:23