| Summary: | mindless crash (segfault) when a card is put on table | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kazuo Teramoto <kaz.rag> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | truedfx |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Kazuo Teramoto
2006-03-26 03:24:04 UTC
> const char tiny_font_name[] =
> "-schumacher-*-medium-r-normal-*-*-80-*-*-*-*-*";
> [...]
> playarea->font = gdk_font_load (tiny_font_name);
Assuming you're using modular X, would you try installing media-fonts/font-schumacher-misc (make sure your X sees it afterwards) and checking if it then works?
(In reply to comment #1) > > const char tiny_font_name[] = > > "-schumacher-*-medium-r-normal-*-*-80-*-*-*-*-*"; > > [...] > > playarea->font = gdk_font_load (tiny_font_name); > > Assuming you're using modular X, would you try installing > media-fonts/font-schumacher-misc (make sure your X sees it afterwards) and > checking if it then works? > Thanks, this solve the problem. That's good to know, but this bug isn't actually fixed yet :) Games team, would you please add || ( media-fonts/font-schumacher-misc virtual/x11 ) to the ebuild's RDEPEND? Yep, it's in CVS. Thanks for the bug report. |