[#6363] Re: rescue clause affecting IO loop behavior — ts <decoux@...>

>>>>> "D" == David Alan Black <dblack@candle.superlink.net> writes:

17 messages 2000/11/14
[#6367] Re: rescue clause affecting IO loop behavior — David Alan Black <dblack@...> 2000/11/14

Hello again --

[#6582] best way to interleaf arrays? — David Alan Black <dblack@...>

Hello --

15 messages 2000/11/26

[#6646] RE: Array Intersect (&) question — Aleksi Niemel<aleksi.niemela@...>

Ross asked something about widely known and largely ignored language (on

23 messages 2000/11/29
[#6652] RE: Array Intersect (&) question — rpmohn@... (Ross Mohn) 2000/11/29

aleksi.niemela@cinnober.com (Aleksi Niemel) wrote in

[#6723] Re: Array Intersect (&) question — Mathieu Bouchard <matju@...> 2000/12/01

> >Use a hash. Here's code to do both and more. It assumes that

[#6656] printing/accessing arrays and hashes — raja@... (Raja S.)

I'm coming to Ruby with a Python & Common Lisp background.

24 messages 2000/11/30

[ruby-talk:6077] Re: Cygwin conflicts

From: "Conrad Schneiker" <schneiker@...>
Date: 2000-11-06 11:40:02 UTC
List: ruby-talk #6077
Conrad Schneiker wrote:

> Conrad Schneiker wrote:
>
> > Dave Thomas wrote:
> >
> > > Try renaming he cygwin1.dll that came with the cygnus tools, so that
> > > both bash and Ruby use Ruby's version.
> >
> > Hmm. I thought I had tried that already yesterday on my other NT machine
> > without success.
>
> Well, I just tried this again on the other NT machine again and it worked
> too. (However it has since been rebooted again, so that may have had some
> effect; maybe I missed a reboot after one of the path changes or
> something.)
>
> And restoring the registry (on the NT machine that had the strange
> tooltips death after every login) fixed the problem. Due to an approaching
> storm, I didn't get a chance to reinstall Ruby again to see whether this
> (plus wanting to reboot after getting the installer but before doing the
> Ruby installation) could be anything more than just a bizarre coincidence.

After reinstalling Ruby, this error once more started occurring just after
login:

  MSTips Engine Services: tips.exe - Application Error

  The instructions at ... referenced memory at "0x00000000" The memory could
not
  be "written".

Before reinstalling Ruby, I saved (exported) a copy of the Registry with
regedit. (I forgot to do this last time, and it tool almost an hour to
restore it from a backup tape using NT's backup/restore application.)

So when I tried to restore (import) the previous copy of the Registry this
time, I got the following totally bogus error message:

  System Process - License Violation

  The system has detected tampering with your registered product type. This
is a
  violation of your software license. Tampering with product type is not
  permitted.

I don't know what to make of this--I've never seen such installation side
effects before, and I've never seen regedit choke on its own input before. I
guess this is the sort of thing that helps generates the great numbers of
Windows-haters in the world, and I guess I've just been unusually lucky up
to now.

Conrad



In This Thread