mIRC Home    About    Download    Register    News    Help

Print Thread
#56619 21/10/03 06:16 PM
Joined: Dec 2002
Posts: 230
G
greeny Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Dec 2002
Posts: 230
Now this may sound strange, but everytime I do a /saveini the content of my control.ini, perform.ini and urls.ini get duplicated. That's right, duplicated.
If this is the file before /saveini:
Code:
[perform]
n0=QuakeNet,mode $me +iwR
n1=QuakeNet,j xlhost,nnscript

This is what it looks like afterwards:
Code:
[perform]
n0=QuakeNet,mode $me +iwR
n1=QuakeNet,j xlhost,nnscript
[perform]
n0=QuakeNet,mode $me +iwR
n1=QuakeNet,j xlhost,nnscript

The perform functions and the other stuff still work correctly, it's just irritating to have a 90MB big .ini in the mIRC folder (my script makes much use of /saveini).

I'm using mIRC v6.12. It doesn't seem to happen in versions before 6.1. Also, quite a few friends of mine couldn't reproduce this bug, so it seems to be specific to my setup. Reinstalling mIRC doesn't help either BTW.
$isalias(saveini) == $false.
Running WindowsXP Professional with SP1 and all patches.

#56620 21/10/03 06:19 PM
Joined: Oct 2003
Posts: 53
W
Babel fish
Offline
Babel fish
W
Joined: Oct 2003
Posts: 53
Not reproduced here either.

#56621 22/10/03 05:43 AM
Joined: Oct 2003
Posts: 13
T
Pikka bird
Offline
Pikka bird
T
Joined: Oct 2003
Posts: 13
After a little playing around I figured out this happens when the INI has the System File attribute. You can fix this with:

/run attrib -s


___________________________
10110101 = -75
#56622 22/10/03 12:12 PM
Joined: Dec 2002
Posts: 230
G
greeny Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Dec 2002
Posts: 230
True. So this is indeed a bug wink

#56623 22/10/03 04:29 PM
Joined: Oct 2003
Posts: 13
T
Pikka bird
Offline
Pikka bird
T
Joined: Oct 2003
Posts: 13
Could be...

Did you notice that you can /writeini to a System File and /remove but not /remini?


___________________________
10110101 = -75

Link Copied to Clipboard