Page 1 of 1

What does this mean?

Posted: Mon Aug 18, 2008 4:15 pm
by Fluffy_the_ic

Code: Select all

Message Severity: 3
.\Source\LuaScript.cpp(435)
Script file spa6c_cmn not found
I'm making a space map, as some people know, and everytime I've played it, it crashed. This is the error I get in my error log. What does it mean?

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:25 pm
by obiboba3po
are you still trying to add water? :wink:

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:27 pm
by Fluffy_the_ic
Yeah. You think this is the cause? 'Cuz it has to do with one of the LUAs. I hadn't even touched that one, 'cept to rename it.

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:31 pm
by obiboba3po
well renaming it is exactly what will do this lol. put it back to its original name cause if u rename it, u have to change the name in billions of other places.

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:32 pm
by Fluffy_the_ic
Well, I did bring it back to it's original name.

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:34 pm
by obiboba3po
if its stil crashing it may be cuz u need to clean for the game to realize that the names been change. but if it takes forever to clean if ur map, dont do it and wait for help from someone besides me lol.

Re: What does this mean?

Posted: Mon Aug 18, 2008 4:37 pm
by Fluffy_the_ic
gotcha.

Re: What does this mean?

Posted: Mon Aug 18, 2008 5:34 pm
by woner11
But don't just press the clean button, do a manual clean.

Re: What does this mean?

Posted: Mon Aug 18, 2008 5:38 pm
by Fluffy_the_ic
I did.

Re: What does this mean?

Posted: Mon Aug 18, 2008 5:45 pm
by Teancum
Something is calling spa6c_cmn.lua. The 'common' luas are used for general setup of space maps. Sheilds, damage points, turrets, etc. I would make sure you're actually loading it as you're probably going to need it.

Re: What does this mean?

Posted: Mon Aug 18, 2008 5:53 pm
by Fluffy_the_ic
Teancum wrote:Something is calling spa6c_cmn.lua. The 'common' luas are used for general setup of space maps. Sheilds, damage points, turrets, etc. I would make sure you're actually loading it as you're probably going to need it.
Does that include water?