Game Development Community

TX 3D Builder open beta bug - Crash when updating scene

by David Everhart · in Torque X 2D · 08/11/2008 (1:47 pm) · 1 replies

I opened up a a project I have been working on:
farm4.static.flickr.com/3289/2753933135_2ce6d8bfcd_o.jpg

I try to updatescene, since it looks like the xml scene file I have is pretty different than the one that is showing:
farm4.static.flickr.com/3136/2754763574_aee2f157e2_o.jpg

And this Erorr Occurs:
farm4.static.flickr.com/3217/2754763592_8e6b1371f2_o.jpg


Here is the error info
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Exception: Invalid level file name: 
   at GarageGames.Torque.Core.Xml.TorqueSceneData.Load(String filename, List'1 extraAssemblies)
   at GarageGames.Torque.GameUtil.SceneLoader.Load(String sceneFileName, List'1 extraAssemblies)
   at GarageGames.Torque.GameUtil.SceneLoader.Load(String sceneFileName)
   at TorqueXBuilder3D.TorqueXBuilderGame.LoadScene(String strPath)
   at TorqueXBuilder3D.FormMain.btnCommit_Click(Object sender, EventArgs e)
   at DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSource source)
   at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
   at DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg)
   at DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg)
   at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
   at DevComponents.DotNetBar.GenericItemContainer.InternalMouseUp(MouseEventArgs objArg)
   at DevComponents.DotNetBar.Bar.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at DevComponents.DotNetBar.Bar.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)