ERR: no working directory found

Notices and updates
Locked
2009tester
Posts: 2
Joined: Sat Aug 04, 2012 5:02 am

ERR: no working directory found

Post by 2009tester »

on Win XP.

newLisp - GS
tells
ERR: no working directory found .

what to do?

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Re: ERR: no working directory found

Post 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!

2009tester
Posts: 2
Joined: Sat Aug 04, 2012 5:02 am

Re: ERR: no working directory found

Post 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)

bairui
Posts: 64
Joined: Sun May 06, 2012 2:04 am
Location: China
Contact:

Re: ERR: no working directory found

Post 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\ ?

Locked