I want to run the same game multiple times.

Questions about Wine on Linux
Locked
katsu12
Newbie
Newbie
Posts: 3
Joined: Thu Jun 27, 2013 11:55 pm

I want to run the same game multiple times.

Post by katsu12 »

I use wine v1.5. and Linux Mint 13 Maya

Some game(AstroN) was installed by wine.

all function of the game is fine.

I want to run the same game multiple times.

What should I do?
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: I want to run the same game multiple times.

Post by ischou »

1) Make a copy of your wineprefix

(eg. # cp ~/.wine ~/.wine_copy

2) Run a second instance of wine from that new wine prefix

WINEPREFIX=/home/youruser/.wine_copy wine /home/youruser/.wine_copy/drive_c/Program\ Files/etc/etc/AstroN.exe
Locked