View Single Post
  #3  
Old 04-15-2002, 08:40 PM
Ruzkz
Fire Beetle
 
Join Date: Apr 2002
Posts: 9
Default Error 11001

Try this:
1) Open Bootzones5.Win9x.bat with a text editor
2) Change these lines

start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
start zone9x . 127.0.0.1 7997 127.0.0.1
start zone9x . 127.0.0.1 7998 127.0.0.1
start zone9x . 127.0.0.1 7999 127.0.0.1

to

start zone9x . localhost 7995 localhost
start zone9x . localhost 7996 localhost
start zone9x . localhost 7997 localhost
start zone9x . localhost 7998 localhost
start zone9x . localhost 7999 localhost

Should fix it.
Reply With Quote