-
Notifications
You must be signed in to change notification settings - Fork 22
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
Exception starting VS2010 since a few versions #9
Comments
@MartinL0815 Thanks for reporting this! Did you run VS with |
No, I never did before. Even VS2013 I never started with I'll try out! |
Here the extract of the ActivityLog.xml file: <?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>440</record>
<time>2015/03/09 17:31:20.793</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{A83E8A33-E775-4A79-BE41-EFE20007EEBD}</guid>
</entry>
<entry>
<record>441</record>
<time>2015/03/09 17:31:20.794</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [ExceptionBreaker.ExceptionBreakerPackage, ExceptionBreaker, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]</description>
<guid>{A83E8A33-E775-4A79-BE41-EFE20007EEBD}</guid>
</entry>
<entry>
<record>442</record>
<time>2015/03/09 17:31:20.799</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [ExceptionBreaker.ExceptionBreakerPackage, ExceptionBreaker, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]</description>
<guid>{A83E8A33-E775-4A79-BE41-EFE20007EEBD}</guid>
<hr>80004003 - E_POINTER</hr>
<errorinfo>Object reference not set to an instance of an object.</errorinfo>
</entry>
<entry>
<record>443</record>
<time>2015/03/09 17:31:20.801</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [ExceptionBreaker.ExceptionBreakerPackage, ExceptionBreaker, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null]</description>
<guid>{A83E8A33-E775-4A79-BE41-EFE20007EEBD}</guid>
<hr>80004003 - E_POINTER</hr>
<errorinfo>Object reference not set to an instance of an object.</errorinfo>
</entry>
</activity> |
Can you try the following (in cmd)?
And see if the path it shows actually exists on your disk? If it does, than it might be an error in the extension itself -- I'll take a look at getting better logging in as soon as I have time. |
Here the result of the registry query:
|
@MartinL0815 Thanks! Can you check that |
I'm also seeing this issue in VS2010, using v1.1.1. Are there any other diagnostics I can provide? Any progress on a fix? |
@pjquirk Unfortunately I wasn't able to find the cause and didn't have additional time to dedicate to it. Can you please provide your ActivityLog? If you have VS SDK installed, you can try running extension from source to see it fails on any exception on startup. |
I attached WinDbg to VS2010 on launch and created a gist with the exception details. It is a Here's the relevant bits from my ActivityLog as well:
If it's helpful, the error occurs for me while the VS splash screen is still visible or just after it disappears; it could be that there isn't yet an output pane to be gotten. |
@pjquirk This is great -- I definitely remember doing a workaround for that in some other extension. I'll take a look later today. Thanks! |
@pjquirk Can you test if it still happens when you install https://github.com/ashmind/ExceptionBreaker/releases/tag/v1.1.2-test-1 (manually)? |
That works for me! I played around with it a bit, trying different configurations and restarting VS and I never saw the error. Plus, I do see the logging in the output window. Thanks for spending time to help support us stuck on old versions of VS! |
I was having this problem as well. That update fixed it for me too. Thanks! |
Great! I'm going to release it through Gallery today or tomorrow then. |
The dialog above comes up, everytime I start VS2010!
It doesn't matter if I press yes or no, the ActivityLog XML file won't be written, so I have nothing to help you to fix this, but the screenshot above.
If I do not react onto this dialog, VS2010 crashes silently and does not complete its startup.
The text was updated successfully, but these errors were encountered: