Author Topic: TI-Nspire OS 3.2 is out!  (Read 42334 times)

0 Members and 2 Guests are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire OS 3.2 is out!
« Reply #45 on: June 10, 2012, 12:28:23 pm »
Some of the new bugs have been fixed.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: TI-Nspire OS 3.2 is out!
« Reply #46 on: June 10, 2012, 12:43:42 pm »
Quote
From what I read on the nspire teachers site, 3.2 has caused new bugs which is not good news.
It did, indeed. But did anyone seriously expect better from TI, despite the delay of three months ? :D
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: TI-Nspire OS 3.2 is out!
« Reply #47 on: June 10, 2012, 12:45:37 pm »
Yep, in 3.2 : new bugs came, some old ones were fixed and some others (but sometimes there are even on the 68k) were not.
« Last Edit: June 10, 2012, 12:45:47 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Dingus

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 129
  • Rating: +19/-6
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #48 on: June 10, 2012, 03:18:29 pm »

I guess not. 
Quote
From what I read on the nspire teachers site, 3.2 has caused new bugs which is not good news.
It did, indeed. But did anyone seriously expect better from TI, despite the delay of three months ? :D

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #49 on: June 10, 2012, 03:19:26 pm »
What are the bugs?
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: TI-Nspire OS 3.2 is out!
« Reply #50 on: June 10, 2012, 05:32:27 pm »
Slowness in Basic loops, still some CAS bugs, and still a bug that was in 3.1 about a random reboot with 3D graphs
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #51 on: June 11, 2012, 08:55:48 am »
Has anyone else noticed the dramatic decrease in speed in the notes app and TI-BASIC (and probable some other places too)? It's unbearable. Loops, for example, are very slow with printing results to the screen, really annoying since I was developing something that does that a lot. I read that the slowness in the notes app is caused by bad XML, it's a tree with a leaf for every word O.O (and a word has a lot of params). I think I'll return to OS 3.1 again for now...

This loop finished in +/- 20 sec on OS 3.1 and in approx 2 min. ( :o) on OS 3.2
Code: [Select]
Local i
For i,1,100
Disp i," ",(i^2)-1
EndFor


grilled : https://groups.google.com/forum/?fromgroups#!topic/tinspire/_mB8zLLoCLg

I said I read it somewhere.  I'm not claiming I discovered it, I read it, ran the example on my calc and decided to post it, and then forgot where I read it. So if it seems like I claim it as my discovery, sorry for that :), I was just pointing to it.

Some people need a high five in the face... with a chair.
~EC

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire OS 3.2 is out!
« Reply #52 on: June 11, 2012, 09:09:06 am »
Ah, don't worry about it ;)

I have send some benchmarks to TI regarding this bug a couple of days ago, and they are looking into it.

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: TI-Nspire OS 3.2 is out!
« Reply #53 on: June 11, 2012, 09:21:19 am »

I said I read it somewhere.  I'm not claiming I discovered it, I read it, ran the example on my calc and decided to post it, and then forgot where I read it. So if it seems like I claim it as my discovery, sorry for that :), I was just pointing to it.
But in the thread you read, there were two questions. One regarding the slowiness of the Disp function, and another one regarding the Notes app. The XML tree problem is in the Notes app. I have never looked closely how the Calculus app was encoded.
« Last Edit: June 11, 2012, 11:31:42 am by adriweb »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Sebasu

  • LV2 Member (Next: 40)
  • **
  • Posts: 31
  • Rating: +0/-0
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #54 on: June 12, 2012, 05:37:15 pm »
wow 3.2 is slowest!!!

Local i
For i,1,100
Disp i," ",(i^2)-1
EndFor

in os 3.1 it takes 14 sec to complete but in os 3.2 it takes 51 sec
it happen too with the 'While' function
what happen to TI?
fortunately OS 3.1 can open 3.2 files, then we can use scriping software 3.2 whith api 1.0 and use this in calculators with OS 3.1
now... os 3.2 has new interesting functions that someone could need then:
depending of what kind of use anyone want, will use 3.1 or 3.2

i will test more... i think that the problem can be the 'Disp' function and not the loops
because, the progams that i did some time ago with no loops, takes some time to display al text that it has to

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #55 on: June 12, 2012, 05:41:11 pm »
That is a pretty big slowdown...  :o
Basic, right?

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: TI-Nspire OS 3.2 is out!
« Reply #56 on: June 12, 2012, 05:42:46 pm »
It is the Disp function that is the problem. How more arguments how slower. TI is aware of the issue and looking into it.

Offline Sebasu

  • LV2 Member (Next: 40)
  • **
  • Posts: 31
  • Rating: +0/-0
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #57 on: June 12, 2012, 05:50:38 pm »
Basic, yes
I just try my program in the system 3.1 and the print speed is dramatically faster than in OS 3.2
we'll have to wait for the next update to correct this horrible bug

Offline Dingus

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 129
  • Rating: +19/-6
    • View Profile
Re: TI-Nspire OS 3.2 is out!
« Reply #58 on: June 12, 2012, 07:51:26 pm »
If TI tested 3.2, wouldn't it be apparent on some level that it is much slower than 3.1.  And if that is true, does that indicate that TI doesn't do much testing but counts on the customer to find their screw ups for them, for free of course.  That's the only way I can understand why the os updates are constantly flawed, and I wonder how math teachers have time to do things like develope lesson plans when they are constantly reacting to new os bugs and other hardware issues if they use nspires to teach.     
It is the Disp function that is the problem. How more arguments how slower. TI is aware of the issue and looking into it.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: TI-Nspire OS 3.2 is out!
« Reply #59 on: June 12, 2012, 08:07:57 pm »
I actually wonder how nobody testing the BASIC stuff saw that o_O
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation