Re: [naviserver-devel] Startup Error for tclws in naviserver 4.99.13

2016-10-21 Thread Gustaf Neumann
Dear Wolfgang, I found an explanation: probably you have indeed no legacy defer callbacks registered, but NaviServer does an UpdateInterp() even when no defer callbacks were executed, which might have changed the state. During UpdateInterp() it probably re-evaluates the "namespace eval ::WS::

Re: [naviserver-devel] Startup Error for tclws in naviserver 4.99.13

2016-10-21 Thread Wolfgang Winkler
Dear Gustav! The patch fixed it, everything works flawlessly now. Thanks (once again) for your help. Wolfgang Am 2016-10-21 um 09:33 schrieb Gustaf Neumann: Dear Wolfgang, I found an explanation: probably you have indeed no legacy defer callbacks registered, but NaviServer does an UpdateInt