PDA

View Full Version : Texture coordinate editor and static libraries


seaviper
25th December 2003, 10:13 PM
Hi Andy,

Awsome program.

Was wondering what I need to do to get the texture coordinate editor to run while running via ./ac3d? I can load a texture under ./ac3d, but the texture coordinate editor bombs out.

here is the error reported
ac3d: r200_vtxfmt.c:1087: r200VtxfmtUnbindContext: Assertion `vb.context == ctx' failed.
Aborted


Runs fine with ./ac3ds...but of course no acceleration. Is there some Mesa thingy I need to load?

System is Fedora Core 1 linux (Redhat 9 really). I have the latest gcc3.3.2. I know your program requires compatgcc++libstdc which is a compatibility library for programs compiled on Redhat 7. I have the latest Xfree as well. Video card is a Radeon 9000.

Ran fine under XP but I tossed windoze hopefully for good.

later
Patrick S. Duncan

Andy
26th December 2003, 03:36 AM
This error indicates a problem with the graphics driver - looks like it's when the OpenGL context is being switched. As it works with ac3ds (which is mesa), I'm 99% confident in blaming the driver.

See if you can find an update to this driver.

Andy

seaviper
26th December 2003, 09:40 AM
Thanks Andy,

Went to the ATI website and downloaded their Linux driver. Fixed the problem. (didn't know ATI made a Linux driver)

Thanks again and keep up the good work

Sincerely
Patrick S. Duncan