CHAI3DCHAI3D

normal Runtime error on chai3d 3.1.1

More
19 Apr 2016 23:00 #7

I'm facing problem on 32bit, Windows7.
I tried disabling images(loaded as bitmap object) and text labels, then program runs.

Please Log in or Create an account to join the conversation.

More
19 Apr 2016 23:04 #8

I'm having problem on 32bit Win7.
I tried disabling images(loaded as bitmap) and Labels, then no more access violation, it runs

Please Log in or Create an account to join the conversation.

More
19 Apr 2016 23:34 #9

Both of these classes (bitmap and label) use texture rendering so the problems seems to be coming from there, which makes me think that there is an issue with the 32-bit OpenGL drivers running on that computer.

What graphic card model does this computer have?

Please Log in or Create an account to join the conversation.

More
20 Apr 2016 09:34 #10

I'm having ATI Raedon X1650 series installed.
Find attached screenshot of Call Stack window while debugging. Few traces of User32 and Opengl are hidden there.
I'm also wondering is there a minimum requirement of OpenGl version for chai3d 3.1.1, because at present I'm having opengl 1.1 and due to some reason I cannot able to update it.

Attachments:

Please Log in or Create an account to join the conversation.

More
21 Apr 2016 11:14 #11

CHAI3D 3.X require support for OpenGL 2.1.

It seems that your computer may have received a fresh installation of Windows, which by default will not include any OpenGL drivers, apart for an emulated version (OpenGL 1.1) through DirectX.

I suggest that you try to update the drivers by checking the ATI website.

Please Log in or Create an account to join the conversation.

More
21 Apr 2016 15:35 #12

Thanks a lot!, now it works!

Please Log in or Create an account to join the conversation.