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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
672 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment