π
<-
Chat plein-écran
[^]

ICE Compiler

Assembleur, Axe, C/C++, ICE...

Re: ICE Compiler

Message non lude PT_ » 24 Nov 2016, 20:05

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 :)
Age of CEmpires I - In progress!
40%
Avatar de l’utilisateur
PT_Programmeur
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Prochain niv.: 57.2%
 
Messages: 259
Inscription: 09 Fév 2016, 23:06
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: ICE Compiler

Message non lude sautax » 27 Nov 2016, 12:39

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
Mes projets :
-Environnement numworks sur PC
-TILIB
-AGAME
Avatar de l’utilisateur
sautaxProgrammeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 21.6%
 
Messages: 65
Inscription: 21 Sep 2016, 14:31
Localisation: Quelque part dans le sud
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: Terminale S-SI
YouTube: sautax

Re: ICE Compiler

Message non lude PT_ » 28 Nov 2016, 09:06

Hmm, it seems I did something totally wrong with nested For-loops :troll:
Fixed and updated!

archives_voir.php?id=587211
Age of CEmpires I - In progress!
40%
Avatar de l’utilisateur
PT_Programmeur
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Prochain niv.: 57.2%
 
Messages: 259
Inscription: 09 Fév 2016, 23:06
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: ICE Compiler

Message non lude Ti64CLi++ » 29 Nov 2016, 13:52

the ICE program PONG doesn't work on my TI 83 PCE. :(
I can't compile it, ICE freeze :(
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: ICE Compiler

Message non lude PT_ » 29 Nov 2016, 15:31

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 ;) )
Age of CEmpires I - In progress!
40%
Avatar de l’utilisateur
PT_Programmeur
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Prochain niv.: 57.2%
 
Messages: 259
Inscription: 09 Fév 2016, 23:06
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: ICE Compiler

Message non lude Ti64CLi++ » 29 Nov 2016, 17:31

I have ICE 1.2.4 : archives_voir.php?id=587211
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: ICE Compiler

Message non lude sautax » 29 Nov 2016, 23:13

Ti64CLi++ a écrit:I have ICE 1.2.4 : archives_voir.php?id=587211

I think you need to re-download it
Mes projets :
-Environnement numworks sur PC
-TILIB
-AGAME
Avatar de l’utilisateur
sautaxProgrammeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 21.6%
 
Messages: 65
Inscription: 21 Sep 2016, 14:31
Localisation: Quelque part dans le sud
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: Terminale S-SI
YouTube: sautax

Re: ICE Compiler

Message non lude Ti64CLi++ » 30 Nov 2016, 14:21

Ok, I try, and I repost if it works ;)
Image
Avatar de l’utilisateur
Ti64CLi++Modo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 32.3%
 
Messages: 3441
Images: 75
Inscription: 04 Juil 2014, 14:40
Localisation: Clermont-Ferrand 63
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: ENS Rennes
GitHub: Ti64CLi

Re: ICE Compiler

Message non lude STaa » 03 Déc 2016, 14:46

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
Avatar de l’utilisateur
STaaVIP++
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 41.7%
 
Messages: 31
Inscription: 02 Déc 2016, 21:56
Localisation: Paris 11
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: ICE Compiler

Message non lude PT_ » 03 Déc 2016, 15:15

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! :)
Age of CEmpires I - In progress!
40%
Avatar de l’utilisateur
PT_Programmeur
Niveau 13: CU (Calculateur Universel)
Niveau 13: CU (Calculateur Universel)
Prochain niv.: 57.2%
 
Messages: 259
Inscription: 09 Fév 2016, 23:06
Genre: Homme
Calculatrice(s):
MyCalcs profile

PrécédenteSuivante

Retourner vers Langages alternatifs

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 13 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
1265 utilisateurs:
>1246 invités
>14 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)