Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Checking /home/fun/wps/wps/clock.wps...
Unable to load font 2: '08-Schumacher-Clean.fnt'

Program received signal SIGSEGV, Segmentation fault.
0x0804ab35 in skin_load_fonts (data=0xffffd780)
    at /media/bordel/rockbox/tools/checkwps/../../apps/gui/skin_engine/skin_parser.c:2232
2232	            *dot = '\0';
(gdb) print dot
$4 = 0x0
(gdb) print *font
$5 = {id = -1, name = 0x805361d "08-Schumacher-Clean"}
(gdb) bt
#0  0x0804ab35 in skin_load_fonts (data=0xffffd780)
    at /media/bordel/rockbox/tools/checkwps/../../apps/gui/skin_engine/skin_parser.c:2232
#1  0x0804af56 in skin_data_load (screen=SCREEN_MAIN, wps_data=0xffffd780, 
    buf=0xffffda02 "/home/fun/wps/wps/clock.wps", isfile=true)
    at /media/bordel/rockbox/tools/checkwps/../../apps/gui/skin_engine/skin_parser.c:2372
#2  0x0804bf05 in main (argc=2, argv=0xffffd864)
    at /media/bordel/rockbox/tools/checkwps/checkwps.c:284
(gdb)