-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(0x80004005): Invalid access to memory location #1343
Comments
Thank you for reporting this issue. Can you please share some sample code which is causing the issue? Would be excellent, if you can create a sample project, which we can work with. |
@SLaks, looks like it chokes when selecting port. Any safeguards we can provide in |
@dariusclay can you confirm if you have this hotfix installed: KB 2588507 on your Windows 7 system? I am not sure if that's relevant (as that one is caused by This hotfix applies to all versions from Windows Vista to 8. Its fixed in Windows 8.1 onward. |
@am11 sorry for the late reply. I just looked and that hotfix is not on my system. here's a very simple script that does cause the issue. Also it doesn't always happen, maybe after compiling a dozen times or so.
|
Actually I am on Windows 8.1 (which doesn't have this issue) and that hotfix applies to Windows Vista, 7 and 8.0 (and the corresponding server editions). Can you install it and see if it fixes this issue? Thanks. |
Ok, I applied the patch. I will let you know if the issue crops up again. Thanks, |
@dariusclay Any update on this? |
After installing the KB update I haven't seen the issue. However, running |
@dariusclay, that is because the current stable doesn't has the service-based architecture for node.js-based features, which is recently implemented (available via nightly builds). |
Awesome, well the KB works then. Thanks everyone! |
This issue happens when compiling LiveScript files. Restarting Visual Studio clears the problem, but then it starts back up after a time.
Here's the stack trace
The text was updated successfully, but these errors were encountered: