Game Development Community

TX 3D 3.1 on Windows7

by JANR · in Torque X 3D · 07/25/2009 (8:30 am) · 8 replies

Just did a fresh install of W7x64 RC, VS 2008 pro, XNA 3.1, and TX3d 3.1.
When creating a new project from the template, and starting the project, it crashes with the error:
GUISceneView.OnRender - No ISceneCamera object found.

As suggested in the thread http://www.garagegames.com/community/forums/viewthread/91327
copying the TorqueCore and Torque3D folders from the Tx3d installdir solved the problem.
I checked the assembly names that were mentioned in the same thread, however they seem to be correct this time round, so must be something else causing the issue.

ADD:
Seems loading the scene in Torque X Builder 3D doesn't work well either.
Only getting: Unable to open this project. Make sure the project has already been compiled.

#1
07/25/2009 (9:09 am)
In the project properties for Torque3D put this as the assembly name GarageGames.TorqueX.Framework3D .

And in TorqueCore, put this GarageGames.TorqueX.Framework as the assembly name.
#2
07/25/2009 (9:22 am)
Hi Tilan, thanks for the tip. Thought I checked it. But obviously didn't.

Now for getting the builder to work..
#3
07/31/2009 (2:52 pm)
The builder error seems to be what it is. I am surprised no one has answered back on this one.
#4
07/31/2009 (4:07 pm)
We are looking into some of these builder errors reported in the forums. Hope to have some answers soon.
#5
07/31/2009 (5:27 pm)
Very close to solving this...

John K.
www.envygames.com
#6
07/31/2009 (5:27 pm)
Very close to solving this...

John K.
www.envygames.com
#7
02/21/2010 (6:49 am)
well... almost March 2010... still close to solving things...???
#8
02/21/2010 (5:11 pm)
Make certain you apply SP1 update to VS2008. That takes care of the No ISceneCamera object found.