Dear, This error occurs when you specify an external file to read from tcl script. I think that either you have given the wrong path of your file or you have done any spelling mistake. Recheck this. Furthurmore if "setdest" is you movement pattern file and you are using " ./setdest " then you must first ensure that both movement pattern file and your tcl script should be in same directory
regards, Yasir On Sun, Aug 14, 2011 at 9:57 PM, zmezm 14 <zmez...@yahoo.com> wrote: > > > hi > am trying to run a tcl file , i have , and there is some movement pattern , > so i generat the movement file using , " cmu-scen-gen/setdest. " ./setdest > but when i try to run it i get this error . can anyone please tell me whats > its mean .. > > INITIALIZE THE LIST xListHead > *** NOTE: no connection pattern specified. > Loading scenario file... > couldn't read file "../../tcl/mobility/scene/scen-100": no such file or > directory > while executing > "source.orig ../../tcl/mobility/scene/scen-100" > ("uplevel" body line 1) > invoked from within > "uplevel source.orig [list $fileName]" > invoked from within > "if [$instance_ is_http_url $fileName] { > set buffer [$instance_ read_url $fileName] > uplevel eval $buffer > } else { > uplevel source.orig [list $fileName] > ..." > (procedure "source" line 8) > invoked from within > "source $opt(sc)" > invoked from within > "if { $opt(sc) == "" } { > puts "*** NOTE: no scenario file specified." > set opt(sc) "none" > } else { > puts "Loading scenario file..." > source $op..." > (file "100nswimax.tcl" line 193) > ali@ali-laptop:~/ns2/1$ > > >