You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Node are you using please, and what's in your registry there? In particular does that key exist, and are the values REG_SZ type of a reasonable length, or are they missing, or something else?
Do you get a stack trace with any information in it? You don't see an error code thrown by windows-registry-node? Thanks!
No, there is no error code thrown by windows-registry-node. Rather, the NodeJS process itself is getting terminated because of an Access Violation. The ProxyServer key does exist, it is a REG_SZ with a value of "127.0.0.1:8888". The expected behaviour is to receive this string.
To be sure, I updated to 10.14.2 LTS and I'm still having the problem.
This line of code in registry.js appears to be causing my NodeJS to abruptly terminate with an access violation.
This is my code...
In debug output, I can see it attempting to invoke the function...
Am I using this wrong?
The text was updated successfully, but these errors were encountered: