mikelevins / xmlisp

Automatically exported from code.google.com/p/xmlisp
0 stars 0 forks source link

Crash when starting #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Following instructions on home page of project. No previous installation of 
xmllisp or clozure cl is present.

1. Download 0.3 version for Intel
2. Move XMLLisp to Applications
2. Double-click on Agentsheets-Globe.lisp
3. choose Lisp-> Load Buffer

What is the expected output? What do you see instead?

Expect simulation to run. 

See 

Unhandled exception 10 at 0x8fe010e3, context->regs at #xb029e5fc
Exception occurred while executing foreign code
? for help
[16456] Clozure CL kernel debugger:

What version of the product are you using? On what operating system?

I am using 0.3 Intel on a MacBook Pro OS X 10.6.2 

Please provide any additional information below.

This seems to be the response no matter what I do. Do I need to install 
Clozure CL first?

Original issue reported on code.google.com by charles....@gmail.com on 17 Feb 2010 at 1:38

GoogleCodeExporter commented 9 years ago
Ok, it's happier when I install Clozure CL. You should add this to the 
instructions.

Now I am getting the following in the Listener window:

Welcome to Clozure Common Lisp Version 1.3-r11936  (DarwinX8664)!
? 
> Error: There is no package named "XLUI" .
> While executing: CCL::SET-PACKAGE, in process Listener(6).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry finding package with name "XLUI".
> Type :? for other options.
1 > 

Original comment by charles....@gmail.com on 17 Feb 2010 at 2:00

GoogleCodeExporter commented 9 years ago
While I found the XLUI folder in the source code, I don't know how to run from 
the 
source. Can you give some instructions?

Original comment by charles....@gmail.com on 17 Feb 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Ok, I got it to work but it was hard for a LISP newb

1. check out source
2. modify XMLisp-init.lisp path (see comment)
3. Load Buffer on that file.
4. Double click on the desired lisp file to open
5. Load Buffer on that file.

Original comment by charles....@gmail.com on 18 Feb 2010 at 7:59

GoogleCodeExporter commented 9 years ago
0.3 does not run OS X 10.6. because it was based on an older version of CCL 
which did not run at all on OS X 
10.6 You have to fire up a newer version of Clozure Common Lisp and load the 
init file with a path set to your 
source folder. We will make a new binary hopefully also including the Windows 
version. With the application you 
can just double click the open and eval the examples with no need to download 
CCL and patch paths.

Original comment by alex.rep...@gmail.com on 31 Mar 2010 at 2:31

GoogleCodeExporter commented 9 years ago
Fixed in XMLisp 0.3.5

Original comment by alex.rep...@gmail.com on 20 Apr 2010 at 1:33