Coded the 45 pistol
|
2013-08-03, 11:40 PM
(This post was last modified: 2013-08-03, 11:44 PM by ruler501.)
|
|||
|
|||
RE: Coded the 45 pistol
if you are running on linux please edit the makefile to have CXXOPTFLAGS=-O0 -g instead of the optimization and then see what it says. You might also want to run it piped to a file with 2>&1 | tee log.txt
What were you doing when it crashed? EDIT: It might also help to run it with gdb. That should give a line number for where the crash occurred if you compile it correctly. |
|||
« Next Oldest | Next Newest »
|