Game Development Community

Dedicated Server Error

by Wayne Eversole · in Torque Game Engine · 10/11/2004 (4:17 pm) · 6 replies

Just wondering if anyone knows why i would be getting this error when trying to host a custom torque Dedicated error.
Loading compiled script common/client/metrics.cs.
Loading compiled script common/ui/FrameOverlayGui.gui.
Warning: (c:\documents and settings\recaci1\desktop\torque\engine\gui\guitypes.cc @ 293) GuiControlProfile: requested gui profile (GuiModelessDialogProfile) does not exist.

Thanks

#1
10/13/2004 (8:59 am)
K started over and got that part fixed, now im getting this dedicated server error, anyone know why?
Loading compiled script starter.fps/server/scripts/sgLights.cs.
//-----------------------------------------------
Loading Synapse Gaming light datablocks from: *.cs
Loading compiled script common/backup debugger/debugger.cs.
Loading compiled script common/backup debugger/DebuggerBreakConditionDlg.gui.
Loading compiled script common/backup debugger/DebuggerConnectDlg.gui.
Loading compiled script common/backup debugger/DebuggerEditWatchDlg.gui.
Loading compiled script common/backup debugger/DebuggerFindDlg.gui.
#2
10/13/2004 (9:01 am)
If i delete the debugger directory all together it just keeps looping on trying to load up a dedicated server.
#3
10/14/2004 (9:27 am)
Here is my log file, can anyone please help :)
Thanks
www.mdgameing.com/Downloads/console.log
#4
10/14/2004 (11:32 am)
Wayne

After taking a look at your log, I see one thing that is major.

It looks like you have a loop going on that alternates between including common and starter.fps.

look around game.cs I think is may be around there.

somewhere in starter.fps you are telling it to include common,
and somewhere in common you are telling it to include starter.fps again, hence, LOOP.
#5
10/14/2004 (1:13 pm)
And since you are running the sg lighting pack, you'll have to get support from them because not all of us have it and you paid them to support it.