Yes, as far as I can tell it's working fine. The code in the repo (https://gitlab.com/abailly/origin-of-species) works fine, it's only when I start adding another module that things go wrong, at this commit: https://gitlab.com/abailly/origin-of-species/-/tree/separate-ui-module
Thanks for your help -- Arnaud Bailly - @dr_c0d3 On Tue, May 25, 2021 at 1:31 AM <[email protected]> wrote: > > > Error: (car) bad argument type: > > |\xcf\xfa\xed\xfe\x07\x00\x00\x01\x03\x00\x00\x00\x02\x00\x00\x00\x11\x00\x00\x00\x90\x06\x00\x00\x85\x00| > > > > I haven't analyzed this, but this looks like is the header of a binary > object, so the runtime > system is trying to load a binary, perhaps a import library (and fails and > thus treats > the binary data as source code). Is your CHICKEN setup working properly? > > > felix >
