Font loading error only in release ( VS 2005 )
Posted: Tue Feb 07, 2006 00:01
Heya CEGUI guys,
I have an error loading a font in Secret Maryo Chronicles which only happens in release mode. I tried compiling without STLPort and with and messed with the initialization but no luck
Debug works and if i start the game from VS with debugging i also have no errors ...
same error on Linux in release.
cegui error log :
07/02/2006 00:53:23 (InfL2)Started creation of Font 'bluebold_medium' via XML file.
07/02/2006 00:53:23 (InfL1)Attempting to create Imageset 'bluebold_medium_auto_glyph_images' with texture only.
07/02/2006 00:53:23 (Error)Exception: Font::defineFontGlyphs_impl - operation requires a texture larger than the supported maximum.
07/02/2006 00:53:23 (InfL2)Imageset 'bluebold_medium_auto_glyph_images' has been destroyed.
07/02/2006 00:53:23 (Error)XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'data/gui/font/bluebold1024_medium.font'.
07/02/2006 00:53:23 (Error)Font::load - loading of Font from file 'data/gui/font/bluebold1024_medium.font' failed.
complete cegui log :
http://www.secretmaryo.org/CEGUI.log
SMC SVN repository :
http://opensvn.csie.org/SMC/SMC/src/
we also read :
http://www.cegui.org.uk/modules/newbb/v ... umpost3939
hope you guys can help us
I have an error loading a font in Secret Maryo Chronicles which only happens in release mode. I tried compiling without STLPort and with and messed with the initialization but no luck
Debug works and if i start the game from VS with debugging i also have no errors ...
same error on Linux in release.
cegui error log :
07/02/2006 00:53:23 (InfL2)Started creation of Font 'bluebold_medium' via XML file.
07/02/2006 00:53:23 (InfL1)Attempting to create Imageset 'bluebold_medium_auto_glyph_images' with texture only.
07/02/2006 00:53:23 (Error)Exception: Font::defineFontGlyphs_impl - operation requires a texture larger than the supported maximum.
07/02/2006 00:53:23 (InfL2)Imageset 'bluebold_medium_auto_glyph_images' has been destroyed.
07/02/2006 00:53:23 (Error)XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'data/gui/font/bluebold1024_medium.font'.
07/02/2006 00:53:23 (Error)Font::load - loading of Font from file 'data/gui/font/bluebold1024_medium.font' failed.
complete cegui log :
http://www.secretmaryo.org/CEGUI.log
SMC SVN repository :
http://opensvn.csie.org/SMC/SMC/src/
we also read :
http://www.cegui.org.uk/modules/newbb/v ... umpost3939
hope you guys can help us