4

My problem is I want to run two instances of an application. I have tried Sandboxie, which Google has given me, but it failed on my part. The application is an online game. Can anyone please help?.

I'm running Windows 7 and the game can be found at http://weapon.ph.

3ventic
  • 25,287
  • 33
  • 113
  • 157
Reigel Gallarde
  • 141
  • 1
  • 3

3 Answers3

2

Some games, such as Dark Age of Camelot allow for multiple instances to run on one machine (although they need to be the same realm/faction). It's an inherent part of the game's functionality (see buffbots).

JasonR
  • 232
  • 2
  • 7
2

See on Super User: Run multiple instance of any windows application and Running Multiple Instances of the Same Application in Vista.

It's a "per application" thing. Some programs will check the process list and prevent you from doing that anyway. It seems to be the case with this game.

One way would be to use a virtual machine, but it might me too much of a hassle, then.

Gnoupi
  • 5,671
  • 4
  • 41
  • 59
0

If you have a spare pc, but want to run the programs on the same machine, you could use a remote client like VNC and use the spare computer as a headless host. Then you might still need to proxy the IP traffic, since it would still be coming from the same internet connection.

You might try using an alternate browser that runs through proxy servers, though this probably won't work for a Java game if it is matching process ids.

mfg
  • 662
  • 7
  • 11