Page 1 of 1

[Not a bug] Crash when combine

Posted: Tue May 22, 2007 11:48 am
by LordXYP
I combine a point _arrow and a tube_arrow to make an arrow (explosive arrow, poisonous arrow, etc...)

1 time in 2 it works, and 1 time in 2 it crash with message :

RTC has detected an access violation exception.
This may be a result of an error in your dungeon text file.
...

But there is no error in my dungeon text file.
And it crash not all times, but 1 time in 2 using sames objects, on the same tile, with same combine method...

What can i do ? How can i send the diagnostic source files ?

THX

Posted: Tue May 22, 2007 1:15 pm
by LordXYP
Ok i've solved the problem :

When combining 2 objects, there is no use to make a second action named "steal_hands" to delete the two first objects from the hands.
The action "combine" deletes them when creating the combinated object.

If you try to use as second action "steal_hands" in that case, game crash 1 time in 2.

Posted: Fri May 25, 2007 6:19 pm
by linflas
there's still a bug when playing the compiled version of an RTC file.
when playing on the txt version (with TEST or COMPILE in config.txt), the menu action "COMBINE" is displayed.
when playing only with the compiled RTC file, there's no COMBINE action.

Posted: Fri May 25, 2007 11:22 pm
by George Gilbert
linflas wrote:there's still a bug when playing the compiled version of an RTC file.
when playing on the txt version (with TEST or COMPILE in config.txt), the menu action "COMBINE" is displayed.
when playing only with the compiled RTC file, there's no COMBINE action.
Can you send me a text file that shows this (i.e. something I can compile and then run the RTC so I can see both problems!) and I'll sort it out.

Posted: Sat May 26, 2007 8:20 am
by LordXYP
Ok GG. Where can I send you the TFoC.txt file ?

Posted: Sat May 26, 2007 8:21 am
by LordXYP
GG, do You want i create a new topic about this problem or do you prefer to keep this topic on the forum to speak about it ?