On Wed, Apr 30, 2025 at 12:01:16PM -0400, Matt Welland via Chicken-users wrote: > Inserting the example code from poule into my existing project gives me the > error below. I'm compiling statically but that doesn't seem to be a problem > as I compiled the poule example statically and it worked fine. Everything > else in my program works fine. I'll work around this for now but I can try > any suggestions provided or dig deeper with any provided advice. Thanks. > > Error: (zero?) bad argument type - not a number: #f
Hi Matt, What exact version of CHICKEN and scsh-process are you using? The process interface changed a lot in CHICKEN 6 master and scsh-process for CHICKEN 6 depends on those changes, so maybe you're running into that. Of course it could just be a bug as well. Cheers, Peter