Quote:
Originally Posted by Bboboo
[You must be logged in to view images. Log in or Register.]
I keep getting http://localhost:4444/ could not be found. I take it this is an issue on my side? Any quick suggestions for a fix that I can just google.
|
Look in the console that opened with the browser, if it says something like "NIL is not a STRING value" it means your EQ path could not be found automatically.
In a future release I'll have some more helpful setup interfaces so you could just browse to it etc., and set the path.
For the time being, make sure you have in settings.lisp a line such as:
Code:
(setf *eq-path* "C:/Your/Custom/Location/")
Note that you need to remove the ;; (semi-colons) in front of the sample path, and include the trailing slash (and use forward slashes).