Thank you! I tested briefly and no issues were found so far. On Fri, Sep 12, 2025 at 6:02 AM Ashok P. Nadkarni apnadkarni@users.sourceforge.net wrote: I have decided not to wait for tcllib releases. The 2.0.5 release should contain a repository snapshot that includes the fix. Please re-open if still not fixed. [tickets:#24] https://sourceforge.net/p/magicsplat/tickets/24/ untar still fails in 2.0.3 Status: open Milestone: 2.0.3 Created: Wed Jul 16, 2025 06:37 AM UTC by Michael Franz Last Updated:...
Thanks. I understand. Maybe also tcllib has to be released a bit more often (not easy...)
Sorry, meant 2.0.4
untar still fails in 2.0.3
Unfortunately now I see errors like this: expected integer but got a list expected integer but got a list while executing "format %d 0[string trim [set $x] " \x00"]" (procedure "readHeader" line 8) invoked from within "readHeader [read $fh 512]" (procedure "::tar::untar" line 22) invoked from within "::tar::untar $tn -dir [file rootname $tn]" (procedure "extract_bugreports" line 24) invoked from within "extract_bugreports" (menu invoke) Tried to compare tcllib 2.0 and 1.2. The changes are quite large...
Look like ::tar::untar in tcllib included with 9.0 uses no longer supported binary value
The test.tcl: package require Tk pack [button .b -text test] I modified the default path from 86 to 90: C:/Users/michaelf/AppData/Local/Apps/Tcl90/bin/tclsh.EXE Here is the whole message when I try to run the app in the debugger Can't find a usable tk.tcl in the following directories: //zipfs:/app/tk_library //zipfs:/lib/tk/tk_library //zipfs:/lib/tk C:/Users/michaelf/AppData/Local/Apps/Tcl90/lib/tcl9.0/tk9.0 C:/Users/michaelf/AppData/Local/Apps/Tcl90/lib/tk9.0 C:/Users/michaelf/AppData/Local/Apps/Tcl90/lib/cawt2.9.6/tk9.0...
Debugger in tcl 9 package still has a default path of 86