Opened 16 years ago
Closed 16 years ago
#168 closed defect (fixed)
Installation error
Reported by: | carolyn.cho@… | Owned by: | promot |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PromotGuiBase | Version: | |
Severity: | fatal | Keywords: | |
Cc: |
Description
Hello, I am receiving the following error when I try to run ProMoT the first time in Windows XP:
#P"c:
promot
promot-config-run-v-0-8-1.lisp" An
unhandled error occurred during initialization: nil cannot be converted to a pathname.
<The Lisp process exited with status -1 (0xffffffff)>
Change History (2)
comment:1 Changed 16 years ago by rempel
comment:2 Changed 16 years ago by rempel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
the reported error is most likely caused by starting promot.exe directly, which only loads the lisp image promot.dxl. The missing pathname is the environment variable PROMOT_HOME which is set to the installation directory in the start scripts (promot.bat, promot-server.bat, promot-gui.bat). Starting promot using the provided batch files should solve this problem. promot.bat starts promot, both kernel and GUI, or you could start both parts separately (using promot-server.bat and promot-gui.bat).