Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Graphics driver update causes unhandled exception on the chart
Collapse
X
-
This is the error from the Output window:
Failed to call method 'OnCalculateMinMax' on chart object 'ChartBars': HRESULT: [0x80070057], Module: [General], ApiCode: [E_INVALIDARG/Invalid Arguments], Message: The parameter is incorrect.
And this from Log:
Time Category Message
18/05/2015 16:33:34 NinjaScript Chart rendering to a software bitmap failed. There is likely a problem with a chart object's render method. D2D error = 'HRESULT: [0x80070057] Module: [General] ApiCode: [E_INVALIDARG/Invalid Arguments] Message: The parameter is incorrect. '
18/05/2015 16:33:34 Default Failed to call method 'OnCalculateMinMax' on chart object 'ChartBars': HRESULT: [0x80070057] Module: [General] ApiCode: [E_INVALIDARG/Invalid Arguments] Message: The parameter is incorrect.
-
Thanks for chiming in - in my case I had naked chart with nothing on it except for barsOriginally posted by NJA_MC View PostGreg,
I got that error for a while as well, but it was due to my indicator trying to pass "double.Max and double.Min" as points. I think NT8 doesn't handle these very large ranges well and reports that error.
Comment
-
That's correct - as in the screenshot the "inside" of the chart didn't load after the update (you could see the application behind) with the unhandled exception raised.Originally posted by NinjaTrader_Matthew View PostTo be clear, you had NinjaTrader 8 open with those basic charts while updating your graphics drivers, and results in that exception?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, Yesterday, 10:06 AM
|
0 responses
14 views
0 likes
|
Last Post
by argusthome
Yesterday, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
11 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
9 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
4 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
31 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment