Log in

View Full Version : [Other] Riders of Icarus?



Malgor
08-07-2016, 10:15 AM
Nexon's FTP Riders of Icarus is in open beta and it's been quite fun.

I added the game to Innerspace and then created an Isboxer profile to see if I can run two accounts, but was unsuccessful as it gives me a "client already running" error.

The game is run off a launcher like a lot of games out there, but I can't seem to find a way to get it to work.

Any suggestions?

mbox_bob
08-07-2016, 10:26 AM
Find what is determining whether it is running already, and make a virtual file for it.

Most of the time it is handled by a mutex. You can find these by using a tool such as Process Explorer, selecting the game process and pressing CTRL+H to view the handles. Scroll down until you find the mutants/semaphores. The most likely one will be a mutant, although be aware that there are some mutants that are used anyway, so most programs will already have 3 or 4 of these. The trick is to figure out which ones are the standard ones :) Standard ones are like \sessions\1\BaseNamedObjects\blahdeblah.

If it happens to be detecting an existing process by executable name, that means you'd need two copies of the executable. This is fairly rare though.

Malgor
08-07-2016, 01:18 PM
Find what is determining whether it is running already, and make a virtual file for it.

Most of the time it is handled by a mutex. You can find these by using a tool such as Process Explorer, selecting the game process and pressing CTRL+H to view the handles. Scroll down until you find the mutants/semaphores. The most likely one will be a mutant, although be aware that there are some mutants that are used anyway, so most programs will already have 3 or 4 of these. The trick is to figure out which ones are the standard ones :) Standard ones are like \sessions\1\BaseNamedObjects\blahdeblah.

If it happens to be detecting an existing process by executable name, that means you'd need two copies of the executable. This is fairly rare though.

Thanks, I'll try that when I get home.

Malgor
08-08-2016, 12:18 AM
Find what is determining whether it is running already, and make a virtual file for it.

How do I do this part.

mbox_bob
08-08-2016, 12:27 AM
Virtual File Wzard, select Other, enter the name of the mutex (you should only need the bit after the last \), Hit next, select the characters you want to apply it to, hit OK (or Finish).

Malgor
08-08-2016, 04:12 AM
Thanks!

WhoAmi
12-13-2016, 12:13 AM
Find what is determining whether it is running already, and make a virtual file for it.

Most of the time it is handled by a mutex. You can find these by using a tool such as Process Explorer, selecting the game process and pressing CTRL+H to view the handles. Scroll down until you find the mutants/semaphores. The most likely one will be a mutant, although be aware that there are some mutants that are used anyway, so most programs will already have 3 or 4 of these. The trick is to figure out which ones are the standard ones :) Standard ones are like \sessions\1\BaseNamedObjects\blahdeblah.

If it happens to be detecting an existing process by executable name, that means you'd need two copies of the executable. This is fairly rare though.

Curious, can i follow this in order to dual box this game?

Thanks