TouchDesigner 64-Bit Build 2021.10330 non-commercial
Windows 10 Home, Version 20H2, Build 19042.844
Asus N750JK
Intel(R) Core™ i7-4700HQ CPU @ 2.40GHz 2.40 GHz
GeForce GTX 850M, Driver version 461.72
Hi, sorry for my bad english.
When I try to render through the Web Render TOP a tweet using a text DAT as source, TouchDesigner crashes and closes. This is not the case when using an html file locally.
i can’t upload an html file, but the content is:
<html>
<body>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Announcing TouchDesigner 2021 Official!<br>-New OPs<br>-Streaming & Video<br>-Skeleton Tracking<br>-Device Inputs<br>-OpenCV4.5<br>-Web Tools<br>-Text Rendering<br>-3D Viewers<br>-Dragdrop & Python<br>-Floating Licenses<br>And a few hundred other improvements!<br><br>Download & read more here: <a href="https://t.co/9RfSr4HWe7">https://t.co/9RfSr4HWe7</a> <a href="https://t.co/w80BGrEFkv">pic.twitter.com/w80BGrEFkv</a></p>— TouchDesigner (@1null1) <a href="https://twitter.com/1null1/status/1359715142863253506?ref_src=twsrc%5Etfw">February 11, 2021</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>
in my case, after switch the “Active” parameter to “on”, I can see that the html is processed, but as soon as it tries to execute the javascript, touchdesigner closes
attached the offending toe and the working one
webrender_crash.toe (3.8 KB)
webrender_ok.2.toe (3.4 KB)