New Post: Connect ClearScript Debug Port through WebSockets
Hi, I Am trying to connect v8debug port through websockets using WebSockets4Net, we are passing messages through websockets to engine (in/out). Code is as follows var v8Engine = new...
View ArticleNew Post: Connect ClearScript Debug Port through WebSockets
Hi Praveen, Unfortunately ClearScript's V8 debug server does not support WebSocket. Sorry!
View ArticleNew Post: HostTypeCollection
I receiving this error when add System.Drawing and System.Windows.Forms to HostTypeCollection The program '[6516] WindowsFormsApplication2.vshost.exe' has exited with code -1073741819 (0xc0000005)...
View ArticleNew Post: HostTypeCollection
Greetings! We're not seeing any issues with adding those assemblies to HostTypeCollection instances, nor with exposing those collections to script engines. Do you have any additional information? A...
View ArticleNew Post: Meaning of "Fixed nested termination behavior on V8"
Dear ClearScript team, we are currently running 5.4.3 on our server application - we have been noticing for a while that, on very rare occasions (and apparently at random) one of the threads using V8...
View ArticleNew Post: Meaning of "Fixed nested termination behavior on V8"
Hi andrea_schirru, The issue you're seeing doesn't seem likely to be affected by the nested termination fix, which has to do with ScriptEngine.Interrupt() behavior when multiple top-level script frames...
View ArticleNew Post: Callbacks for some host objects are not executing
Hi again, Well, this has turned into quite an investigation. Our findings:​The MSHTML/JScript window object requires that callbacks be recognizable as JScript functions, not simply IDispatchEx...
View ArticleNew Post: Callbacks for some host objects are not executing
This fix appears to work. Thanks.
View ArticleNew Post: I can override methods with whatever value on 5.4.4
The following anomaly executes on version 5.4.4. Is this change intentional? If so, is there a way to disable it? Properties are still restricted to their types, only methods not. public class...
View ArticleSource code checked in, #0970b09f989042047519d2ee62d6dda526547bb0
Fixed host method clobbering on V8.
View ArticleNew Post: I can override methods with whatever value on 5.4.4
Hello! This is a bug, and a fix is available (commit). Thanks for reporting this issue!
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, I am running Clearscript v8 script engine in debug mode to control script execution(Play,Pause,Stop). Clearscript V8 engine executing all scripts perfectly. I we put execution in a loop, after few...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi Praveen, It's difficult for us to diagnose this kind of issue armed only with partial code from your application and without detailed information about its overall design, its process/thread...
View ArticleCommented Feature: [FEATURE] Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: ChakraCore was just released in open source:...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, We are using ClearScript.V8 5.4.4 (nuget). We used signalr project (https://github.com/Oceanswave/V8SignalRDebugging) to create custom debugger posted in discussion...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Thanks Praveen. Eclipse is our test environment for ClearScript's V8 debug server, and currently we're not aware of any issues. Please let us know if you can reproduce your issue in Eclipse. Or, if you...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, I have included test project in github((https://github.com/NKumarPraveen/ClearScriptV8Debugger)). issue with stream reading from engine. if(Connected) { //await...
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi Praveen, Thanks for posting your test project, but we're not seeing any issues. The test program appears to run to completion every time, even with several loops running simultaneously. Any thoughts?
View ArticleNew Post: Clearscript V8 engine hang while debugging
Hi, This issue cannot reproducible all the time. I have executed on different windows OS 32 & 64 bit, can be producible on following. Windows 7 64 bit => Recreated issue Windows 8 64 bit =>...
View ArticleCreated Unassigned: Can no longer use object method "toString()" in 5.4.4 [98]
Hi,We currently use ClearScript v5.4.2 and wanted to upgrade to v5.4.4. This is because the method "toString()" no longer binds to the method on the managed instance of the HostObject - this means that...
View Article