make_sheet_id_r.exe error

Added by perkar about 8 years ago

I'm trying to build a new sheet_id.bin file and When I try to compile it I get these errors:

2010/06/04 12:32:24 INF f0 make_sheet_id_r.exe path.cpp 957 NLMISC::CFileContainer::addSearchPath : PATH: CPath::addSearchPath(., 0, 1): adding the path './'
2010/06/04 12:32:24 DBG f0 make_sheet_id_r.exe config_file.cpp 388 NLMISC::CConfigFile::reparse : CF: Adding config file 'C:/ryzom/code/nel/tools/misc/make_sheet_id/make_sheet_id.cfg' in the config file
2010/06/04 12:32:24 WRN f0 make_sheet_id_r.exe config_file.cpp 422 NLMISC::CConfigFile::reparse : CF: Parsing error in file C:/ryzom/code/nel/tools/misc/make_sheet_id/make_sheet_id.cfg line 2, look in 'debug_make_sheet_id.cfg' for a preprocessed version of the config file
2010/06/04 12:32:24 INF f0 make_sheet_id_r.exe config_file.h 337 NLMISC::EParseError::EParseError : CF: Exception will be launched: Parse error on the "C:/ryzom/code/nel/tools/misc/make_sheet_id/make_sheet_id.cfg" file, line 2

I was following the guide on this page:
http://dev.ryzom.com/wiki/ryzom/AddArmorPartSitem

This was the command I used:
R:\code\nel\tools\misc\make_sheet_id\make_sheet_id_r.exe -oL:\leveldesign\Game_elem\sheet_id.bin L:\leveldesign\Game_element L:\leveldesign\Game_elem

I looked at the make_sheet_id.cfg file and on line 2 it just says:
ExtensionsAllowed = { "sample_config" }

Do I need to change "sample_config" to something else? I tried changing it to ".bin" and "bin" but I keep getting the same error? Any suggestions?

Thanks,

-perkar


Replies (2)

RE: make_sheet_id_r.exe error - Added by vl about 8 years ago

It says it's a parse error in the cfg. Are you sure you didn't forget a ;* for example after the *}?

RE: make_sheet_id_r.exe error - Added by perkar about 8 years ago

ah. well. ahem yes. uhh, that was going to be my next approach to the problem shifty eyes

Thanks! That was the problem. Either I deleted it unconsciously or it was never there originally :/

-perkar

(1-2/2)