|
|
Joined: Feb 2005
Posts: 43
Ameglian cow
|
OP
Ameglian cow
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!
|
|
|
|
Joined: Feb 2005
Posts: 43
Ameglian cow
|
OP
Ameglian cow
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!
|
|
|
|
Joined: May 2005
Posts: 79
Babel fish
|
Babel fish
Joined: May 2005
Posts: 79 |
Nope, i've been using it months now, no problems here. 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.
|
|
|
|
Joined: Feb 2005
Posts: 43
Ameglian cow
|
OP
Ameglian cow
Joined: Feb 2005
Posts: 43 |
tried it, still crashes 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!
|
|
|
|
Joined: May 2005
Posts: 79
Babel fish
|
Babel fish
Joined: May 2005
Posts: 79 |
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- }
|
|
|
|
Joined: Feb 2005
Posts: 43
Ameglian cow
|
OP
Ameglian cow
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!
|
|
|
|
Joined: Feb 2005
Posts: 43
Ameglian cow
|
OP
Ameglian cow
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!
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
nickLUST crashes at random times for me, I have no idea why though.
New username: hixxy
|
|
|
|
Joined: May 2005
Posts: 79
Babel fish
|
Babel fish
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.
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
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
|
|
|
|
Joined: Nov 2003
Posts: 157
Vogon poet
|
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.
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
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
|
|
|
|
|
|