Page 1 of 1

Some Weird Munge Errors [Solved]

Posted: Thu Jul 23, 2009 6:10 pm
by Fierfek
I got these munge errors. Help?
Hidden/Spoiler:
C:\BF2_ModTools\data_OPS\_BUILD\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\OPS\OPSc_con.lua:119: `}' expected (to close `{' at line 103) near `cis'
ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file.ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings

ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--
ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--

2 Errors 0 Warnings

Re: Some Weird Munge Errors

Posted: Thu Jul 23, 2009 6:27 pm
by -_-
Control + G "103" in OPSc_con.lua, you're missing a bracket.

Re: Some Weird Munge Errors

Posted: Thu Jul 23, 2009 6:29 pm
by Fierfek
-_- wrote:Control + G "103" in OPSc_con.lua, you're missing a bracket.
Where? No offense, but "missing a bracket" isn't very descriptive (there could be a thousand places to add a bracket in).

Re: Some Weird Munge Errors

Posted: Thu Jul 23, 2009 6:30 pm
by -_-
-_- wrote:Control + G "103" in OPSc_con.lua, you're missing a bracket.
Control + G goes to a specific line, which happens to be line 103.
Hidden/Spoiler:
C:\BF2_ModTools\data_OPS\_BUILD\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\OPS\OPSc_con.lua:119: `}' expected (to close `{' at line 103) near `cis'
ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file.ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings

ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--
ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--

2 Errors 0 Warnings

Re: Some Weird Munge Errors

Posted: Thu Jul 23, 2009 6:33 pm
by Fierfek
-_- wrote:
-_- wrote:Control + G "103" in OPSc_con.lua, you're missing a bracket.
Control + G goes to a specific line, which happens to be line 103.
Hidden/Spoiler:
C:\BF2_ModTools\data_OPS\_BUILD\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\OPS\OPSc_con.lua:119: `}' expected (to close `{' at line 103) near `cis'
ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file.ERROR[scriptmunge scripts\OPS\OPSc_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings

ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--
ERROR[levelpack mission\OPSc_con.req]:Expecting bracket, but none was found.
File : munged\pc\opsc_con.script.req(1)...

ucft <--

2 Errors 0 Warnings
Okay, thanks.

Re: Some Weird Munge Errors [Solved]

Posted: Fri Jul 24, 2009 4:58 am
by Par3210
i had the same problem as you Fierfek. -_- has put it right though. On your keyboard, press ctrl and then g (HOLD THEM DOWN!) then type in the box 103 that comes up and then it will take you to the line which needs fixing. If not it will be a line right near it.