OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1719 Discussions

Code Builder Server crash -- Intel® SDK for OpenCL™ Applications 2017

allanmac1
Beginner
630 Views

After a clean uninstall of the 2016 Code Builder and Visual Studio Pro 2017 and a reinstall... I'm getting a crash on VS2017 startup.

This is on a 6820HQ machine with an HD530 HD Graphics IGP.

The same new installation works fine on a Xeon (no HD Graphics) workstation.

[ I don't seem to be able to attach an image of the crash because the forum software is reporting "You are not authorized to access this page." ]

0 Kudos
3 Replies
Jeffrey_M_Intel1
Employee
630 Views

I've tried for a while but so far I have not been able to replicate the issues you've mentioned.

For attachments, I've tried from a few locations (even off the Intel network).  Behavior can vary by browser, so the usual advice is to try a few options.  Sometimes completely restarting the browser can help.

For the VS2017 crash I wonder if more details might help.  Which version of Windows are you using?

By the way, there was a small update to the install package.  It is probably unrelated but there is another one to try.  Build number went from 2493 to 2511.

0 Kudos
allanmac1
Beginner
630 Views

I'll update and try again!

0 Kudos
allanmac1
Beginner
630 Views

Same result.  I'm getting an VS2017 popup that says "The 'Scc Display Information' package did not load correctly" followed by two popups that say "OpenCL Code Builder - Server has stopped working".

I'm running VS2017 on Win10 Pro (v1607).

I've pasted the screen shots (images now attaching) and Activity Log XML below.

scc_error.png

code_builder_server_crash.png

  <entry>
    <record>475</record>
    <time>2017/08/11 21:25:53.370</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Scc Display Information]</description>
    <guid>{D7BB9305-5804-4F92-9CFE-119F4CB0563B}</guid>
  </entry>
  <entry>
    <record>476</record>
    <time>2017/08/11 21:25:53.372</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [Scc Display Information]Source: &apos;mscorlib&apos; Description: An item with the same key has already been added.&#x000D;&#x000A;System.ArgumentException: An item with the same key has already been added.&#x000D;&#x000A;   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)&#x000D;&#x000A;   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.SccDisplayInformationService.LoadRegisteredSourceControlProviders()&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.SccDisplayInformationService.Initialize(IServiceProvider serviceProvider, JoinableTaskFactory joinableTaskFactory, CancellationToken cancellationToken, ISccDisplayInformationTelemetryLogger telemetryLogger, INotifySolutionLoadCount notifySolutionLoadCount, IKeyBindingProvider keyBindingProvider)&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.SccDisplayInformationPackage.InitializeAsync(CancellationToken cancellationToken, IProgress`1 progress)&#x000D;&#x000A;   at Microsoft.VisualStudio.Shell.AsyncPackage.&lt;&gt;c__DisplayClass16_0.&lt;&lt;Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize&gt;b__1&gt;d.MoveNext()&#x000D;&#x000A;--- End of stack trace from previous location where exception was thrown ---&#x000D;&#x000A;   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)&#x000D;&#x000A;   at Microsoft.VisualStudio.Services.VsTask.GetResult()</description>
    <guid>{D7BB9305-5804-4F92-9CFE-119F4CB0563B}</guid>
    <hr>80070057 - E_INVALIDARG</hr>
    <errorinfo></errorinfo>
  </entry>
  <entry>
    <record>477</record>
    <time>2017/08/11 21:25:53.374</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>End package load [Scc Display Information]</description>
    <guid>{D7BB9305-5804-4F92-9CFE-119F4CB0563B}</guid>
    <hr>80070057 - E_INVALIDARG</hr>
    <errorinfo></errorinfo>
  </entry>

 

0 Kudos
Reply