Page 12 sur 24

Re: ICE Compiler

Message non luPosté: 24 Nov 2016, 20:05
de PT_
sautax a écrit:There is a bug in your new version 1.2.4 with ram cleared ....
i go back to the 1.2.3

Would be nice if I get some more information :)
Did it cleared the RAM during compiling, or during execution of the output program?
And can you please hand me the source, then I can maybe trace the bug :)

Thanks in advance!

EDIT: I found the bug. Thanks! Just redownload ICE and you should be fine :)

Re: ICE Compiler

Message non luPosté: 27 Nov 2016, 12:39
de sautax
Hello PT_ !
I found a new bug, a freeze :troll: it's happening when running this program :
Code: Tout sélectionner
[i]ANIMTB
det(0
0->T
0->S
0->Y
0->X
det(2,0
For(B,0,100,20
   
   
   For(A,0+Y,300-Y,20
      det(42,A,Y,20,20
      Pause 10
   End
   
   
   For(A,20+Y,220-Y,20
      det(42,300-X,A,20,20
      Pause 10
   End
   
   
   For(A,0+Y,280-Y,20
      det(42,280-A,220-Y,20,20
      Pause 10
   End
   
   
   For(A,0+Y,200-Y,20
      det(42,X,200-A,20,20
      Pause 10
   End
   
   
   X+20->X
   Y+20->Y
   
   
   
End


Pause
det(1

i can't exit the program
it works with a compilation with ICE 1.2.3

Re: ICE Compiler

Message non luPosté: 28 Nov 2016, 09:06
de PT_
Hmm, it seems I did something totally wrong with nested For-loops :troll:
Fixed and updated!

archives_voir.php?id=587211

Re: ICE Compiler

Message non luPosté: 29 Nov 2016, 13:52
de Ti64CLi++
the ICE program PONG doesn't work on my TI 83 PCE. :(
I can't compile it, ICE freeze :(

Re: ICE Compiler

Message non luPosté: 29 Nov 2016, 15:31
de PT_
Ti64CLi++ a écrit:the ICE program PONG doesn't work on my TI 83 PCE. :(
I can't compile it, ICE freeze :(

Are you sure you have the latest ICE version? (v1.4) I can happen that I left some debugging tools in ICE that causes a 'freeze' (actually, it opens the debugger menu ;) )

Re: ICE Compiler

Message non luPosté: 29 Nov 2016, 17:31
de Ti64CLi++
I have ICE 1.2.4 : archives_voir.php?id=587211

Re: ICE Compiler

Message non luPosté: 29 Nov 2016, 23:13
de sautax
Ti64CLi++ a écrit:I have ICE 1.2.4 : archives_voir.php?id=587211

I think you need to re-download it

Re: ICE Compiler

Message non luPosté: 30 Nov 2016, 14:21
de Ti64CLi++
Ok, I try, and I repost if it works ;)

Re: ICE Compiler

Message non luPosté: 03 Déc 2016, 14:46
de STaa
I have a bug, whenever I compile a program that already exists in the ram, I have a syntax error.

Also, large programs doesn't show the progress bar.

Thanks

P.S: It also launch some commands completly randomly from time to time

Re: ICE Compiler

Message non luPosté: 03 Déc 2016, 15:15
de PT_
STaa a écrit:I have a bug, whenever I compile a program that already exists in the ram, I have a syntax error.

Also, large programs doesn't show the progress bar.

Thanks

P.S: It also launch some commands completly randomly from time to time

This sounds very weird to me. Have you downloaded the latest ICE version. And if you are sure you have, and the bugs still occur, can you maybe screenshot it, so I can see it? And maybe can you give me the source? Thanks! :)