Page 1 of 1

newLISP v.10.4.0 would crash with winscript.lsp

Posted: Thu Feb 23, 2012 8:15 am
by redraiment
Hi team,

Today, I upgrade the newLISP from v.10.3.3 to v.10.4.0, found that could not work with winscript.lsp:

Code: Select all

C:\>newlisp
newLISP v.10.4.0 on Win32 IPv4/6 UTF-8, execute 'newlisp -h' for more info.

> (module "winscript.lsp")
MAIN
> (WINSCRIPT:Initialize "VBScript")
The newlisp would crash when initial the winscript.

My os is Windows XP SP3 and newLisp is v.10.4.0 GS with UTF-8_win32.

Thanks!

Re: newLISP v.10.4.0 would crash with winscript.lsp

Posted: Thu Feb 23, 2012 3:17 pm
by Lutz
In line 870 change 265 -> 2312. A corrected version: 0.23 can also be found here:

http://www.newlisp.org/modules/various/ ... t.lsp.html

Re: newLISP v.10.4.0 would crash with winscript.lsp

Posted: Fri Feb 24, 2012 1:20 am
by redraiment
Lutz wrote:In line 870 change 265 -> 2312. A corrected version: 0.23 can also be found here:

http://www.newlisp.org/modules/various/ ... t.lsp.html
Thanks very much! The issue went away.

Actually, I visit that site yesterday and the version is still v0.22. Seems the firefox cache the page and I forget to refresh.

Anyway, I got it now and thanks again!