From: Luc S. <be...@gm...> - 2011-05-14 14:10:32
|
Hello, I've been looking into getting TuxMath uptodate on Haiku, compilation succeeded but I can't seem to start TuxMath, every time I try to run it I get the next error: /boot/apps/TuxMath/bin> tuxmath Initializing Tux4Kids-Common 0.1.1 BMediaEventLooper: SchedulingLatency is 750 BMediaRoster::Connect connection established! BMediaRoster::GetParameterWebFor Unflattening 1833 bytes, 0x01030506, 0x00000001, 0x00000002, 0x00000003 BRect(l:0.0, t:0.0, r:1279.0, b:799.0) LoadFont(): /usr/share/fonts/truetype/ttf-sil-andika/AndikaDesRevG.ttf NOT loaded successfully. BMediaRoster::ReleaseNode, trying to release reference counting disabled timesource, node 2, port 368775, team 165124 Segmentation violation Can't seem to find where exactly this is comming from, if anyone has any suggestions I would like to try them out. Greetings, Luc Schrijvers aka Begasus |
From: Aviral D. <avi...@gm...> - 2011-05-14 16:56:07
|
This line seems to be the problem: LoadFont(): /usr/share/fonts/truetype/ttf-sil-andika/AndikaDesRevG.ttf NOT loaded successfully. Try installing the *Andika* font. Regards, Aviral On 14 May 2011 19:40, Luc Schrijvers <be...@gm...> wrote: > Hello, I've been looking into getting TuxMath uptodate on Haiku, > compilation succeeded but I can't seem to start TuxMath, every time I > try to run it I get the next error: > > /boot/apps/TuxMath/bin> tuxmath > Initializing Tux4Kids-Common 0.1.1 > BMediaEventLooper: SchedulingLatency is 750 > BMediaRoster::Connect connection established! > BMediaRoster::GetParameterWebFor Unflattening 1833 bytes, 0x01030506, > 0x00000001, 0x00000002, 0x00000003 > BRect(l:0.0, t:0.0, r:1279.0, b:799.0) > LoadFont(): /usr/share/fonts/truetype/ttf-sil-andika/AndikaDesRevG.ttf > NOT loaded successfully. > BMediaRoster::ReleaseNode, trying to release reference counting > disabled timesource, node 2, port 368775, team 165124 > Segmentation violation > > Can't seem to find where exactly this is comming from, if anyone has > any suggestions I would like to try them out. > > Greetings, > > Luc Schrijvers aka Begasus > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel > |
From: Schrijvers L. <be...@gm...> - 2011-05-14 17:37:48
|
The font is installed, that's not the problem, the problem is the path, Haiku doesn't use /usr/share ... and TuxMath is compiled with a prefix /boot/apps/TuxMath, the font is in a subdirectory but due to the hardcoded path(?) isn't been picked up ... Greetings, Begasus Aviral Dasgupta schreef op za 14-05-2011 om 22:26 [+0530]: > This line seems to be the problem: > LoadFont(): /usr/share/fonts/truetype/ttf-sil-andika/AndikaDesRevG.ttf > NOT loaded successfully. > Try installing the Andika font. > > > Regards, > Aviral > > On 14 May 2011 19:40, Luc Schrijvers <be...@gm...> wrote: > Hello, I've been looking into getting TuxMath uptodate on > Haiku, > compilation succeeded but I can't seem to start TuxMath, every > time I > try to run it I get the next error: > > /boot/apps/TuxMath/bin> tuxmath > Initializing Tux4Kids-Common 0.1.1 > BMediaEventLooper: SchedulingLatency is 750 > BMediaRoster::Connect connection established! > BMediaRoster::GetParameterWebFor Unflattening 1833 bytes, > 0x01030506, > 0x00000001, 0x00000002, 0x00000003 > BRect(l:0.0, t:0.0, r:1279.0, b:799.0) > LoadFont(): /usr/share/fonts/truetype/ttf-sil-andika/AndikaDesRevG.ttf > NOT loaded successfully. > BMediaRoster::ReleaseNode, trying to release reference > counting > disabled timesource, node 2, port 368775, team 165124 > Segmentation violation > > Can't seem to find where exactly this is comming from, if > anyone has > any suggestions I would like to try them out. > > Greetings, > > Luc Schrijvers aka Begasus > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation > tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel > > |