mIRC Homepage
Posted By: Mike2005 nicklust 3 - 21/05/05 07:09 PM
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.
Posted By: Mike2005 Re: nicklust 3 - 21/05/05 07:31 PM
oh also if i type /dll -u nickLUST3.dll .. mirc crashes
Posted By: Mary_juana Re: nicklust 3 - 21/05/05 07:59 PM
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.
Posted By: Mike2005 Re: nicklust 3 - 21/05/05 08:04 PM
tried it, still crashes frown i have no clue why it crashes... sigh
Posted By: Mary_juana Re: nicklust 3 - 21/05/05 08:28 PM
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- }


  
Posted By: Mike2005 Re: nicklust 3 - 21/05/05 08:56 PM
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? :|
Posted By: Mike2005 Re: nicklust 3 - 21/05/05 09:08 PM
nope .. i have the newest one :|
Posted By: tidy_trax Re: nicklust 3 - 22/05/05 03:25 PM
nickLUST crashes at random times for me, I have no idea why though.
Posted By: Mary_juana Re: nicklust 3 - 22/05/05 05:43 PM
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.
Posted By: SladeKraven Re: nicklust 3 - 22/05/05 07:28 PM
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
Posted By: RuFy Re: nicklust 3 - 22/05/05 11:37 PM
Solution:

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

I have tested nickLUST 1, with 100% of positive result.
Posted By: SladeKraven Re: nicklust 3 - 23/05/05 02:51 AM
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
© mIRC Discussion Forums