mIRC Home    About    Download    Register    News    Help

Print Thread
#120863 21/05/05 07:09 PM
Joined: Feb 2005
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Feb 2005
Posts: 43
Has anyone encountered any errors using this dll when closing mirc while having channels open? mIRC tends to crash when using this dll with channels open wheneever i use it in a script, and sometimes mirc crashes for no reason on its own when using the dll.


Check out http://kalsiddon.com for games, videos & more! Good for when your bored in work or school!
#120864 21/05/05 07:31 PM
Joined: Feb 2005
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Feb 2005
Posts: 43
oh also if i type /dll -u nickLUST3.dll .. mirc crashes


Check out http://kalsiddon.com for games, videos & more! Good for when your bored in work or school!
#120865 21/05/05 07:59 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
Nope, i've been using it months now, no problems here.

Code:
on *:exit: {
  var %x = $dll(0) 
  while %x >= 0 {
    .dll -u $dll(%x)
    dec %x
  }
}  


could be how you've scripted something though.

Last edited by Mary_juana; 21/05/05 08:01 PM.
#120866 21/05/05 08:04 PM
Joined: Feb 2005
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Feb 2005
Posts: 43
tried it, still crashes frown i have no clue why it crashes... sigh


Check out http://kalsiddon.com for games, videos & more! Good for when your bored in work or school!
#120867 21/05/05 08:28 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
Code:
ON *:JOIN:#:{
  if ($nick == $me) {
    nicklust Mark $window($chan).hwnd nLUST_CallBack  rowselect tooltips hideempty
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\pro.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\mp3.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\at.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\owns.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\at.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\hop.ico)
    nicklust AddIcon $chan > $shortfn($mircdirsystem\icons\voice.ico)
    nicklust SetGroupText $chan 1 > Regulars
    nicklust AddGroup $chan 11 ~ 2 > Owners ~
    nicklust AddGroup $chan 12 & 1 > Protect &&
    nicklust AddGroup $chan 13 . 4 > Owners .
    nicklust AddGroup $chan 14 @ 5 > Ops @
    nicklust AddGroup $chan 15 % 6 > Halfops %
    nicklust AddGroup $chan 16 + 7 > Voices +
    nicklust SetGroupPos $chan 1 end
    nicklust SetColor $chan bkg $color(2)
    nicklust SetColor $chan text %c3
    nicklust SetColor $chan hottext $color(12)
    nicklust SetColor $chan divider $color(12) $color(2)
    nicklust SetBranchImage $chan > 0
    nicklust SetHeaderFontStyle $chan bold
  }
  haltdef
}
alias nicklust { dll $+(",$mircdirsystem\Dll\nicklust3.dll,") $1- }


  

#120868 21/05/05 08:56 PM
Joined: Feb 2005
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Feb 2005
Posts: 43
I have that stuff working fine.. but i saw this in the help file


The following items have been updated for beta 1 (build 1600).

fixed - SetHeaderFontStyle was applying bold to the nicks
added - Support for gif and jpg image file types in the SetBkgImage command.
added - underlinecold and underlinehot styles.
added - SetHeaderColor to change the color of the header text in individual groups
added - SetHeaderFontStyle to change font styles bold underline italic and strikeout for headers
fixed - scrollbar not showing when group view mode is changed to a larger view
added - you can now specify images for the branching symbol of groups (7 predefined ones included) using SetBranchImage
fixed - A bug that crashes when mIRC is closed while channels are still marked

Maybe i have a older copy of the dll? :|


Check out http://kalsiddon.com for games, videos & more! Good for when your bored in work or school!
#120869 21/05/05 09:08 PM
Joined: Feb 2005
Posts: 43
M
Ameglian cow
OP Offline
Ameglian cow
M
Joined: Feb 2005
Posts: 43
nope .. i have the newest one :|


Check out http://kalsiddon.com for games, videos & more! Good for when your bored in work or school!
#120870 22/05/05 03:25 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
nickLUST crashes at random times for me, I have no idea why though.


New username: hixxy
#120871 22/05/05 05:43 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
Odd, it's not crashed on me once, i've had mIRC open for a few days to a week, and it closes down with no errors or anything.

#120872 22/05/05 07:28 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I remember on Reloaded Net we spotted a bug with updating owners I believe, though I can't remember very well exactly what it was.

-Andy

#120873 22/05/05 11:37 PM
Joined: Nov 2003
Posts: 157
Vogon poet
Offline
Vogon poet
Joined: Nov 2003
Posts: 157
Solution:

Move nickLUST3 to Trash.
Use nicklist dll or nickLUST version 1.

I have tested nickLUST 1, with 100% of positive result.

#120874 23/05/05 02:51 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I don't have nicklust anymore, I lost 3 years worth of code, I prefer nicklust3 there's good DLL routines, the bug in which I speak of was very little and didn't really bother me at all, but I try to be a perfectionist and tend to be very picky..

-Andy


Link Copied to Clipboard