Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Chart rendering failed... OnRender method. D2D error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Has anyone had any update on this? It's actually causing charting to crash using only inbuilt indicators so I would think this would be a high priority to fix.
    Bruce DeVault
    QuantKey Trading Vendor Services
    NinjaTrader Ecosystem Vendor - QuantKey

    Comment


      #17
      This isn't a bug in the Trendlines indicator - it's a bug that is exposed when there is more than one data series on a chart but some drawing objects are set to attach to all charts. When it does something like a duplicate chart, it tries to use the same name for the drawing tool when it adds it to both subgraphs, causing a crash that is not handled gracefully - the chart no longer scrolls or receives any new data after this. The issue reported above is related. They both are ways to expose the underlying bug, which is related to drawing objects on "all charts" when a chart has more than one subgraph of the same symbol as the drawing objects are attached to.
      Bruce DeVault
      QuantKey Trading Vendor Services
      NinjaTrader Ecosystem Vendor - QuantKey

      Comment


        #18
        Hello Bruce,

        This was reported to the correct channels but has not had an update from the development team.

        I've pinged the team lead to see if I can get some action on this issue. Will keep you updated.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #19
          NinjaTrader_ChelseaB I'm also getting this and it halts the data ?
          What is the ETA for a fix? (the error was reproted at 2007...).
          How can I prevent this - any workaound?

          Elad.

          Comment


            #20
            I occasionally get this error when I open second workspace. Restarting NT always helps.

            Comment


              #21
              I suppose you can read this thread and draw your own conclusions about the situation. I was hopeful that after turning in a reproducible scenario, it would be fixed right away, but instead we now have what we now have.
              Bruce DeVault
              QuantKey Trading Vendor Services
              NinjaTrader Ecosystem Vendor - QuantKey

              Comment


                #22
                Originally posted by QuantKey_Bruce View Post
                I suppose you can read this thread and draw your own conclusions about the situation. I was hopeful that after turning in a reproducible scenario, it would be fixed right away, but instead we now have what we now have.
                Are we doomed ?
                I would like to have global drawings and multiple chart and subgraph.. assuming that we will not get a fix soon, any guidelines or workarounds this issue?

                Comment


                  #23
                  No, you're not doomed, but fixing bugs of this sort is clear not a priority, unfortunately, so you have to steer clear of the circumstances that cause the bug to be manifested until that changes.
                  Bruce DeVault
                  QuantKey Trading Vendor Services
                  NinjaTrader Ecosystem Vendor - QuantKey

                  Comment


                    #24
                    Thanks, On my station the issue comes and goes, while on a friend station it is on daily basis.
                    what should he remove / change for avoiding this?
                    (I’ve read the thread and not 100% understand the root cause)

                    Comment


                      #25
                      Hello Community,

                      So far the report has been assigned to a developer, but there has not been any update so far.

                      Internally this is being tracked with ID # NT-5772.

                      Unfortunately, we cannot provide an ETA with any bug report or feature request.
                      Chelsea B.NinjaTrader Customer Service

                      Comment


                        #26
                        Originally posted by Bidder View Post
                        TheTradingMantis. Thanks for this information. I have wasted countless hours debugging my own code thinking that it was the source of the problem. Thank you for this.
                        Some comments in the post below indicate this bug was introduced in v26
                        Today I triad change the fib ratios in the fib retracement tool and I am getting constant errors in the log. My chart freezes up and the error keeps repeating itself until I close the program. The same error occurs if I then try to edit the drawing object again after reopening the program. I also tried deleting the drawing

                        By incrementally installing different versions and utilizing the "Mantis ChartFreeze" indicator it can be positively verified this bug was introduced in v8.0.26.

                        Pls forward this to the dev as it may speed up the analysis work.

                        I have had to stop using global lines as well - a real pita.

                        Comment


                          #27
                          NinjaTrader_ChelseaBNinjaTrader_ChelseaB I think i have undertood what the Dev are missing and I have a workaround you can use and help all.
                          ping me if you are intersted.

                          Comment


                            #28
                            Hello eladlevi,

                            If you would like to provide your findings here, I will be happy to add this as a note to the report.
                            Chelsea B.NinjaTrader Customer Service

                            Comment


                              #29
                              Originally posted by NinjaTrader_ChelseaB View Post
                              Hello eladlevi,

                              If you would like to provide your findings here, I will be happy to add this as a note to the report.


                              For some reason you allow multiple drawing with the same tag (you can see and even do it manually).
                              With this as given, the RemoveDrawObject(tag) gets a tag which is NOT unique and with the combination of other panel and global items there is an error.
                              To overcome this cases In all indicator that I use I've change the function to be as follows :
                              private void _RemoveDrawObject(string _tag)
                              {
                              if (DrawObjects[_tag] != null)
                              {
                              DrawObjects[_tag].IsVisible = false;
                              }
                              }

                              That solves the issue for now.​​ But this is only workaround.
                              NT must solve the core issue.

                              Elad.

                              Comment


                                #30
                                Hello Elad,

                                Thank you for this information and for taking the time to fully understand the issue.

                                I've added this as a note to the report.
                                Chelsea B.NinjaTrader Customer Service

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by argusthome, 03-08-2026, 10:06 AM
                                0 responses
                                86 views
                                0 likes
                                Last Post argusthome  
                                Started by NabilKhattabi, 03-06-2026, 11:18 AM
                                0 responses
                                48 views
                                0 likes
                                Last Post NabilKhattabi  
                                Started by Deep42, 03-06-2026, 12:28 AM
                                0 responses
                                29 views
                                0 likes
                                Last Post Deep42
                                by Deep42
                                 
                                Started by TheRealMorford, 03-05-2026, 06:15 PM
                                0 responses
                                32 views
                                0 likes
                                Last Post TheRealMorford  
                                Started by Mindset, 02-28-2026, 06:16 AM
                                0 responses
                                67 views
                                0 likes
                                Last Post Mindset
                                by Mindset
                                 
                                Working...
                                X