Some disturbing bugs...

Archive of all threads restored from the backup after the forum hijack
Locked
-=Master_Load=-

Some disturbing bugs...

Post by -=Master_Load=- »

Hey there, I found some disturbing bugs in version 3.00 that i couldn't solve myself.
Firstly, the textboxes in the login dialog can't have more chars then the lenght of the box, that's really annoying bcause i got a long e-mail adress.
Then, when it connects, some chat-windows just pop-up, while nobody is saying anything to me...
The Chat-Style window option doesn't seem to work anymore :(
When i click a person in my list with a < or > in his name, the script is bugging... (* /sockopen: invalid parameters (line 189, msn.mrc))
The last thing i have to say is about the "'s in the logging script: i think there arent any. As you can read in some other post, when my mircdir is "c:\backup shit\" it bugs, bcause it thinks my mircdir is c:\backup (/write: unable to open 'C:\Backup' (line 8, msnlog.mrc))

i realy hope someone can help me fix some of these problems
Lasse

Post by Lasse »

Mirc isnt compatible with spaces in root directory..... so if u rename your folder to backupshit it would work
Guest

Post by Guest »

Lasse wrote:Mirc isnt compatible with spaces in root directory..... so if u rename your folder to backupshit it would work
well it is actually compatible... for example:
write -c " $+ $mircdir $+ msn\logs\ $+ filename.txt"
would work, and I modified my script. and if something like this is added:
alias -l logdir return " $+ $mircdir $+ msn\logs\
ya only need
write -c $logdir $+ filename.txt"
But maybe it can be added to the releases, so that more people can enjoy it.

m00
Locked