TChart3D causes crash of Delphi 2007
TChart3D causes crash of Delphi 2007
Hello,
I've installed "TeeChart Vcl 2010.01.11004 Professional" for "Delphi 2007 Professional". OS is Windows XP Pro.
Here's the problem:
- Create a new Vcl Forms Application.
- Put a TChart3D on the form.
- DoubleClick on the chart to show the Chart Editor
- Without changing anything, just click on de Close button of the Chart Editor.
- Delphi is gone/crashed.
Does anyone experienced this behaviour before? And does somebody knows the problem/solution?
Kind regards,
Invers
I've installed "TeeChart Vcl 2010.01.11004 Professional" for "Delphi 2007 Professional". OS is Windows XP Pro.
Here's the problem:
- Create a new Vcl Forms Application.
- Put a TChart3D on the form.
- DoubleClick on the chart to show the Chart Editor
- Without changing anything, just click on de Close button of the Chart Editor.
- Delphi is gone/crashed.
Does anyone experienced this behaviour before? And does somebody knows the problem/solution?
Kind regards,
Invers
Re: TChart3D causes crash of Delphi 2007
Hello,
Yes, I can confirm that also, just repeated your steps and IDE closed without any message
Regards
Yes, I can confirm that also, just repeated your steps and IDE closed without any message
Regards
Re: TChart3D causes crash of Delphi 2007
Hi,
I'm trying to reproduce it but I can follow your steps without having any problem.
CodeGear™ RAD Studio 2007 Version 11.0.2902.10471
Installed Updates:
December 2007 Update
May08 Help Update
TeeChart Pro v2010.01.11004
Microsoft Windows XP Professional
I'm trying to reproduce it but I can follow your steps without having any problem.
CodeGear™ RAD Studio 2007 Version 11.0.2902.10471
Installed Updates:
December 2007 Update
May08 Help Update
TeeChart Pro v2010.01.11004
Microsoft Windows XP Professional
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart3D causes crash of Delphi 2007
Same problem here.
Delphi 2007 Professional, december 2007 update
TeeChart Pro 2011.03.30407
Windows Vista Business SP2
Delphi 2007 Professional, december 2007 update
TeeChart Pro 2011.03.30407
Windows Vista Business SP2
Re: TChart3D causes crash of Delphi 2007
Hello,
We added it to the defect list to be investigated for further releases (TV52015320), although we didn't find a consistent way to reproduce it. The same process reproduces the problem in some machines with D2007, RAD 2010 and XE but in other machines.
We added it to the defect list to be investigated for further releases (TV52015320), although we didn't find a consistent way to reproduce it. The same process reproduces the problem in some machines with D2007, RAD 2010 and XE but in other machines.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart3D causes crash of Delphi 2007
I compiled a sample application with one TChart3D component and activated EurekaLog. http://www.eurekalog.com/index_delphi.php
In EurekaLog I activated the Anti-Freeze Option.
When this option fires in EurekaLog, the following Call Stack is shown:
C:\Windows\System32\glu32.dll
Date: 2-11-2006
Time: 11:46
Size: 133.632
Version: 6.0.6000.16386
Bert
In EurekaLog I activated the Anti-Freeze Option.
When this option fires in EurekaLog, the following Call Stack is shown:
C:\Windows\System32\glu32.dll
Date: 2-11-2006
Time: 11:46
Size: 133.632
Version: 6.0.6000.16386
Bert
Re: TChart3D causes crash of Delphi 2007
After recompiling TeeChart with debug info:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TChart3D causes crash of Delphi 2007
Hi Bert,
Thanks for the information. I have added it to the bug report.
Thanks for the information. I have added it to the bug report.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: TChart3D causes crash of Delphi 2007
If I copy TeeGLCanvas.pas to my project and compile it with assertions, the following exception is raised:
'ActivateContext (C:\ ...\TeeGLCanvas.pas, line 1460)'.
Re: TChart3D causes crash of Delphi 2007
Everest (now Aida64) is a tool that shows a lot of information about the PC and the software. It says the following about OpenGL support in my PC.
My PC is a HP machine with Intel integrated graphics, so not state of the art.
I have ran the executable on 2 other PC's with old/integrated graphics and they have the same problem. On a newer machine with a recent Radeon card the application runs. This PC/graphics card has OpenGL 3.3 support.
My PC is a HP machine with Intel integrated graphics, so not state of the art.
I have ran the executable on 2 other PC's with old/integrated graphics and they have the same problem. On a newer machine with a recent Radeon card the application runs. This PC/graphics card has OpenGL 3.3 support.
Re: TChart3D causes crash of Delphi 2007
Hello Bert,
We appreciate your feedback and investigation on this. It could be important information to find out what's exactly happening and how to solve it.
I've added your comments to the bug report.
We appreciate your feedback and investigation on this. It could be important information to find out what's exactly happening and how to solve it.
I've added your comments to the bug report.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart3D causes crash of Delphi 2007
I have checked a few PC's and a laptop with the test application.
Good:
RADEON 9250 - OpenGL 1.3 (XP)
RADEON X1650 - OpenGL 2.1 (XP)
RADEON HD 4770 - OpenGL 3.3 (7)
Bad:
Matrox G450 - OpenGL 1.1 (XP)
Intel 945G - OpenGL 1.4 (7)
Intel GMA 3100 - OpenGL 1.4 (Vista)
ATI Mobility RADEON 9700 - OpenGL 1.5 (XP)
Do you now the Delphi OpenGL Community? http://www.delphigl.com It seems they are very active with and knowledgeable about OpenGL. I downloaded one of the applications that is using their stuff and it runs fine on the laptop, where TeeChart isn't.
I tried to replace OpenGL2.pas with dglOpenGL.pas but couldn't get my application compiled. For someone with more knowledge it might be an easy change. It might be worth investigating.
Good:
RADEON 9250 - OpenGL 1.3 (XP)
RADEON X1650 - OpenGL 2.1 (XP)
RADEON HD 4770 - OpenGL 3.3 (7)
Bad:
Matrox G450 - OpenGL 1.1 (XP)
Intel 945G - OpenGL 1.4 (7)
Intel GMA 3100 - OpenGL 1.4 (Vista)
ATI Mobility RADEON 9700 - OpenGL 1.5 (XP)
Do you now the Delphi OpenGL Community? http://www.delphigl.com It seems they are very active with and knowledgeable about OpenGL. I downloaded one of the applications that is using their stuff and it runs fine on the laptop, where TeeChart isn't.
I tried to replace OpenGL2.pas with dglOpenGL.pas but couldn't get my application compiled. For someone with more knowledge it might be an easy change. It might be worth investigating.
Re: TChart3D causes crash of Delphi 2007
Hello Bert,
Thank you so much again for the huge testing work you are doing here.
Thank you so much again for the huge testing work you are doing here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart3D causes crash of Delphi 2007
Hello,
I was wondering if any progress has been made with this issue. It has been open for almost 6 months now.
Were you able to reproduce it on your side, or do you have a test application with extensive logging that I and others can run?
Bert
I was wondering if any progress has been made with this issue. It has been open for almost 6 months now.
Were you able to reproduce it on your side, or do you have a test application with extensive logging that I and others can run?
Bert
Re: TChart3D causes crash of Delphi 2007
Hello Bert B.,
This is a high-priority issue. I am sorry but bug with number (TV52015320) isn't still fixed. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them.
Thanks,
This is a high-priority issue. I am sorry but bug with number (TV52015320) isn't still fixed. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |