Hi, At Sun, 30 Nov 2003 10:30:38 +0900, Joey Gibson wrote: > I just ran this test on a WinXP box using the installer ruby180-10.exe > and I get the same error, though it's in english, not German: > > irb(main):001:0> require 'socket' > => true > irb(main):002:0> session = TCPSocket.new("localhost", 12345) > Errno::E061: The printer queue is full. - connect(2) > from (irb):2:in `initialize' > from (irb):2:in `new' > from (irb):2 Mapping from WSACONNREFUSED seems lacked. But I'm not sure why it's E061 but not E10061. -- Nobu Nakada