Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ExtendeD

Pages: 1 ... 50 51 [52] 53 54 55
766
Miscellaneous / Re: How are those "versions" of programms numbered?
« on: October 03, 2010, 03:50:47 am »
There's a wikipedia article on the subject: http://en.wikipedia.org/wiki/Software_versioning

Some intermediate versions are unreleased.
Some numbers may also be the build number, automatically incremented by the build server, whether its a release build or not.

767
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: October 03, 2010, 03:21:59 am »
I do.

The black screen and clock freeze crashes seem to depend on the state of the calculator (number of files, previous use, ...), this doesn't make debugging easy.

768
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: October 02, 2010, 05:44:18 am »
Okay, good. I think it will really be appreciated if we could install Ndless when not near a computer... especially when testing a program that might crash the calculator. We could even spread Ndless around in schools once it is released :D

Here is a workaround posted by Yifan on UTI:

Quote
Ok, just a FYI, if you accidentally restarted the calculator (for 84 keypad or something), and want to use ndless 1.7 again, but don't have access to a computer. If a friend has a nspire, you can use the link cable and install ndless. Same as with PC. Click on Ndless installer, and quickly plug in the cable (other end in friend's nspire). It works.

769
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: October 02, 2010, 05:33:26 am »
Here is the latest snapshot by Google cache: http://www.mirari.fr/l5vG

The I/O ports page has been fetched on  9 Sept. The Interrupts page has been fetched on 24 Sept.
I don't know if those are the latest version.

770
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: October 01, 2010, 06:38:23 pm »
I might have an idea for this clock freeze issue: the installation is executed from an IRQ handler, and call several syscalls. The (random) interrupted OS function and the syscalls called by the installer may use TCT_Protect() to protect their critical sections. The TCT_Protect-s may conflict and hang, waiting for the lock to be released, which will never happen.
Maybe connecting the USB cable during the installation triggers interrupts and change the race condition, which tend to bypass the issue.

I've seen the problem on nspire_emu, but it's not easily reproducable.
I'll try to avoid installing Ndless from the IRQ handler, and rather hook a safe OS function.

771
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: September 30, 2010, 02:21:57 pm »
Sure, this a blocking issue.

772
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: September 30, 2010, 02:17:52 pm »
Here is what I have understood from the different bug reports: to guarantee no clock freeze and no black screen, the sequence must be to:
- run the installer
- connect the cable during the installation
- keep the cable plugged in during hot reboot

Without hot reboot, there shouldn't be any black screen issue, but the freeze issue probably won't be fixed.

Quote
Perhaps there is some sort of inherent problem in OS 1.7 with booting again without reloading the OS?

It does seem to make the OS very unstable, and the "theta" unstability is most probably related. This is why I'm getting rid of it.

773
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: September 30, 2010, 12:27:46 pm »
I'm currently reworking the installation process to get rid of the hot reboot.
This should simultaneously fix "Random black screen after reboot at installation time", "Random crash when running programs on real hardware:", "Variables changed to theta:", "Broken uninstallation:" and "Reboot when turning the calculator on:".

But I have unfortunately no clue for this connection requirement :(

774
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: September 30, 2010, 06:15:39 am »
Ndless 1.7 installation now only requires a linking program, so TiLP can be used.
I think several developers such as bwang are testing Ndless 1.7 from Linux.

775
News / Re: One million hits in one month and a Nspire NES emulator?
« on: September 28, 2010, 03:10:41 pm »
Excellent, once again brought to us amazingly fast by Goplat :)

776
TI-Nspire / Re: Would an NES emulator be possible on nSpire?
« on: September 27, 2010, 08:01:27 am »
Ncubate does not support Ndless 1.7, which is what qazz42 is using.
Well it should, did you see any problem?

777
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: September 27, 2010, 07:47:20 am »
The open issues are identified in the first post of the topic. We are open to any information and contribution to fix them.

And as bwang points out, we would like developers to port their programs to Ndless 1.7 and post any bug report or suggestion. Building from the source code shouldn't be difficult, we can provide help if needed.

778
TI-Nspire / Re: Ncubate - nspire_emu enhanced
« on: September 21, 2010, 04:02:16 am »
New version available:

* v032a - 2010/09/21
 - Migrate to nspire_emu v032
 - ADD: Debugger command 'ss'
 - ADD: Debugger command 'wf'
 - CHG: Debugger command 'w' renamed to 'wm'
 - FIX: Debugger command 'j' supports thumb state
 - FIX: Broken debugger command 'w' (now 'wm')

779
Trapped for the TI-Nspire and TI-89 / Re: Block Dude Nspire
« on: September 20, 2010, 07:25:28 am »
I have just tried the 1.7 version, it works quite well :)

Unfortunately the connectors of my calculator are now in a really bad state, I can't keep it in the hand without getting a reboot or a white screen, I must keep it on a table and only press the keys.

780
TI-Nspire / Re: Nspire Raycaster
« on: September 20, 2010, 02:58:27 am »
remember, this is on 1.7 only, so I really dont mind

on 2.0 there are no reboots

So you mean your calculator is unstable on OS 1.7 even without Ndless?

Pages: 1 ... 50 51 [52] 53 54 55