Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - 2009tester

#1
newLISP newS / Re: ERR: no working directory found
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)
#2
newLISP newS / ERR: no working directory found
November 24, 2012, 04:17:56 AM
on Win XP.



newLisp - GS

tells

ERR: no working directory found .



what to do?