Fixed V14, V15, V16 now corrupt

May 20, 2008
12,178
133
Syracuse, NY, USA
TPIPE: Error - Can't access textpipeengine.dll

... in all three!
So I uninstalled v16, DL'd the distrib EXE, and reinstalled ... still TPIPE: Error - Can't access textpipeengine.dll
Then I uninstalled v15, DL's the distrib EXE, and reinstalled ... apparently back to normal (al versions).

Note how reinstalling v15 fixed v16's access to the TPIPE DLL.

What's up with all that?

(OT) Average temperature in Syracuse, NY for the past 24 hours ... minus .58 degrees F.
 
May 20, 2008
12,178
133
Syracuse, NY, USA
Where do you get the average temp for a location?
I do it with a batch file. You probably have a National Weather Service "station". Mine is called KSYR.
Code:
cdd v:\
setlocal
copy /q "http://w1.weather.gov/data/obhistory/KSYR.html" h:\temp\ksyr.tmp

tpipe /input=h:\temp\ksyr.tmp /output=h:\temp\temps.tmp /grep=3,0,0,1,0,0,0,0,"right.*left" ^
/replace=4,1,0,1,0,0,0,0,0,".*([0-9][0-9]:[0-9][0-9]).*td.(-*[0-9]*)..td..td.*[0-9]*..td.$","$1  $2" ^
/head=0,0,24

unset /q temps

do line in @h:\temp\temps.tmp
set hour=%@left[2,%@word[0,%line]]
   echo %@word[0,%line]^t%@word[1,%line]
   set %@word[0,%line]=%@word[1,%line]
   set temps=%temps %@word[1,%line]
enddo

set av=%@avg[%temps=2]
echo Average: %av

Code:
00:54  -3
23:54  -2
22:54  -2
21:54  1
20:54  3
19:54  5
18:54  7
17:54  6
16:54  5
15:54  5
14:54  4
13:54  4
12:54  3
11:54  1
10:54  -3
09:54  -4
08:54  -7
07:54  -8
06:54  -8
05:54  -7
04:54  -5
03:54  -4
02:54  -3
01:54  -3

Average: -0.63
 

rconn

Administrator
Staff member
May 14, 2008
12,557
167
TPIPE: Error - Can't access textpipeengine.dll

... in all three!

There was a new textpipeengine.dll; the installer correctly determined it should be upgraded, but then inexplicably decided to delete it instead. I've fixed it & reuploaded build 28; you'll need to uninstall 28 & reinstall it with the update. Or wait for build 29 (probably later today).
 

Similar threads