mschmeets

Error, #25081850 cv_8640_swfObj::RendererManager in IE

Recommended Posts

I have a problem creating a chart in IE, this works fine in Chrome. It seems to be coming up when my script calls  the render method. I have changed the constructor call to run in debug mode, which it does in Chrome/FF, but not in IE. I get IE's pop-up error message saying I should use debug mode. If I turn the popup off, all I see are two white boxes where the charts should appear.

 

I found the call site and added a console.log (in IE10) and got the following output:

 

RuntimeException, FusionCharts::RendererManager, Error, #25081850 cv_8640_swfObj::RendererManager Error >> There was an error rendering the chart. Enable FusionCharts JS debugMode for more information.

 

In chrome debug mode seems to come up just fine, but of course the charts render correctly there so not much is learned.

 

Following is the code snippet where it is created.

 

var w = '100%',
chart = new FusionCharts(this.model.get("swfUrl"),
        modID + "_swfObj",
        w,
        this.model.get("height"),
        1, 1);

 

chart.setDataURL(this.model.get("dataUrl"));

chart.render(modID);

 

 

I've double checked the values for modID, and the model values, the inputs appear correct.

 

Thanks,
Mark

 

 

 

Share this post


Link to post
Share on other sites

Hi Sashibhusan,

 

Thank you for your response.

 

I can give you temporary access to the page which is having problems. If you could email me at mark at enterprise dash elements dot com I will reply with the information needed.

 

Do you want the debug output placed in the console, as the link suggests? I found that with IE, that is not so very useful, but am happy to leave it set up that way.

 

One last note, in the FusionCharts code, the exception is thrown from within a setTimeout function. That seems to make practically impossible to catch the exception from my client code. While it is unfortunate to lose the chart, it is not the only functionality on the page, and that uncaught exception seems to pretty much leave the page unusable. If I could handle that exception, at least I could give the user a suitable message about the charts and stiil use the other functionality on the page.

 

Thanks,

Mark

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Mark,

 

Please send the required information along with the explanation of the issue details to <[email protected]>.

 

Your query will be addressed by one of the FusionCharts technical support member.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now