mIRC Home    About    Download    Register    News    Help

Print Thread
#104942 10/12/04 06:55 PM
D
darkcastle
darkcastle
D
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
M
Vogon poet
Offline
Vogon poet
M
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

D
darkcastle
darkcastle
D

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.
I
Iori
Iori
I
Try adding this
Code:
on *:exit:{
  var %i = $dll(0)
  while %i { dll -u $dll(%i) | dec %i }
}

L
LEET
LEET
L
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
Iori
Iori
I
Use $$snicks :tongue:


Link Copied to Clipboard