0 Members and 2 Guests are viewing this topic.
Quote from: critor on January 04, 2011, 05:25:20 pmmViewer is quite stable with Ndless 1.7, on non-CAS calculators, or even with Ndless 2.0 on non-CAS calculators.I've got problems with the same binaries with Ndless 2.0 on a CAS ClickPad.After exiting mViewer, the calculator does freeze or reboot very often (which does not happen on the non-CAS).So may be there is a wrong address for a 2.0 CAS syscall, I'll try to find it. Tell me if you happen to have an idea on which one it could be.
mViewer is quite stable with Ndless 1.7, on non-CAS calculators, or even with Ndless 2.0 on non-CAS calculators.I've got problems with the same binaries with Ndless 2.0 on a CAS ClickPad.After exiting mViewer, the calculator does freeze or reboot very often (which does not happen on the non-CAS).
I've been looking into the crash-on-quit bug and it's driving me crazy. It always seems to crash after main() returns, which might indicate a fault with Ndless
You also get crashes on exit:- if you haven't freed all allocated spaces- if you haven't closed all open files
So may be there is a wrong address for a 2.0 CAS syscall, I'll try to find it. Tell me if you happen to have an idea on which one it could be.
Are you sure ndless 2.0 progs work on 1.7? I just get a reboot when I run ndoom.
Mrakoplaz: I understand how you feel about svn... until I lost 3 months worth of code, recovered half of it, then broke it once again, without the possibility to revert 3 days of (bad) work. However I'm not here to force anyone to do anything, so that's fine.Just to say that I don't either use svn for shared projects, but the dumb way, as a cheap incremental backup with log messages. svn with more than 1 developer is a mess as soon as 2 people change the same file (half joke - but svn branches really sucks), and git seems nice but is too complicated for me. but the backup side of svn is nice. again, just my 2 cents, I totally respect your freedom.
Since it accepts .wad files, I'll have to try this with Chex Quest
Yes, the clickpad controls are horrible. They would be a lot better if:1) The left and right keys would rotate the display instead of strafing2) Use Esc and Home keys for strafing
I think freopen might be wrong, syscalls_cas-2.0.1.c has it as 102F6FFC but it should be 102F6FB8.EDIT: this couldn't be the problem, Ndless 1.7 didn't have freopen
The 2.0 revision I'm using currently is 351.(...)mViewer is quite stable with Ndless 1.7, on non-CAS calculators, or even with Ndless 2.0 on non-CAS calculators.I've got problems with the same binaries with Ndless 2.0 on a CAS ClickPad.After exiting mViewer, the calculator does freeze or reboot very often (which does not happen on the non-CAS).The CAS ClickPad did even reboot one time while I was working in the OS, which never happened to me before (no, the RAM was not full).Both Levak and I have been using TI-Nspire CAS ClickPad for the nDoom tests, which could explain the high freeze/reboot rate.
Its most likely too much memory is being used for the wads, those are like 4mb, right? They are probably overwriting the os memory, thus crashing the os on exit.