newLISP v.10.4.0 would crash with winscript.lsp

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
redraiment
Posts: 2
Joined: Thu Feb 23, 2012 5:30 am

newLISP v.10.4.0 would crash with winscript.lsp

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

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

Post 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

redraiment
Posts: 2
Joined: Thu Feb 23, 2012 5:30 am

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

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

Locked