gcfavorites / tclkit

Automatically exported from code.google.com/p/tclkit
0 stars 0 forks source link

sdx fails #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
trying to wrap a starpack with the latest sdx the same way as ever with my old 
sdx dated from 2008.
I see this error (I only show relevant lines):

Runtime: tclkit-gui-859.exe 
Sdx    : C:\Programme\MiscTool\sdx.exe
Projekt: menue
:
:
 customizing tclkit.ico in executable
  icon 64x64/32: replaced
  icon 48x48/32: replaced
  icon 32x32/32: replaced
  icon 24x24/32: replaced
  icon 16x16/32: replaced
  icon 48x48/24: replaced
  icon 32x32/24: replaced
  icon 24x24/24: replaced
  icon 16x16/24: replaced
  icon 48x48/8: replaced
  icon 32x32/8: replaced
  icon 24x24/8: replaced
  icon 16x16/8: replaced
 customizing strings in executable
  FileDescription: set to 'Anwendungsmenue'
  CompanyName: set to 'BMT'
  ProductName: set to 'menue'
  LegalCopyright: set to 'Copyright (c) M.Hoffmann'
  ProductVersion: set to '1.03ß'
195 updates applied
error deleting "menue/tclkit.ico": cross-domain link
    while executing
"file delete menue/tclkit.ico"
    ("eval" body line 1)
    invoked from within
"eval $args"
    invoked from within
"_rsync opts file delete $dest"
    (procedure "rcopy" line 24)
    invoked from within
"rcopy opts $file $target"
    (procedure "rsync" line 63)
    invoked from within
"rsync opts $src $dest"
    invoked from within
"set n [rsync opts $src $dest]"
    (file "C:/Programme/MiscTool/sdx.exe/lib/app-sdx/sync.tcl" line 317)
    invoked from within
"source [file join [file dirname [info script]] sync.tcl] "
    invoked from within
"if {![catch { package require Mk4tcl }]} {
  vfs::mk4::Mount $out $out
  set argv $syncopts
  lappend argv -compress $compress -verbose $verbose -noer..."
    (file "C:/Programme/MiscTool/sdx.exe/lib/app-sdx/wrap.tcl" line 272)
    invoked from within
"source C:/Programme/MiscTool/sdx.exe/lib/app-sdx/wrap.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list source [file join $b $a.tcl]]"
    (procedure "run_sdx" line 17)
    invoked from within
"run_sdx"
    (file "C:/Programme/MiscTool/sdx.exe/lib/app-sdx/sdx.tcl" line 59)
    invoked from within
"source C:/Programme/MiscTool/sdx.exe/lib/app-sdx/sdx.tcl"
    ("package ifneeded app-sdx 2.0" script)
    invoked from within
"package require app-sdx"
    (file "C:/Programme/MiscTool/sdx.exe/main.tcl" line 8)
:
What's goin' on here?

Original issue reported on code.google.com by MHo...@web.de on 26 May 2011 at 8:41

GoogleCodeExporter commented 8 years ago
Addendum: The error did NOT occur of I do not put a tclkit.ico in the VFS, 
although that .ico contains the right icons!

Original comment by MHo...@web.de on 26 May 2011 at 9:27