----- Original Message -----
Sent: Wednesday, February 18, 2004 4:10
PM
Subject: Re: [Nel] build_rbank.exe
im now running rbank on its own from a little
bash script to isolate the problem
each call to build_rbank.exe completes with the
Generating final .lr message
but the file doesnt appear in the designated
output directory.
i set up the CFG for build_rbank like
this
ZonePath = "C:\Documents and
Settings\Andi\Desktop\Build Landscape\zone_lighted\";
BanksPath =
"C:\Documents and Settings\Andi\Desktop\Build
Landscape\exported_bank\";
Bank = "forest.bank";
ZoneExt =
".zonel";
IGBoxes = "C:\Documents and Settings\Andi\Desktop\Build
Landscape\ig_boxes\ig_boxes.bbox";
TessellationPath =
"tesselation\";
TessellateLevel = 1;
OutputRootPath =
"";
SmoothDirectory = "smooth\";
RawDirectory =
"raw\";
ReduceSurfaces =
1;
SmoothBorders = 1;
ComputeElevation =
1;
ComputeLevels = 1;
LinkElements =
1;
CutEdges = 1;
UseZoneSquare =
1;
ZoneUL = "3_AC";
ZoneDR
= "10_AJ";
PreprocessDirectory =
"preproc\";
// the global retriever
processing settings
GlobalRetriever =
"forest.gr";
RetrieverBank = "forest.rbank";
GlobalUL =
"3_AC";
GlobalDR = "10_AJ";
// which kind of stuff to
do...
TessellateZones = 1;
MoulineZones = 1;
ProcessRetrievers =
1;
ProcessGlobal = 1;
//
Zones =
{
"3_AC.zonel",
"3_AD.zonel",
"3_AE.zonel",
"3_AF.zonel",
"3_AG.zonel",
"3_AH.zonel",
"3_AI.zonel",
"3_AJ.zonel",
"4_AA.zonel",
"4_AB.zonel",
"4_AC.zonel",
"4_AD.zonel",
"4_AE.zonel",
"4_AF.zonel",
"4_AG.zonel",
"4_AH.zonel",
"4_AI.zonel",
"4_AJ.zonel",
"5_AA.zonel",
"5_AB.zonel",
"5_AC.zonel",
"5_AD.zonel",
"5_AE.zonel",
"5_AF.zonel",
"5_AG.zonel",
"5_AH.zonel",
"5_AI.zonel",
"5_AJ.zonel",
"6_AA.zonel",
"6_AB.zonel",
"6_AC.zonel",
"6_AD.zonel",
"6_AE.zonel",
"6_AF.zonel",
"6_AG.zonel",
"6_AH.zonel",
"6_AI.zonel",
"6_AJ.zonel",
"7_AA.zonel",
"7_AB.zonel",
"7_AC.zonel",
"7_AD.zonel",
"7_AE.zonel",
"7_AF.zonel",
"7_AG.zonel",
"7_AH.zonel",
"7_AI.zonel",
"7_AJ.zonel",
"8_AA.zonel",
"8_AB.zonel",
"8_AC.zonel",
"8_AD.zonel",
"8_AE.zonel",
"8_AF.zonel",
"8_AG.zonel",
"8_AH.zonel",
"8_AI.zonel",
"8_AJ.zonel",
"9_AA.zonel",
"9_AB.zonel",
"9_AC.zonel",
"9_AD.zonel",
"9_AE.zonel",
"9_AF.zonel",
"9_AG.zonel",
"9_AH.zonel",
"9_AI.zonel",
"9_AJ.zonel",
"10_AA.zonel",
"10_AB.zonel",
"10_AC.zonel",
"10_AD.zonel",
"10_AE.zonel",
"10_AF.zonel",
"10_AG.zonel",
"10_AH.zonel",
"10_AI.zonel",
"10_AJ.zonel"
};
Pathes
= {
"C:\Documents and Settings\Andi\Desktop\Build
Landscape\",
"exported_ig",
"exported_shape",
};
it creates an empty eval_log.txt file whenever it runs
the bash script i call to create runs froma parent batch script they are
set up below
build_rbank.bat
@echo off
bin\build_ig_boxes.exe
bin\bash
build_rbank.sh
bin\build_rbank.exe -c -p
-G
bin\build_indoor_rbank.exe
pause
build_rbank.sh
#!./bin/bash
build_rbank='bin/build_rbank.exe'
for i in ./zone_lighted/*.[zZ][oO][nN][eE][lL];
do
$build_rbank -C -P -g $i
echo
$i
done
echo ` `
ive tried it with the zonel and the zonew files neither produce any
intermediate .lr files the last call creates a small .rbank and .gr
file
.rbank 6 bytes
.gr 30 bytes
ive tried passing it the smallbank and the bank also
again same result and no negative output from build_rbank
ive tested with zome zones and banks i made previously and it
didnt work also im using the latest cvs compile of
build_rbank.exe
as of saturday
----- Original Message -----
Sent: Wednesday, February 18, 2004 3:05
PM
Subject: Re: [Nel]
build_rbank.exe
The build_rbank process has changed a bit, so
if you updated it, perhaps there are some things you should
fix.
First, in the
processes/rbank/cfg/template_(draft|final).cfg, put the line Verbose = 1;
This will make the process
log everything it doesright and wrong. Try
this, and if it still hangs, please send me a log of the
process
while doing a build game data process,
build_rbank is not
outputting any .lr files and thus the .gr and
.rbank are 30 or
so bytes when it has
finished.
Ben
_______________________________________________
Nel mailing
list
address@hidden
http://mail.nongnu.org/mailman/listinfo/nel-all
_______________________________________________
Nel mailing
list
address@hidden
http://mail.nongnu.org/mailman/listinfo/nel-all