Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I recently install Creo parametric 2.0 due to customer request. When I use the measure function, the program crashes.
I also use Creo 6.0 but this problem does not arise. Maybe some problems with graphic settings.
Thank you in advance.
Marco
Solved! Go to Solution.
You can try the adding the graphics options in your config.pro. (you have to manually add the option, it's hidden, so it doesn't come up in the list)
GRAPHICS WIN32_GDI
If it works without crashing, it is a graphics issue, remove the option and try updating your graphics card driver.
You can try the adding the graphics options in your config.pro. (you have to manually add the option, it's hidden, so it doesn't come up in the list)
GRAPHICS WIN32_GDI
If it works without crashing, it is a graphics issue, remove the option and try updating your graphics card driver.
Thank you Steve,
I change the graphics settings from OPENGL to WIN32_GDI. Now Creo 2.0 works without crashing.
When I installed Creo 6.0 I had the same problem, but after updating graphics card driver, everything was fine.
Maybe the updated drivers don't support an old version like Creo 2.0.
In the end, I think I will use OPENGL setting for Creo 6.0 and WIN32_GDI for Creo 2.0 (I use two different config.pro).
Thanks again.
Marco