acrawnsley Posted May 14 Share Posted May 14 I appear to be now unable to load cl-collider due to a problem with cl-patterns. On starting OM, I get the following error message pop-up: Error: While loading file Users/acr/Opusmodus/User Source/Extensions/Load CL-Collider.lisp Package CL-PATTERNS not found If I try to evaluate (load cl-collider) directly from the file I get the same error in the Listener initially, but then if I use the debugger to trace I get the following error: Error: compile-file-error while compiling #<asdf/lisp-action:cl-source-file "cl-patterns" "backend"> I have previously managed to load cl-collider successfully and connect to SC Server without any problems - so not sure why this is now happening? Advice and suggestions? I am running most recent updated OM Version 3.0.29319 bw Andrew Quote Link to comment Share on other sites More sharing options...
acrawnsley Posted May 14 Author Share Posted May 14 Update: after replacing the cl.collider.lisp file text and replacing it with the text below, I have now managed to open OM without the cl-collider error I was previously getting (no idea why this has done the trick)... However, now the server will not boot... SC in the Applications folder as it should be. Any ideas? (in-package :om) (load-cl-collider) (in-package :sc) (defparameter *my-server-options* (make-server-options :num-output-bus 32 :block-size 32)) (setf *s* (make-external-server "localhost" :port 4444 :server-options *my-server-options*)) (server-boot *s*) (setf *synth-definition-mode* :load) Quote Link to comment Share on other sites More sharing options...
opmo Posted May 15 Share Posted May 15 From time to time you need to open SC app and stop and restart all servers again. You need to do that before starting OM. Quote Link to comment Share on other sites More sharing options...
acrawnsley Posted May 19 Author Share Posted May 19 Thanks, Janusz. This has worked - will do this periodically from now on when planning on working with SC server. Quote Link to comment Share on other sites More sharing options...
Jorgalad Posted June 15 Share Posted June 15 I usually utillize the Activity Monitor for this, to stop the scsynth process. That way you don't have to open Supercollider (since you can boot the server again from OM) Stephane Boussuge and opmo 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.