Post Reply 
Prime G2 crashes with break command
09-02-2019, 04:54 PM
Post: #7
RE: Prime G2 crashes with break command
(09-01-2019 05:59 PM)sc99cs Wrote:  Hello,

I recently bought a Prime G2 and I'm still playing around with it, looking at the demo programs. Every time I run the Demo_BREAK the calculator crashes.

EXPORT Demo_BREAK()
BEGIN
FOR A FROM 1 TO 10 DO
B:= (A+3) MOD 5;
IF B==1 THEN BREAK;
END;
END;
END;

The crash occurs when the program exits, so if I add a message box, the message box text is displayed and then the calculator crashes. Following advice I have tried memory resets and formatting the C drive in recovery mode with no success.

Does this happen to anyone else's G2?

Software Version 2.1.14181 (2018 1016)

Thanks.
Steve

It happens to me as well. Are we about due for a firmware update? Someone mentioned we might be. I hope the BREAK problem was fixed. If we could choose only one or the other (XOR?), I'd rather have existing bugs squashed than new features!

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Prime G2 crashes with break command - toml_12953 - 09-02-2019 04:54 PM



User(s) browsing this thread: 1 Guest(s)