1. sorry, another little problem
- Posted by John McAdam <john.mcadam at MAIL.TELEPAC.PT>
Mar 12, 2000
-
Last edited Mar 13, 2000
I'm just learning euphoria. I think its great. I really like most everthing.
I'm sorry to bother you all with my little problems. My program was doing fine
(I thought) until it halted with an error message which was also
written in cw.err, which I've copied below. Esc took me back to the euphoria
editor, but trying to run my program again put me at the dos prompt with
the message "palavra chave invalida" which is portuguese for incorrect
password. What did I do wrong this time? I'm in windows. I'm not doing
anything involving any passwords. The exit command gets me back to
the euphoria editor. but esc e just puts me back at the password error again.
--
CauseWay DOS Extender v3.45 Copyright 1992-99 Michael Devore.
All rights reserved.
Exception: 0E, Error code: 0004
EAX=82DA2918 EBX=82DAEF40 ECX=FFFFFFC2 EDX=82DA2918 ESI=82E0ED54
EDI=FFFFFFFF EBP=82D9E23A ESP=82D9E224 EIP=905B5DE8 EFL=00010206
CS=02B7-7D299000 DS=02BF-7D299000 ES=02BF-7D299000
FS=0000-xxxxxxxx GS=02C7-xxxxxxxx SS=02BF-7D299000
CR0=00000000 CR2=00000000 CR3=00000000 TR=0000
Info flags=00008018
Program Linear Load Address: 82D67000
----
JOHN
2. Re: sorry, another little problem
- Posted by Brian Jackson <bjackson at 2FARGON.COM>
Mar 12, 2000
-
Last edited Mar 13, 2000
I'm sorry to say that I have no clue what could be happening. This sounds
very bizarre indeed. If you would privately email me the program that gave
you this problem, I can at least help find out if it only crashes on your
machine, or whether it dislikes all windows systems.
Brian
On Sun, 12 Mar 2000 22:53:45 -0000, John McAdam
<john.mcadam at MAIL.TELEPAC.PT> wrote:
>I'm just learning euphoria. I think its great. I really like most
everthing.
>I'm sorry to bother you all with my little problems. My program was doing
fine
>(I thought) until it halted with an error message which was also
>written in cw.err, which I've copied below. Esc took me back to the
euphoria
>editor, but trying to run my program again put me at the dos prompt with
>the message "palavra chave invalida" which is portuguese for incorrect
>password. What did I do wrong this time? I'm in windows. I'm not doing
>anything involving any passwords. The exit command gets me back to
>the euphoria editor. but esc e just puts me back at the password error
again.
>
>--
>CauseWay DOS Extender v3.45 Copyright 1992-99 Michael Devore.
>All rights reserved.
>
>Exception: 0E, Error code: 0004
>
>EAX=82DA2918 EBX=82DAEF40 ECX=FFFFFFC2 EDX=82DA2918 ESI=82E0ED54
>EDI=FFFFFFFF EBP=82D9E23A ESP=82D9E224 EIP=905B5DE8 EFL=00010206
>
>CS=02B7-7D299000 DS=02BF-7D299000 ES=02BF-7D299000
>FS=0000-xxxxxxxx GS=02C7-xxxxxxxx SS=02BF-7D299000
>
>CR0=00000000 CR2=00000000 CR3=00000000 TR=0000
>
>Info flags=00008018
>
>Program Linear Load Address: 82D67000
>----
>JOHN