mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Joined: Jul 2004
Posts: 17
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Jul 2004
Posts: 17
Both my AMD-based and Pentium-based PCs don't crash with Online's example. But do crash with more than 2 DCCs.
Here is another test script I propose, this is the same as Online's, but this one increments by one dcc window each time. It starts at 1, then 2 (which exactly matches Online's script), then 3... until mIRC crashes.

Code:
alias dccbug {
  if ($1 !isnum) { set %magicnumber 1 }
  titlebar Now testing with %magicnumber DCCs
  var %i = 1
  while (%i <= %magicnumber) { dcc chat 127.0.0.1:1 | inc %i }
}

On *:close:=:window -c =$nick | if ($window(=127.0.0.1, 0) == 0) { inc %magicnumber | .timer -m 1 500 dccbug %magicnumber }


This would be interesting from the "non-crashing PCs" out there to test this one, to see if they *really* don't crash, or if they just need more dcc windows to crash...

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
v6.15 - Crashed at 11 windows
v6.16 - Crashed at 12 windows

And again,
AMD XP 2400+; 1g RAM; Win XP Home


-KingTomato
Joined: Jul 2004
Posts: 150
D
Vogon poet
Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Version 6.15 - Crashed at 15 windows
Version 6.16 - Crashed at 16 windows

Penitum IV 3.0 - 1GB RAM - using Windows XP Prof

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
Using your code, crashed at 12 windows. Again, my stats are:

AMD XP3000+
1 gig ram
win2k pro sp3
mirc 6.16
scripts running: only your code


Those who fail history are doomed to repeat it
Joined: Nov 2003
Posts: 157
Vogon poet
Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Version 6.16 - Crashed at 2 windows

Penitum II 350 MHz - 128 MB RAM - using Windows ME

Joined: Jan 2004
Posts: 162
R
RRX Offline
Vogon poet
Offline
Vogon poet
R
Joined: Jan 2004
Posts: 162
Same here, i have this problem since version 6.12. I made a fileserver script (still expanding it) and it occurred first with the /close command. People in dcc chat (it's an own fserve, own dir command too) typed quit and the /close command i used made mirc crash. I disabled the quit command and idle timers to be able to continue and force the user to terminate.

In 6.14 that /close bug was claimed fixed but i still had crashes, though less frequent.
Now i'm 6.15 and they occur a lot. And, just the opposite, if I close the dcc chat then never crash, but it the other side does it then mirc crashes.

And only 1 dcc chat window.
Another thing: is there any way to disable the flashing when people type in dcc chat? I can't find a way but to disable it manually in each dcc chat which is not quite funny.

Windows 98 and an Athlon XP 1800.

Last edited by RRX; 22/07/04 03:37 PM.
Joined: Nov 2003
Posts: 32
S
Ameglian cow
Offline
Ameglian cow
S
Joined: Nov 2003
Posts: 32
Excuse for this my identical post link but I don't mind that a such bug was already knowed.

Well, it is now planned to be fixed this bug?
Regards,
sazeMaster

Page 2 of 2 1 2

Link Copied to Clipboard