Jump to content
SubSpace Forum Network

Recommended Posts

Posted

so this might not seem like too big of a problem to other people, but has anyone found a way to open up a second client on windows 7?

i upgraded from xp awhile ago, and it seems to be a mild improvement

however, it is terribly inconvienient to try to talk to other people in pm or on a chat while trying to develop an asss zone, play a non ssc zone, or just to switch zones frequently, or use another name required for staff access

nothing critical, but still terribly annoying

Posted
If you shift-right-click a shortcut, you can use the Run as another user kind of like in XP, I'm not sure if it allows multiclienting like it did on XP though. Try that...
Posted
Game was made 17 years ago. Computers are 2^(17/1.5)=2580 times as powerful today, according to Moore's law. Serously, who cares about the overhead? Even if a VM ran 200 times slower, it'd be fast enough (and a web search suggests the average program is between 1.5x and 20x slower).
Posted (edited)

You could do it if you could find a way to delete the mutex that the client creates.

I don't know any easy to way to delete it with code. It would be very easy to create a wrapper to delete it every time you launch it if you could find a way.

 

A work-around to delete it is to use SysInternals Process Explorer. Click on Continuum.exe in top pane. Press Control + H and find the mutex in the bottom pane. You have to do this every time you start Continuum.

 

The mutex is named "mtxsscont".

 

edit:

 

I did a little research to find a way to close a mutex created by another process.

 

http://pastebin.com/2q2xGqKX

Tested with visual studio 2010 and mingw.

 

The argument is the path to your continuum.exe.

Edited by jareth
Posted

do you think theres any negative consequences to closing that handle?

 

Could be, I haven't tested anything. I would bet that the mutex is only to limit the processes though.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...