1. Crashed and lost

------=_NextPart_000_000E_01BDD29D.38BDC060
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All

From time to time when I am programming in Euphoria MS-DOS mode by =
computer jumps back to windows 95 with the message Critical Error. The =
last time it did this when I load the program back into the editor I =
found that the last 400 lines of the program gone!

I decided to start the computer in MS-DOS mode by pressing F8 when the =
'Starting windows' message appears and then selecting 'DOS prompt only =
from the menu, to see if this would solve the problem. But to day whilst =
running a small program I was debugging my computer re-booted it self!!

I am not using any commands from machine.e which may cause havoc. All =
other software on my machine runs fine.

As anyone else experienced similar problems?
Dose any one know how to prevent this problem?

Thanks for any advice.

Regard,

Roy


------=_NextPart_000_000E_01BDD29D.38BDC060
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Hi All</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>From time to time when I am programming in Euphoria =
MS-DOS=20
mode by computer jumps back to <FONT color=3D#000000>windows </FONT>95 =
with the=20
message Critical Error. The last time it did this when I load the =
program back=20
into the editor I found that the last 400 lines of the program=20
gone!</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I <FONT color=3D#000000>decided </FONT>to start the =
computer in=20
MS-DOS mode by pressing F8 when the 'Starting windows' message appears =
and then=20
selecting 'DOS prompt only from the menu, to see if this would solve the =

problem. But to day whilst running a small program I was debugging my =
computer=20
re-booted it self!!</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I am not using any commands from machine.e which may =
cause=20
<FONT color=3D#000000>havoc</FONT>. All other software on my machine =
runs=20
fine.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>As anyone else <FONT color=3D#000000>experienced =
</FONT>similar=20
problems?</FONT></DIV>
<DIV><FONT size=3D2>Dose any one know how to prevent this =
problem?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Thanks for any advice.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Regard,</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Roy</FONT></DIV>

------=_NextPart_000_000E_01BDD29D.38BDC060--

new topic     » topic index » view message » categorize

2. Re: Crashed and lost

Roy Shepherd wrote:

> From time to time when I am programming in Euphoria MS-DOS
> mode by computer jumps back to windows 95 with the message
> Critical Error.

I get this on an intermittant basis as well.

-- David Cuny

new topic     » goto parent     » topic index » view message » categorize

3. Re: Crashed and lost

On Fri, 28 Aug 1998, Roy Shepherd wrote:

My mailer munged your post, it may look a little different...

> From time to time when I am programming in Euphoria MS-DOS mode by
> computer jumps back to windows 95 with the message Critical Error. The
> last time it did this when I load the program back into the editor I
> found that the last 400 lines of the program gone!

> I decided to start the computer in MS-DOS mode by pressing F8 when the
> 'Starting windows' message appears and then selecting 'DOS prompt only
> from the menu, to see if this would solve the problem. But to day whilst
> running a small program I was debugging my computer re-booted itself!!

Before you try anything else, run a Virus Scanner. I don't think that's
the problem, but there's nothing to lose.

Do you load any 3rd party extended memory or disk swapping drivers in your
CONFIG.SYS or AUTOEXEC.BAT. e.g. QEMM or suchlike, because I think there
may well be a driver conflict somewhere.

A good guess would be your disk caching software, as it seems like the
writes to disk are being delayed for quite some time.

It may be that the conflict lies completely outside Euphoria, and two
other things in your system are "having a fight" and poor old Euphoria
gets kicked.

Good Luck with the problem,
Carl

--
Carl R White
E-mail...: cyrek- at -bigfoot.com -- Remove the hyphens before mailing. Ta :)
Url......: http://www.bigfoot.com/~cyrek/
In my last few days on the net, I have room for a witty quote. Irony. :S

new topic     » goto parent     » topic index » view message » categorize

4. Re: Crashed and lost

Roy Shepherd writes:
> From time to time when I am programming in Euphoria
> MS-DOS mode by computer jumps back to windows 95
> with the message Critical Error

Some ideas:

There's a known problem, where if you run a program
from the ed editor and you hit control-c, it will usually crash
pretty bad. Solution: run any non-trivial programs directly
from the command line.

You can also see "Critical Error" when a program tries
to open a file that is locked by another program.
This sometimes happens when you run search.ex.
Usually nothing bad results from this.

If it's always the same program, send it to me and
I'll study it.

When something crashes it is a good idea to run
SCANDISK to immediately repair any file system
damage. If you don't clean things up right away,
you risk digging yourself in deeper and possibly
losing files.

Regards,
     Rob Craig
     Rapid Deployment Software
     http://members.aol.com/FilesEu/

new topic     » goto parent     » topic index » view message » categorize

5. Re: Crashed and lost

>Hi All
>
>From time to time when I am programming in Euphoria MS-DOS mode by =
>computer jumps back to windows 95 with the message Critical Error. The
=
>last time it did this when I load the program back into the editor I =
>found that the last 400 lines of the program gone!
>
>I decided to start the computer in MS-DOS mode by pressing F8 when the
=
>'Starting windows' message appears and then selecting 'DOS prompt only
=
>from the menu, to see if this would solve the problem. But to day
whilst =
>running a small program I was debugging my computer re-booted it self!!
>
>I am not using any commands from machine.e which may cause havoc. All =
>other software on my machine runs fine.
>
>As anyone else experienced similar problems?
>Dose any one know how to prevent this problem?
>
>Thanks for any advice.
>
>Regard,
>
>Roy
>
>

Checked the insides of yer computer? Had the same problem with my old
486, to come to find out something was constantly moving to short. :(
Check your power supply too... check the inside of your computer to make
sute that's secure. If everything's good... Check for viruses? no
viruses? reinstall Euphoria? already did? dead-end.

Hope it helps... (I hate acting Technical... what a horrible job... :)

-- "LEVIATHAN"


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view message » categorize

6. Re: Crashed and lost

>Roy Shepherd wrote:
>
>> From time to time when I am programming in Euphoria MS-DOS
>> mode by computer jumps back to windows 95 with the message
>> Critical Error.
>
>I get this on an intermittant basis as well.
>
>-- David Cuny
>

... Whoa... might be something more than I thought... Never happens to
me... I just avoid pressing Ctrl-Break. :) (Computer pukes blue when I
do...)

-- "LEVIATHAN"


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu