Bugzilla – Bug 113074
unable to start crack-attack
Last modified: 2005-09-07 13:54:00 UTC
When trying to start crack-attack on beta3 it produces following error: abauer@e228:~> crack-attack --solo Crack Attack! v1.1.14 freeglut ERROR: Function <glutCreateWindow> called without first calling 'glutInit'. the crack-attack package from 9.3 works.
seems the call to glutInit got lost. I attached a patch that solves the problem
Created attachment 47656 [details] patch for src/Attack.cxx
Thanks for the patch. I'll add it to the package. BTW: It must be related to the latest changes in GNOME. I tested it when I updated the package and it worked.
The fixed package should be already on 10.0-beta4.
works perfectly. there is still a glut error message when closing crack-attack, but that one can probably be ignored.