I am using Windows 7 and Sourcetree 2.x. Previous answers on this forum were not helping. I uninstalled Sourcetree, removed all Atlassian and Sourcetree directories in localappdata and in c:\program data, deleted everything I could in localappdata/temp (there's stilla file in use in use called "1"), and rebooted. Same thing, "Sourcetree has stopped working.
The Windows 7 Event Log shows 2 errors, Application and .NET Runtime. I tired poting the event log entries but was not allowed to do so.
Hello! Do you get a BugSplat crash dialog when this happens? Also, could you make sure your version of .NET is upgraded to the latest verison? Thanks!
I'm using .NET Framework 4.6.2
Not sure where to check for bugsplat
localappdata/Atlassian/SourceTree/sourcetree.log is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would have seen a "Send crash report dialog". If possible, could you post the event log entries too? Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No "send crash report" dialog appeared.
I tried to send the event logs but got an error:
"Your reply was not accepted. Please check for inappropriate language or spam."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fill-free to just attach an image of the error and the details of the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It sounds like WMI may have become corrupted. Could you try the following for me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not seeing "Computer Management"
Under local services in Component Services I see WMI Performance Adapter and it's status is blank (i.e., not "Started")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hit WIN+R and type "compmgmt.msc" without the quotes. You may ignore the WMI Performance Adapter status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, there's the answer: it looks like the "Win32_OperatingSystem" WMI object cannot be found (?!).
Check if the repository is corrupted or not by running following command from command prompt with admin rights: winmgmt /verifyrepository. If it is corrupted the returned result will be “Repository is inconsistent.”
If it does not come back as consistent, you'll need to follow the steps here.
You'll need to use "CIMWin32.mof" and "CIMWin32.dll"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The repo is inconsistent. I'm going to ask my IT department to take it from here, so there may be a delay in getting back to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it -- thanks for the follow-up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
repaired WMI with:
winmgmt /salvagerepository
and then was able to successfully install sourcetree. Thanks for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Glad to hear that!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also facing the similar issues..when i checked WMI control properties there is no issues in that.Can u please guide
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mike Corsaro, I have the same problem but my WMI doesn't show any errors. Any chance that you could help me solve this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here. My WMI showed "Invalid Namespace", but the CMD returned "WMI repository is consistent"
When I try to debug it opens Visual Studio, but doesn't show anything other than "The application is in break mode"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Similar thing happened to me today, instead of "Not Found" the error was "WMI: Invalid class", I got it solved by following the instructions from TechNet Forum below:
Just in case I will copy paste the steps here too (it is also recommended to make a backup of the WMI repository).
. About how to rebuild the WMI repository.
• Disable and stop the winmgmt service
• Remove or rename C:\Windows\System32\wbem\repository
• Enable and start the winmgmt service
• Open Command Prompt as Administrator
• Run the following commands:
cd C:\Windows\System32\wbem\for /f %s in ('dir /b *.mof') do mofcomp %s NOTE: This will take a minute or so to complete. for /f %s in ('dir /b en-us\*.mfl') do mofcomp en-us\%s
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My WMI was also not working, but I did not have quite the same errors as above and I did the following:
Go into dcomcnfg and try to look at the
Component services > computers > My computer > Dcom config
It may prompt you for classes not registered. Say Yes! Once I did that, my WMI properties were working again and SourceTree reinstalled perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.