Torque 1.5 and PyTorque
by Frank Carney · in Torque Game Engine · 07/12/2008 (11:14 pm) · 2 replies
Here is the Linux version of PyTorque.cc:
www.demolishun.net/code
I get a seg fault when running using the simple program in TorqueDemo.py. I can't tell what the problem is as it fails before I can put any printf statements in.
I think it might be a library thing, but have not figured it out yet. Python seems to recognize it as a module however.
www.demolishun.net/code
I get a seg fault when running using the simple program in TorqueDemo.py. I can't tell what the problem is as it fails before I can put any printf statements in.
I think it might be a library thing, but have not figured it out yet. Python seems to recognize it as a module however.
About the author
I Started programming in HS and have never stopped. Now an 18 year vet of programming anything from assembler on a NES console to a nuclear waste processing system. If it can be programmed I may have tried to program it!
#2
07/14/2008 (8:51 pm)
Well, I rewrote the two inline assembly functions with simple C code and recompiled the whole engine with the -fPIC flag and it did not help one bit. The code still seg faults.
Torque Owner Frank Carney
DemolishunConsulting Rocks!