MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
98 stars 35 forks source link

Hangs on solution load sometimes #85

Closed sleepyspider1 closed 5 years ago

sleepyspider1 commented 5 years ago

In some projects, it hangs when opening the solution. I think it's when the .json file is missing or something. I have to disable the extension before it will load the solution.

MBulli commented 5 years ago

Sadly, without more information we can't do much. Please try to figure out how an when the problem occurs. The specific VS version and project type are also helpful.

Most helpful would be a log file while the issue happened.

sleepyspider1 commented 5 years ago

It looks like when I launched with devenv.exe /Log and then opened the solution by clicking the solution link on the start page (vs2015), it opened. Now every time I open it, it's fine. I think it has something to do with doing a fresh checkout from perforce of the project (a unreal4 project), and then double clicking on the .sln file directly is when it hangs.

I will report back if I get it to happen again with logging. But now I can't get it to happen atm.

MBulli commented 5 years ago

Feel free to reopen this issue if you can reproduce the error.