newLISP Fan Club

Forum => newLISP newS => Topic started by: 2009tester on November 24, 2012, 04:17:56 AM

Title: ERR: no working directory found
Post by: 2009tester on November 24, 2012, 04:17:56 AM
on Win XP.



newLisp - GS

tells

ERR: no working directory found .



what to do?
Title: Re: ERR: no working directory found
Post by: cormullion on November 24, 2012, 07:37:38 AM
Hi. Have a look on this forum. Eg //http://newlispfanclub.alh.net/forum/viewtopic.php?f=9&t=4078&p=,20255



Let us know how you get on!
Title: Re: ERR: no working directory found
Post by: 2009tester on November 26, 2012, 08:51:22 AM
it did not work on XP.

All the env variables HOME  USERPROFILE  DOCUMENT_ROOT  TEMP

 are set to existing directories.



Still the same problem.

Pls advise how to spot the error.



Here below my settings

===============



(context 'config)



(set 'currentAltShell "")



(set 'currentAppHeight 688)



(set 'currentAppWidth 800)



(set 'currentAppX 74)



(set 'currentAppY 40)



(set 'currentBackground '(1 1 1))



(set 'currentDir "c:\DOCUME~1\joe\home\")



(set 'currentExtension "")



(set 'currentFontName "Monospaced")



(set 'currentFontSize 14)



(set 'currentForeground '(0 0 0.2))



(set 'currentMonitorBackground '(0.95 0.95 0.95))



(set 'currentMonitorFontName "Monospaced")



(set 'currentMonitorFontSize 14)



(set 'currentMonitorForeground '(0.1 0.1 0.5))



(set 'currentScripts '(

  ("Word count" "C:\Program Files\newlisp/guiserver/word-count.lsp" "content")

  ("Uppercase" "C:\Program Files\newlisp/guiserver/uppercase.lsp" "selection" "F4")))



(set 'currentTabsPosition "top")



(set 'currentTabsize 16)



(set 'currentThemeIdx 0)



(set 'currentThemes '(

  ("Mozart" (1 1 1) (0 0 0) (0.5 0.5 0.8) (0.7 0.7 1) (0.5 0.5 0.5) (0 0 0.75) (0

    0.5 0)

   (0.5 0.5 0)

   (0.35 0.35 0.5)

   (0.5 0 0))

  ("Herrmann" (0.3242 0.3984 0.4648) (0.6875 0.6992 0.5781) (0.918 0.4961 0.1016)

   (0.2773 0.3164 0.4258)

   (0.5 0.5781 0.597)

   (0.125 0.2031 0.332)

   (0.5547 0.6562 0.6562)

   (0.8203 0.6055 0.1953)

   (0.8203 0.6055 0.1953)

   (0.125 0.2031 0.332))

  ("Shostakovich" (0.2 0.2 0.2) (0.9 0.9 0.9) (0.7 0.7 0.7) (0.8 0.8 1) (0.6 0.6

    0.6)

   (0.9 0.9 0.3)

   (0.4 0.9 0.4)

   (0.75 0.75 0.95)

   (0.5 0.5 0.9)

   (1 0.3 0.3))))



(set 'currentToolbarFloatable "no")



(set 'currentToolbarShow "yes")





(context MAIN)
Title: Re: ERR: no working directory found
Post by: bairui on November 26, 2012, 01:49:20 PM
(this could be utterly off track, but i've seen something similar before)



Do you have any non-ascii characters in your path?

Does it work if you move your working directory to c:foo ?