• ::scrollutil::sa of tablelist throw exception on Androwish

    From luocl@21:1/5 to All on Sat Dec 18 14:07:49 2021
    today I use a AndroWish that compiled, produce this error.
    When before I use the AndroWish download from www.androwish.org,
    have no this problem. I suspect because the tablelist update.


    this is the [adb logcat *:E] output:
    12-18 13:53:35.874 14939 14981 E libtk : Error in startup script:
    can't read "changed": no such variable
    12-18 13:53:35.874 14939 14981 E libtk : while executing
    12-18 13:53:35.874 14939 14981 E libtk : "if {1 && $changed} {
    12-18 13:53:35.874 14939 14981 E libtk : tk scaling [expr {$pct / 75.0}]
    12-18 13:53:35.874 14939 14981 E libtk : }"
    12-18 13:53:35.874 14939 14981 E libtk : (procedure "scaleutil::scalingPercentage" line 95)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk : "scaleutil::scalingPercentage $winSys"
    12-18 13:53:35.874 14939 14981 E libtk : (in namespace eval "::scrollutil" script line 10)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk : "namespace eval scrollutil {
    12-18 13:53:35.874 14939 14981 E libtk : #
    12-18 13:53:35.874 14939 14981 E libtk : # Get the windowing
    system ("x11", "win32", "classic", or "aqua")
    12-18 13:53:35.874 14939 14981 E libtk : #
    12-18 13:53:35.874 14939 14981 E libtk : variable winSys [mwutil::windowingSy..."
    12-18 13:53:35.874 14939 14981 E libtk : (file "/assets/tklib0.7/scrollutil/scripts/scrollarea.tcl" line 22)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk : "source /assets/tklib0.7/scrollutil/scripts/scrollarea.tcl"
    12-18 13:53:35.874 14939 14981 E libtk : (in namespace eval "::"
    script line 1)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk : "namespace eval :: $auto_index($name)"
    12-18 13:53:35.874 14939 14981 E libtk : (procedure "auto_load"
    line 13)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk : "auto_load $name [uplevel 1 {::namespace current}]"
    12-18 13:53:35.874 14939 14981 E libtk : (autoloading "::scrollutil::sa::createBindings")
    12-18 13:53:35.874 14939 14981 E libtk : (procedure "::unknown"
    line 22)
    12-18 13:53:35.874 14939 14981 E libtk : invoked from within
    12-18 13:53:35.874 14939 14981 E libtk :
    "::scrollutil::sa::createBindings"
    12-18 13:53:35.874 14939 14981 E libtk :
    12-18 13:53:35.889 16644 16714 E LauncherAnimationRunner: finish: mFinishRunnable.run
    12-18 13:53:36.001 1341 1919 E InputDispatcher: channel 'c4d639d tk.tcl.wish/tk.tcl.wish.AndroWishScript0 (server)' ~ Channel is
    unrecoverably broken and will be disposed!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nemethi@21:1/5 to All on Sat Dec 18 10:37:35 2021
    Am 18.12.21 um 07:07 schrieb luocl:
    today I use a AndroWish that compiled, produce this error.
    When before I use the AndroWish download from www.androwish.org,
    have no this problem. I suspect because the tablelist update.


    this is the [adb logcat *:E] output:
    12-18 13:53:35.874 14939 14981 E libtk   : Error in startup script:
    can't read "changed": no such variable
    12-18 13:53:35.874 14939 14981 E libtk   :     while executing
    12-18 13:53:35.874 14939 14981 E libtk   : "if {1 && $changed} {
    12-18 13:53:35.874 14939 14981 E libtk   :         tk scaling [expr {$pct / 75.0}]
    12-18 13:53:35.874 14939 14981 E libtk   :     }"
    12-18 13:53:35.874 14939 14981 E libtk   :     (procedure "scaleutil::scalingPercentage" line 95)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "scaleutil::scalingPercentage $winSys"
    12-18 13:53:35.874 14939 14981 E libtk   :     (in namespace eval "::scrollutil" script line 10)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "namespace eval scrollutil { 12-18 13:53:35.874 14939 14981 E libtk   :     #
    12-18 13:53:35.874 14939 14981 E libtk   :     # Get the windowing system ("x11", "win32", "classic", or "aqua")
    12-18 13:53:35.874 14939 14981 E libtk   :     #
    12-18 13:53:35.874 14939 14981 E libtk   :     variable winSys [mwutil::windowingSy..."
    12-18 13:53:35.874 14939 14981 E libtk   :     (file "/assets/tklib0.7/scrollutil/scripts/scrollarea.tcl" line 22)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "source /assets/tklib0.7/scrollutil/scripts/scrollarea.tcl"
    12-18 13:53:35.874 14939 14981 E libtk   :     (in namespace eval "::" script line 1)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "namespace eval :: $auto_index($name)"
    12-18 13:53:35.874 14939 14981 E libtk   :     (procedure "auto_load" line 13)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "auto_load $name [uplevel 1 {::namespace current}]"
    12-18 13:53:35.874 14939 14981 E libtk   :     (autoloading "::scrollutil::sa::createBindings")
    12-18 13:53:35.874 14939 14981 E libtk   :     (procedure "::unknown" line 22)
    12-18 13:53:35.874 14939 14981 E libtk   :     invoked from within 12-18 13:53:35.874 14939 14981 E libtk   : "::scrollutil::sa::createBindings"
    12-18 13:53:35.874 14939 14981 E libtk   :
    12-18 13:53:35.889 16644 16714 E LauncherAnimationRunner: finish: mFinishRunnable.run
    12-18 13:53:36.001  1341  1919 E InputDispatcher: channel 'c4d639d tk.tcl.wish/tk.tcl.wish.AndroWishScript0 (server)' ~ Channel is
    unrecoverably broken and will be disposed!

    According to the log, the error occurs when loading the Scrollutil
    package. Can you please post the exact version number of this package?

    --
    Csaba Nemethi https://www.nemethi.de mailto:csaba.nemethi@t-online.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Werner@21:1/5 to All on Sat Dec 18 02:09:15 2021
    Csaba, that most likely was my fault and is hopefully fixed now with

    https://www.androwish.org/home/info/d5565118ee050238

    Best,
    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)