Author Topic: [Ndless] Program Won't Run  (Read 6233 times)

0 Members and 1 Guest are viewing this topic.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
[Ndless] Program Won't Run
« on: April 28, 2013, 05:20:32 pm »
I send the hello world program from here, and it keeps popping up, "This document format is not supported. Test.tns"

Can anyone help? I'm using the SDK version beta-r765.
I like milk.

Offline TheNlightenedOne

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 427
  • Rating: +16/-1
    • View Profile
Re: Re: [Ndless] Program Won't Run
« Reply #1 on: April 28, 2013, 07:07:56 pm »
Is Ndless installed on your calc?
"Eris" (Ndless 3.1)
"Keto" (Ndless 3.1)
"Luna" (AMS 3.10, HW4)
"Aurora" (2.55MP)

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #2 on: April 28, 2013, 07:20:21 pm »
Is Ndless installed on your calc?

Yes. As far as I know it is.
I like milk.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: [Ndless] Program Won't Run
« Reply #3 on: April 29, 2013, 01:36:05 am »
These messages are the symptom of Ndless not being installed, hence TheNlightenedOne's question.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #4 on: April 29, 2013, 01:44:29 am »
These messages are the symptom of Ndless not being installed, hence TheNlightenedOne's question.

I'm pretty sure it is because other Ndless programs are running. Also, I tried to reinstall it to see if it would work then too, but it didn't work.
I like milk.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: [Ndless] Program Won't Run
« Reply #5 on: April 29, 2013, 04:47:20 am »
did you compile it or just send the program that comes with the sdk? I had problems with the sdk, too.
« Last Edit: April 29, 2013, 04:48:04 am by aeTIos »
I'm not a nerd but I pretend:

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #6 on: April 29, 2013, 04:06:48 pm »
did you compile it or just send the program that comes with the sdk? I had problems with the sdk, too.

I compiled it, and then I sent the tns to my Nspire and it gave me the error message. Any ideas?
I like milk.

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: [Ndless] Program Won't Run
« Reply #7 on: April 29, 2013, 04:12:56 pm »
did you compile it or just send the program that comes with the sdk? I had problems with the sdk, too.

I compiled it, and then I sent the tns to my Nspire and it gave me the error message. Any ideas?

Program your prizm instead?

* flyingfisch runs



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: [Ndless] Program Won't Run
« Reply #8 on: April 29, 2013, 04:59:44 pm »
This is normal I guess. Look at the console in nspire_emu, it should complain about something like "unsupported bflt loader".
This is a bug in the MakeFile generation using the not-ready-yet bflt loader. You should try to copy a Makefile generated before this version of the SDK that does not use bflt loader.
I do not know why ExtendeD released this version of the trunk with this bug since I already noticed him.
Or, if the trunk has been fixed (I did not looked it in details yet), then sorry for my doubts, and you should update your Ndless on the calc.
But anyway, AFAIK, the trunk has not updated the bflt loader (if it was, it has to appear in news since it did not.. ! )
« Last Edit: April 30, 2013, 06:56:19 am by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #9 on: April 29, 2013, 05:26:45 pm »
This is normal I guess. Look at the console in nspire_emu, it should complain about something like "unsupported blf loader".
This is a bug in the MakeFile generation using the not-ready-yet blf loader. You should try to copy a Makefile generated before this version of the SDK that does not use blf loader.
I do not know why ExtendeD released this version of the trunk with this bug since I already noticed him.
Or, if the trunk has been fixed (I did not looked it in details yet), then sorry for my doubts, and you should update your Ndless on the calc.
But anyway, AFAIK, the trunk has not updated the blf loader (if it was, it has to appear in news since it did not.. ! )

Thank you! It works now!
I like milk.

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #10 on: May 01, 2013, 05:55:41 am »
Thanks, sorry about that, this will be fixed.
Ndless.me with the finest TI-Nspire programs

Offline joyme992

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
Re: [Ndless] Program Won't Run
« Reply #11 on: October 26, 2013, 02:20:27 am »
what comp. language do you use  is it C .




____________________________________________________

Web Design
Wordpress Training