No multiple instances issue

Bug #256358 reported by MikeJJ
2
Affects Status Importance Assigned to Milestone
DC++
Fix Released
Low
Unassigned

Bug Description

Normally when running under windows i seem to remember if you double clicked the EXE when it was already running, you got a popup saying you ain't allowed multiple instances, and the current instance was brought to the front. This seems to have either disappeared or is faulty under wine.
It is also allows two instances if you startup another one before the first has finished loading. e.g. double click the exe twice.

MikeJJ (mrmikejj)
Changed in dcplusplus:
importance: Undecided → Low
Revision history for this message
Jacek Sieka (arnetheduck) wrote :

does it work in windows now?

Changed in dcplusplus:
status: New → Incomplete
Revision history for this message
endator (endator) wrote :

On WinXP under normal circumstances its not possible to run two DC++ with same user.
It is how ever possible as stated above to start a second process if the first has not finished loading, not sure what stage it needs to pass as I havent checked, but in order to actually make it run twice I had to create a small batch file
as I was not able to double click twice fast enough :)

a simple bat file with the contents:

start /B dcplusplus.exe
start /B dcplusplus.exe

will start two instances on my system.

/1d

poy (poy)
Changed in dcplusplus:
status: Incomplete → Fix Committed
eMTee (realprogger)
Changed in dcplusplus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.