Subj : src/syncterm/ripper.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Apr 26 2023 12:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/ac4a967c92244c8c12ac6398 Modified Files: src/syncterm/ripper.c Log Message: Fix Win32 console (and likely curses) crash on connect RIP initialization was trying to obtain a lock that only exists when using a bitmap console. Don't allow RIP to be enabled, and don't perform the operations that require the lock when the CONIO_OPT_SET_PIXEL ciolib option is not set. .