Closed GoogleCodeExporter closed 9 years ago
My guess would be that you are running into a OpenGL driver issue or texture
size limit. Try to run it with the SDL renderer:
$ pingus --renderer sdl
and see if that helps.
Original comment by grum...@gmail.com
on 7 Aug 2012 at 9:06
On closer inspection, this actually doesn't look like an OpenGL issue, but like
a install issue with a confusing error message. Try running with:
$ pingus --verbose
That should tell you which file is last accessed and thus causing the problem.
Rerun "make install", that should fix it.
Original comment by grum...@gmail.com
on 7 Aug 2012 at 9:41
This issue was closed by revision 81abd0b34232.
Original comment by grum...@gmail.com
on 7 Aug 2012 at 9:45
Original issue reported on code.google.com by
rcmodel...@gmail.com
on 24 Jul 2012 at 9:01