Page 1 of 1
Serious Spawing issues
Posted: Sun Jun 24, 2007 3:34 pm
by =AOX=Durge
Ive created a new map that was supposed to be released today. Unfortunatly though, you can't spawn and I encountered 3 possibly importent errors:
Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:TWS\TWS.lvl
Message Severity: 3
.\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to perform arithmetic on a nil value
stack traceback:
(none): in function `AddCommandPost'
(none): in function `ScriptPostLoad'
Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(3776)
Command Post "cp1" not found
What did I do wrong?
Re: Serious Spawing issues
Posted: Sun Jun 24, 2007 6:41 pm
by Maveritchell
=AOX=Durge wrote:Ive created a new map that was supposed to be released today. Unfortunatly though, you can't spawn and I encountered 3 possibly importent errors:
Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:TWS\TWS.lvl
Message Severity: 3
.\Source\LuaHelper.cpp(312)
CallProc failed: (none):0: attempt to perform arithmetic on a nil value
stack traceback:
(none): in function `AddCommandPost'
(none): in function `ScriptPostLoad'
Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(3776)
Command Post "cp1" not found
What did I do wrong?
You probably either made a large change in your .lua that's precluding it working or you misnamed a commandpost or spawnpath (in either ZE or your .lua) Look under "function ScriptPostLoad" (in the .lua) where you either define CPs or add them to the objective. And check ZE.
RE: Re: Serious Spawing issues
Posted: Mon Jun 25, 2007 7:30 am
by =AOX=Durge
I doubt that this but, could it have anything to do with VisualMunge getting stuck munging one prop?
Re: RE: Re: Serious Spawing issues
Posted: Mon Jun 25, 2007 12:17 pm
by Maveritchell
=AOX=Durge wrote:I doubt that this but, could it have anything to do with VisualMunge getting stuck munging one prop?
No. I don't think I've ever seen a simple prop crash a map.
RE: Re: RE: Re: Serious Spawing issues
Posted: Tue Jun 26, 2007 2:39 pm
by [RDH]Zerted
Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:TWS\TWS.lvl
Fix your first error before even reading the other ones (which happen to be all caused by it). Somewhere your munge failed. Do a full clean and try again. Don't forget to check common.