Game Development Community

TGE 1.5 mounted item on object crash

by Billy L · in Torque Game Engine · 12/10/2006 (10:53 am) · 4 replies

Hi all

I get bad crashes , when i use mounted items on my objects.
This could be a sglight problem, it works like a charm in 1.4.2 .
Someone got any hints ?

Billy

#1
12/10/2006 (11:13 am)
Are you mounting lights or items?
#2
12/10/2006 (11:39 am)
Hi John

I mounting items not lights.
It works if i dont select the object in the editor.
If i do it crashes bad, stock TGE 1.5.
#3
12/10/2006 (11:45 am)
Lights won't affect object->object mounting.

What line of code does the editor halt on in the debugger when the crash occurs?
#4
12/10/2006 (2:51 pm)
I get an error on line 878 from editorGui.cs and a invalid packet error.
I check around a little and see what i get when i have more time.
Thanks for the inputs so far John !