SharpDX.SharpDXException

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
hallo888
Posts: 43
Joined: Wed Mar 26, 2014 10:56 am

SharpDX.SharpDXException

Post by hallo888 » Thu Sep 25, 2014 10:07 am

Hi,

I encountered the below error when plotting the graph:

SharpDX.SharpDXException: HRESULT: [0x8876086A, Module: [SharpDX.Direct3D9], ApiCode: [3DERR_NOTAVAILABLE/NotAvailable], Message: Unknown at SharpDX.Result.CheckError()
Arction.WPF.LightningChartUltimate.ChartException: Render device create failed: Failed to create Directx hardware render device.
GPU surrpoes Hardware vertex processing: False,
Is pure device: False
Anti-Alias level:0

I have plotted 2 graphs, the first one with 247 line segments show up, while the 2nd one with 50 line segements did not.

May i know what is it due to?

Thanks again.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: SharpDX.SharpDXException

Post by ArctionPasi » Thu Sep 25, 2014 10:55 am

Build your app in Any CPU config and run in 64-bit windows. If it works then, it's an out-of-memory issue on computer side due to 2GB RAM access limit.

Otherwise it seems your graphics adapter has run out of memory.
LightningChart Support Team, PT

hallo888
Posts: 43
Joined: Wed Mar 26, 2014 10:56 am

Re: SharpDX.SharpDXException

Post by hallo888 » Wed Oct 15, 2014 3:26 am

ArctionPasi wrote:Build your app in Any CPU config and run in 64-bit windows. If it works then, it's an out-of-memory issue on computer side due to 2GB RAM access limit.

Otherwise it seems your graphics adapter has run out of memory.
Hi Pasi,

Is there a 64bit installer for LightningChart? Or do i just have to change the VS2010 build configuration to "Any CPU" will do? Is there any difference if i select "x64" instead of "Any CPU"?

Thanks for your help once again.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: SharpDX.SharpDXException

Post by ArctionPasi » Wed Oct 15, 2014 6:21 am

Our assemblies have both 32-bit and 64-bit support, in the same assemblies. Just build with Any CPU configuration and your software and our assemblies run in 64-bit mode when started in 64-bit Windows.
LightningChart Support Team, PT

Post Reply