-
Notifications
You must be signed in to change notification settings - Fork 9
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
StartPage+ doesn't open at startup #4
Comments
now it gets wired. After I was only able to use Start Page+ when VS2019 was launched in Windbg, I can now run it fine without windbg 🤔 🤷♂️ |
Maybe your version was automatically updated to a later version. The current version is v0.12.1.4 - there is still an issue of the window not opening if you close it that I haven't had time to find out why yet. Start Page+ should never have crashed VS though. I use it myself and that's never happened to me. Maybe there was something else affecting your VS Preview version. Who knows lol. I'm glad it's working for you now. Can I close this issue now? |
this was a complete fresh VS2019 16.3 final install without any 3rd party addons. I also disabled automatic VS update and extension update installation and installed StartPage+ from extension UI. Eventlog shows NullreferenceException while loading Recent Items:
|
this works fine for me in this fresh 16.3 install. I can close StartPage+ and reopen it when I want it. No issue for me. |
Thanks for that followup André.
Thanks for also letting me know that you can close and open Start Page+ without a problem, I stopped trying because it was a pain to have to restart VS to be able to get it back again. I'd certainly like to be able to cross that one off the list, though to be honest I couldn't figure out why it was doing it in the first place, which is why I put it off until later. |
it was wired because I got a messagebox but only strange error code and after clicking ok, VS crashed. But now it works. Maybe OpenSubKey failed which is not wrapped around try/catch |
ok, someone already made a PR for the NullRefException issue |
That was me. Yes it only happened on a new VS preview install that had never been run before, with no recent items. I was actually trying to find some better colours, the exception fix was just something I had to get past first! |
Thank Marc for that! I'll try to get that into Preview 2. |
as it works now fine, I'll close the issue. |
I'm guessing when you implement the auto-close when opening a solution feature, you will make it re-open when re-starting VS? Right now, if we close it, then it won't automatically show when re-starting VS. |
At the moment that has more to do with the way Microsoft persists (or in this case doesn't persist) certain types of tool windows docked in the document well than it has to do with Start Page+ itself. The Start Page+ window is just a tool window like any other tool window, but tool windows that are docked in the document well don't get properly persisted and Microsoft claim that this is by design. This includes tool windows like Git history, browser windows etc, . About the only exception seems to be the Output Window. I've left off writing code to explicitly do it, hoping that they'll fix it in an imminent update while I've had more urgent features to address. @stimpy77/aka @JonDavis-AZED submitted a pull request a while back that I haven't had the chance to integrate yet. It should be in v1.1, due by the end of the month. I use Azure DevOps as my main repository, and only upload the final code to GitHub for each new release, so I don't think I can directly handle a pull request from GitHub into Azure DevOps. If anyone knows how to do this, please let me know. |
@yannduran Ahh, I see. Thanks for the response. There's no doubt MS has no interest in auto-showing a "tool window", but maybe there's a way to get it done. |
Hey guys, is this still a problem for you? |
If it doesn't show I need to click once in Menu to open it. Next time StartPage++ starts fine. So I think it is time to close this now. |
Installed product versions
Description
StartPage+ doesn't open at startup and crashes VS2019 when manually running it (but when I run devenv.exe inside Windbg, the page shows up).
Steps to recreate
Current behavior
only empty environment hows up, clicking on "View"->"Start Page+" causes VS to crash
Expected behavior
Start Page+ hows up fine after start.
The text was updated successfully, but these errors were encountered: