GrumbelsTrashbin / pingus.old-auto-export

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

Pingus fails to start 0.7.6 (FontImpl) #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, have complied and installed pingus-0.7.6 on Slack 13.3.7 but when I 
issue the command pingus the output I get is 

Welcome to Pingus 0.7.6!
========================
userdir:                 /home/mrt/.pingus/
datadir:                 /usr/share/pingus
language:                English (en)
sound support:           enabled
music support:           enabled
fullscreen:              disabled

pingus.bin: src/engine/display/font.cpp:57: FontImpl::FontImpl(const 
FontDescription&): Assertion `false' failed.
Aborted

Thankyou, looking forward to playing it!

Original issue reported on code.google.com by rcmodel...@gmail.com on 24 Jul 2012 at 9:01

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 81abd0b34232.

Original comment by grum...@gmail.com on 7 Aug 2012 at 9:45