Install problems with WindowsME

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Install problems with WindowsME

Post by pjot »

Hi,

Today I had to install WindowsME on my second (smaller) machine. Of course I installed newLisp 8.6.1. However, newLisp-tk does not start and generates the following warning:
Error sourcing /freewrap/newlisp-tk.tcl: can't read "env PROGRAMFILES)": no such variable
Is WindowsME supported at all? The console binary runs fine. I thought I'ld let you know.

Peter

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

Post by Lutz »

the oldest version supported is Windows 2k, but you could set the environment variable PROGRAMFILES in the autoexec.bat file of Windows ME.

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Well I already found it. I installed newLisp into "c:\newlisp". Therefore, I have to put the environment variable "PROGRAMFILES" to the directory above it, e.g. "c:\". So I added this line to 'autoexec.bat' and rebooted:

Code: Select all

SET PROGRAMFILES=c:\
Now newLisp-TK works perfectly all right. If I installed newLisp into "c:\program files\newlisp\", then the environment variable has to point to "c:\program files\".

Thanks
Peter

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

WindowsME is evil. There are sooooo many other operating systems to choose from!

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

You are completely right! I abandoned Windoze almost 10 years ago, after those crashes with Win95, and switched to Linux permanently. But now I need it for some experiments... probably it's of my hard drive next week (phew!).

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

I wasn't taking a crack at Micro$oft, or Windows in general. I was referring specifically to WindowsME as evil. Use Windows for Workgroups, or anything but WindowsME.

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Well, let's not be too harsh on WindowsME! :-) I had to do the following things to get it stable:

------------------
1) Remove the System Restore functionality completely
2) Edit 'system.ini' with the following settings:

Code: Select all

[vcache]
MinFileCache=51200
MaxFileCache=51200

[386Enh]
PerVMFiles=200
3) Then perform a downgrade on the Explorer Shell since deleting files hung my desktop, as is described here for Win98: http://www.frankprovo.com/win98ie6filesproblem.htm
------------------

It's running quite well now, even my DVDplayer and TVcard are recognized. Maybe I switch back to Windows after all... :-P

Still I can only install programs of which I am sure they will not put something nasty in the SYSTEM directory. But my favorite programs (newLisp, GTK-server, gVim, MinGW, etc) behave correctly.

And of course, already using the newLisp wallpaper!

-Peter

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

If you put the time and effort into money? would it be quicker and cheaper to buy XP or 2000 and install that? ;-)

..hehe..


Norman.
-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Probably. The problem with XP however is, that if I install it, this will cost 3Gb of hard drive space extra. And after installation of Service Pack 1 last week nothing worked anymore.

Locked