Page 1 of 1
ERR: no working directory found
Posted: Sat Nov 24, 2012 12:17 pm
by 2009tester
on Win XP.
newLisp - GS
tells
ERR: no working directory found .
what to do?
Re: ERR: no working directory found
Posted: Sat Nov 24, 2012 3:37 pm
by cormullion
Hi. Have a look on this forum. Eg
http://newlispfanclub.alh.net/forum/vie ... 8&p=,20255
Let us know how you get on!
Re: ERR: no working directory found
Posted: Mon Nov 26, 2012 4:51 pm
by 2009tester
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)
Re: ERR: no working directory found
Posted: Mon Nov 26, 2012 9:49 pm
by bairui
(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\ ?