Author Topic: General Ndless Questions and Support  (Read 105340 times)

0 Members and 1 Guest are viewing this topic.

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #30 on: July 16, 2011, 04:58:54 pm »
Thats it then. You can't send files without .tns extension to your calculator. Just add them like xxx.gbc -> xxx.gbc.tns, then it should work.

Offline [red]

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #31 on: July 16, 2011, 04:59:44 pm »
Just add the tag on?

Edit: It now recognizes the file, but gbc4nspire now doesn't want to work. Apparently the document format isn't supported, although it does have the tns tag (gbc4nspire_t.tns). In the past, I have been able to open it, although it said something to the effect of "no roms available.". Thanks for the help so far.
« Last Edit: July 16, 2011, 05:08:07 pm by [red] »

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #32 on: July 16, 2011, 05:06:18 pm »
Yes that's what I say I think :)

Offline [red]

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #33 on: July 16, 2011, 05:13:48 pm »
That the emulator doesn't recongize the rom? I click on gbc4nspire and it comes up with an error saying "This document format is not supported. gbc4nspire_t.tns".

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #34 on: July 16, 2011, 05:16:58 pm »
That does happen if ndless is not installed.

Offline [red]

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #35 on: July 16, 2011, 05:18:54 pm »
*Fail* Thanks. I forgot to reinstall after resetting. It now works perfectly. You're awesome, thanks for all your help!
« Last Edit: July 16, 2011, 05:21:02 pm by [red] »

Offline shrear

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 193
  • Rating: +17/-0
    • View Profile
Re: General Ndless Questions and Support
« Reply #36 on: July 16, 2011, 05:20:52 pm »
No problem ;)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: General Ndless Questions and Support
« Reply #37 on: August 01, 2011, 01:02:34 pm »
Hi, I am using the clickpad noncas with the OS 2.0.1 but always when I try to install the ndless it does reboot,

Am I too impatience? or a five times try should be enough?

//No cable connected
I am using the right installer 2.0.1
and ndless worked on the 1.7 version (I don't know if this means something )

Should I keep trying try to upgrade again to 2.1?
//if possible I don't wanna downgrade to 1.7

Thanks for all the fish!
« Last Edit: August 01, 2011, 01:03:49 pm by kyllopardiun »

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: General Ndless Questions and Support
« Reply #38 on: August 07, 2011, 07:30:28 pm »
I am sorry for double posting, but I really want to know this...  ???

Ashbad

  • Guest
Re: General Ndless Questions and Support
« Reply #39 on: August 07, 2011, 07:52:26 pm »
Don't worry, that's not a double post ;)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: General Ndless Questions and Support
« Reply #40 on: August 07, 2011, 07:58:26 pm »
Don't worry, that's not a double post ;)
BTW,
Do you know about my question?

Ashbad

  • Guest
Re: General Ndless Questions and Support
« Reply #41 on: August 07, 2011, 07:59:10 pm »
Don't worry, that's not a double post ;)
BTW,
Do you know about my question?

Unfortunately, no.

Offline tangrs

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 229
  • Rating: +98/-0
    • View Profile
    • tangrs blog
Re: General Ndless Questions and Support
« Reply #42 on: April 09, 2012, 03:10:07 am »
Just a quick question, are Ndless syscalls reentrant?

Offline ExtendeD

  • Project Author
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: General Ndless Questions and Support
« Reply #43 on: April 09, 2012, 04:09:28 am »
I don't think so. A global variable ("saved_lr") is used, I don't know how this could be changed (see ints.c).
Are you trying to call a syscall from a callback passed to another one?
Ndless.me with the finest TI-Nspire programs

Offline tangrs

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 229
  • Rating: +98/-0
    • View Profile
    • tangrs blog
Re: General Ndless Questions and Support
« Reply #44 on: April 09, 2012, 04:11:02 am »
No, I was working on my multithreading POC and was wondering if I need to disable interrupts prior to syscalls