From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 28 Nov 2007 09:27:07 -0800 Subject: [sup-talk] Exception on start up In-Reply-To: References: Message-ID: <1196270623-sup-6328@south> Excerpts from Alex Gutteridge's message of Wed Nov 28 01:17:11 -0800 2007: > This was thrown on OSX 10.5.1. Running iTerm 0.9.5. > > --- ArgumentError from thread: main > couldn't initialize curses color pair 4, 0 (key 1) This suggests that ncurses doesn't want to work. Not knowing too much about MacOS, are you missing some ncurses libraries? Have you installed the ncurses ruby gem? Are you able to run any other ncurses apps from that terminal? (For example, the ncurses gem comes with a couple example .rb files. Do they work?) -- William