when I try to run a code on SWI Prolog (desktop and web), I receive the message “Initialization goal failed swi prolog”.
Can someone help me?
here is the link to access the file:
when I try to run a code on SWI Prolog (desktop and web), I receive the message “Initialization goal failed swi prolog”.
Can someone help me?
here is the link to access the file:
Do you have an initialization/2 directive? If so, that’s failing. You can load your code with swipl -l
to turn off the initialization, and then debug your code using normal methods.