mIRC Home    About    Download    Register    News    Help

Print Thread
#146971 11/04/06 08:34 PM
Joined: Apr 2006
Posts: 3
F
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Apr 2006
Posts: 3
well i run a simple bot service on a windows based machine and after about 200 channels i get *Error Creating Window. Is there any way to fix that

#146972 11/04/06 10:38 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Sounds like either Windows or mIRC doesn't like having that many windows open at one time, which is kind of understandable (from the mIRC point of view), since mIRC is, technically, supposed to be used for chatting, and I don't know anyone that could keep up with 200 chat rooms, not to mention the fact that each chat window would be so small, if tiled, that you probably wouldn't be able to see the text anyways.

As to getting around it, the only thing that I can think of as a possibility, is to have multiple instances of mIRC running.

An example might be, 5 occurances of mIRC connected to 4 networks each, and 10 channels per network. Mathematically, that gives you 200 channels, yet each occurance of mIRC only has 44 windows (40 for the channels + 4 for each status window for the connections)

You might also think about hiding the windows that are realistically irrelevant, such as the status windows, using
Code:
 /scon -at1 window -h "status window" 


That will hide the status windows for all of the connections that that occurance of mIRC is currently connected to.

#146973 11/04/06 11:02 PM
Joined: Apr 2006
Posts: 3
F
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Apr 2006
Posts: 3
Well I tried that, but it still stands at 200 channels per windows box. No matter now many times you open a new client. I have 500+ channels with bots and they are split up on 3 machines. Thanx tho, I need a way to get around it or change a setting on windows to allow me to open more

#146974 11/04/06 11:11 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
You might not be able to, as I said, mIRC (and IRC in general) is meant for chatting, not running a bot on several hundred channels. This might be a limitation that is built into mIRC and/or Windows that you can't get around, aside from using multiple boxes.

#146975 11/04/06 11:13 PM
Joined: Apr 2006
Posts: 3
F
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Apr 2006
Posts: 3
If you or anyone can figure out a way post back. thanx for ur help

#146976 12/04/06 12:46 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
this problem has been posted before, its a windows limit more than a mirc one from memory, as two mircs both running both doing it ate half the windows each (im working from memory here). I beleive Different Windows OS's and OS versions resulted with different limits (likely server versions of the os well have a higher limit <maybe>)

#146977 12/04/06 07:02 AM
Joined: Apr 2006
Posts: 16
N
Pikka bird
Offline
Pikka bird
N
Joined: Apr 2006
Posts: 16
if you don't have to monitor the channel's or chat in them and just provide "bots", use sockets.


Link Copied to Clipboard