Thanx, there is something in the log indeed.
In the error log I find
Code:
05-05-2009 00:11:11 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ioNJ(load_cfg_startup)": no such variable
while executing
"if { !$ioNJ(load_cfg_startup) } {
if {[catch {source "../scripts/ioNiNJA/ioNiNJA.cfg"} error]} {
iputs $error
return
}
if {[catch {source "../..."
(file "..\scripts\ioNiNJA\ioNiNJA.itcl" line 4)
------------------------------------------------------------------
And lines 4 to 21 of ioNiNJA.itcl are
Code:
if { !$ioNJ(load_cfg_startup) } {
if {[catch {source "../scripts/ioNiNJA/ioNiNJA.cfg"} error]} {
iputs $error
return
}
if {[catch {source "../scripts/ioNiNJA/themes/$ioNJ(themefile)"} error]} {
iputs $error
return
}
}
if {[regexp -nocase $ioNJ(skipdirs) $pwd]} {
return
}
source ../scripts/ioninja/misc/ninjalib.tcl
Doesn't seem wrong to me... :S
So now I'm stuck again.