mIRC Home    About    Download    Register    News    Help

Print Thread
#104942 10/12/04 06:55 PM
Joined: Dec 2004
Posts: 6
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Dec 2004
Posts: 6
anyone have any idea what would cause mirc 6.16 to crash when closing only happens after joining a channel
i can connect and not join a channel and close it without the problem happening
Screen Shot http://darksportal.com:8000/screenshot.htm

Joined: Mar 2003
Posts: 160
Vogon poet
Offline
Vogon poet
Joined: Mar 2003
Posts: 160
Have you got and dll's running? such as rebar.dll for docking or similar ones?
If you have, then you need to make sure they get unloaded if mIRC exits

Joined: Dec 2004
Posts: 6
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Dec 2004
Posts: 6

Subject: Re: mirc crashes when closing

yes marantz actually i have a dll runnin
it is $cnick.dll
on *:disconnect: {
.dll -u $mircdirdlls\CNICK.dll
}
fixed it thanks for the advice man sure do miss seeing yea on the server ;[

Last edited by darkcastle; 12/12/04 06:54 AM.
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Try adding this
Code:
on *:exit:{
  var %i = $dll(0)
  while %i { dll -u $dll(%i) | dec %i }
}

Joined: Dec 2003
Posts: 28
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Dec 2003
Posts: 28
try adding this...

..top/tip:msg # Top tip (from $snicks $+ ): pour boiling water into a near-empty jar of $gettok(marmite vegemite promite,$rand(1,3),32) and drink the jar clean.


I R WITH STUPID -> LEET
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Use $$snicks :tongue:


Link Copied to Clipboard