so, I followed the guide to install VS and all 4 extensions, enabled developers hook in SiS Options
Ctrl-click now crashes VS due to error in OpenHint extension
any help ? thanks
siyoa wrote:Ctrl-click now crashes VS due to error in OpenHint extension
Code: Select all
Microsoft Visual Studio Community 2017
Version 15.7.1
VisualStudio.15.Release/15.7.1+27703.2000
Microsoft .NET Framework
Version 4.7.02556
Installed Version: Community
Visual C++ 2017 00369-60000-00001-AA812
Microsoft Visual C++ 2017
ASP.NET and Web Tools 2017 15.0.40501.0
ASP.NET and Web Tools 2017
C# Tools 2.8.0-beta6-62830-08. Commit Hash: e595ee276d14e14bfb3eb323fb57f2aa668bddea
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Common Azure Tools 1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
DPack 3.11.9
DPack for Visual Studio
Copyright © 2004-2018 USysWare, Inc.
For more information, visit http://www.usysware.com/dpack/ or contact us at support@usysware.com
JavaScript support via JavaScript Parser extension by Oleksandr Boiko
JavaScript Language Service 2.0
JavaScript Language Service
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
Microsoft MI-Based Debugger 1.0
Provides support for connecting Visual Studio to MI compatible debuggers
Microsoft Visual C++ Wizards 1.0
Microsoft Visual C++ Wizards
Microsoft Visual Studio VC Package 1.0
Microsoft Visual Studio VC Package
NShader 2.4
NShader is an extension to Visual Studio that provides syntax highlighting for various shader languages including HLSL - GLSL - CG
NuGet Package Manager 4.6.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info
ResourcePackage Extension 1.0
ResourcePackage Visual Studio Extension Detailed Info
SvenBar 1.0
A minimalistic xcode-like navigation bar.
Visual Basic Tools 2.8.0-beta6-62830-08. Commit Hash: e595ee276d14e14bfb3eb323fb57f2aa668bddea
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual Studio Code Debug Adapter Host Package 1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio
Visual Studio Tools for CMake 1.0
Visual Studio Tools for CMake
VSPackage1 Extension 1.0
VSPackage1 Visual Studio Extension Detailed Info
Windows Machine Learning Generator Extension 1.0
Windows Machine Learning Visual Studio Extension Detailed Info
WordWrapping 1.0
A quick and dirty matlab-style word wrapping extention. Should also work for lua.
Code: Select all
Microsoft Visual Studio Community 2017
Version 15.7.1
VisualStudio.15.Release/15.7.1+27703.2000
Microsoft .NET Framework
Version 4.7.02556
Installed Version: Community
Visual C++ 2017 00369-60000-00001-AA914
Microsoft Visual C++ 2017
ASP.NET and Web Tools 2017 15.0.40501.0
ASP.NET and Web Tools 2017
C# Tools 2.8.0-beta6-62830-08. Commit Hash: e595ee276d14e14bfb3eb323fb57f2aa668bddea
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
DPack 3.11.9
DPack for Visual Studio
Copyright © 2004-2018 USysWare, Inc.
For more information, visit http://www.usysware.com/dpack/ or contact us at support@usysware.com
JavaScript support via JavaScript Parser extension by Oleksandr Boiko
JavaScript Language Service 2.0
JavaScript Language Service
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
Microsoft MI-Based Debugger 1.0
Provides support for connecting Visual Studio to MI compatible debuggers
Microsoft Visual C++ Wizards 1.0
Microsoft Visual C++ Wizards
Microsoft Visual Studio VC Package 1.0
Microsoft Visual Studio VC Package
NuGet Package Manager 4.6.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info
Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.
Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.
Visual Basic Tools 2.8.0-beta6-62830-08. Commit Hash: e595ee276d14e14bfb3eb323fb57f2aa668bddea
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
Visual Studio Code Debug Adapter Host Package 1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio
Visual Studio Tools for CMake 1.0
Visual Studio Tools for CMake
VSPackage1 Extension 1.0
VSPackage1 Visual Studio Extension Detailed Info
Windows Machine Learning Generator Extension 1.0
Windows Machine Learning Visual Studio Extension Detailed Info
WordWrapping 1.0
A quick and dirty matlab-style word wrapping extention. Should also work for lua.
Code: Select all
Microsoft Visual Studio Community 2017
Version 15.7.1
VisualStudio.15.Release/15.7.1+27703.2000
Microsoft .NET Framework
Version 4.7.02556
Installed Version: Community
ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info
VSPackage1 Extension 1.0
VSPackage1 Visual Studio Extension Detailed Info
Code: Select all
<entry>
<record>381</record>
<time>2018/05/10 04:42:02.867</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [VSPackage1]</description>
<guid>{1AE47B9D-A1CE-428F-B9D5-DB09B199E241}</guid>
</entry>
<entry>
<record>382</record>
<time>2018/05/10 04:42:02.931</time>
<type>Error</type>
<source>VisualStudio</source>
<description>LegacySitePackage failed for package [VSPackage1]Source: 'mscorlib' Description: Invalid class string (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
System.Runtime.InteropServices.COMException (0x800401F3): Invalid class string (Exception from HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
 at System.Runtime.InteropServices.Marshal.CLSIDFromProgID(String progId, Guid& clsid)
 at System.Runtime.InteropServices.Marshal.GetActiveObject(String progID)
 at OpenHint2017.VSPackage1.Initialize() in C:\dev\Leviathan\vs_addons\OpenHint\OpenHint2017\VSPackage1.cs:line 250
 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)</description>
<guid>{1AE47B9D-A1CE-428F-B9D5-DB09B199E241}</guid>
<hr>800401f3</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>383</record>
<time>2018/05/10 04:42:02.997</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [VSPackage1](null)</description>
<guid>{1AE47B9D-A1CE-428F-B9D5-DB09B199E241}</guid>
<hr>800401f3</hr>
<errorinfo></errorinfo>
</entry>
<entry>
<record>384</record>
<time>2018/05/10 04:42:03.005</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [VSPackage1]</description>
<guid>{1AE47B9D-A1CE-428F-B9D5-DB09B199E241}</guid>
<hr>800401f3</hr>
<errorinfo></errorinfo>
</entry>
siyoa wrote:VS activity log, does it help ?
sven wrote:Now, if everything is working, the game should start in debug mode, and you should have access to both CTRL+click hotkeys and the ability to set breakpoints / view stack traces.
harpy eagle wrote:sven wrote:Now, if everything is working, the game should start in debug mode, and you should have access to both CTRL+click hotkeys and the ability to set breakpoints / view stack traces.
That's pretty awesome, I'm sure it will come in handy
alanrogger007 wrote:When I tried to work with the extension suddenly the extension as well as chrome keeps crashing and now even the browser is not opening at all. Please help me to fix the problem.
Users browsing this forum: No registered users and 21 guests