2009/6/20 noahetrex <wineforum-user@xxxxxxxxxx> > Hello! > > 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? > > > ~Noah Crocker > > > > > > I think running both from separated WINEPREFIX'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: WINEPREFIX=/home/you/someprefix wine yourapp.exe That (I think) should do the trick. That (I think) should do the trick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090620/29ea9cbc/attachment.htm>