<br><br><div class="gmail_quote">2009/6/20 noahetrex <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<br>
I want to run a program twice at one time but it detects that another instance is running and closes down... Is there any way that I can isolate the programs so they cannot detect each other?<br>
<br>
<br>
~Noah Crocker<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><div>I think running both from separated WINEPREFIX&#39;es should do the trick. Simply create new wineprefix (command: wineprefixcreate --prefix /home/you/someprefix) and then, run first instance normally, and second using this command: <br>
</div><div></div><div>WINEPREFIX=/home/you/someprefix wine yourapp.exe</div><div></div><div></div><div>That (I think) should do the trick.<br>That (I think) should do the trick<br></div>