newlisp-gs on Vista

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
TheBrian
Posts: 1
Joined: Tue Mar 31, 2009 8:04 pm

newlisp-gs on Vista

Post by TheBrian »

I am running the newlisp-gs on a vista machine at work it works great, except...

When I try and run any of the guiserver demos i get the following:

> ("C" ".")
(lambda (gs:id gs:action) (net-send gs:out (string "frame-resized " gs:id " " gs:action
"\n")))

and then nothing happens, it just seems to hang.
I am running Vista Ultimate with a Roaming Network and have JRE 1.6 installed. Any Ideas?

P.S. I am running on XP at home and I have no problems at all.

Kazimir Majorinc
Posts: 388
Joined: Thu May 08, 2008 1:24 am
Location: Croatia
Contact:

Post by Kazimir Majorinc »

I use Vista 64, and JRE 6.0.12 but it works. I have your symptoms if I run program, then try to run new one although i didn't closed previous one.

Locked