|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Sun Oct 28, 2007 3:41 pm
[2.09-2.10] RecordIndex out of range |
1. Start cMUD
2. Close the session window (hit escape)
3. Press 'Triggers' button
4. New -> Alias
5. Now left click the "untitled" row in the left listbox(parent of the alias)
6. "RecordIndex out of range." |
|
Last edited by Rorso on Sun Nov 04, 2007 9:52 am; edited 1 time in total |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Oct 29, 2007 10:26 pm |
Actually, it's slightly different. But I'll add this to the bug list too just in case.
|
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Sun Nov 04, 2007 9:53 am |
Same in 2.10
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 05, 2007 5:56 pm |
I cannot reproduce this at all. Can anyone else help with this?
|
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Mon Nov 05, 2007 6:07 pm |
Works for me in CMUDPro 2.10 - in that I can't reproduce the bug
|
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Mon Nov 05, 2007 6:11 pm |
Works fine for me too.
|
|
_________________ Asati di tempari! |
|
|
|
Arde Enchanter
Joined: 09 Sep 2007 Posts: 605
|
Posted: Mon Nov 05, 2007 6:16 pm |
Works fine
|
|
_________________ My personal bug|wish list:
-Wrong Priority when copy-paste setting
-1 prompt trigger for Mapper, Session and General Options, not 3 different!
-#SECTION can terminate threads
-Buttons can't start threads |
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Mon Nov 05, 2007 7:02 pm |
I sent a bug report with the bug reporting tool so you can check the stack trace. It does crash for me.
Edit: I just tried a clean re-install and it still reports the error message.
Click the 'untitled' item so that it is selected as shown in the picture by the red box. |
|
|
|
Arde Enchanter
Joined: 09 Sep 2007 Posts: 605
|
Posted: Mon Nov 05, 2007 7:27 pm |
I do click on untitled item, but it just wont crash I tried click on text, on icon, even on minus sign... There must be something else.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 05, 2007 8:05 pm |
Rorso, I don't see a crash dump for this. Can you try sending it again, or save it to a file and email it to me? When you send the crash dump from within CMUD itself, use "Rorso" as the Name so that I can find it easily.
I still can't reproduce this at all on any of my systems here, so I'm completely stumped. |
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Mon Nov 05, 2007 8:07 pm |
Zugg wrote: |
Rorso, I don't see a crash dump for this. Can you try sending it again, or save it to a file and email it to me? When you send the crash dump from within CMUD itself, use "Rorso" as the Name so that I can find it easily.
I still can't reproduce this at all on any of my systems here, so I'm completely stumped. |
Sent it with username 'Rorso'. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 05, 2007 8:31 pm |
OK, I still can't reproduce it, but it looks like it's a timing issue of getting a windows WM_PAINT message at just the wrong time. It calls the EditTreeCustomDrawCell routine when painting the TreeView to determine if the font should be set to "strikeout" for disabled settings. And in this case, it seems to be trying to update the TreeView for the alias that has already been deleted, but the TreeView doesn't know it's been deleted yet.
I put an exception handler around the EditTreeCustomDrawCell routine so that it cannot crash in the future, and maybe that will help. |
|
|
|
|
|