[Commits] [wesnoth/wesnoth] 30f1e2: Suggest checking the data dir path when unable to ...
GitHub
noreply at github.com
Fri Jun 13 04:53:44 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 30f1e2536988531c27f48df1a70500f3cbb60c26
https://github.com/wesnoth/wesnoth/commit/30f1e2536988531c27f48df1a70500f3cbb60c26
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M changelog
M src/game.cpp
Log Message:
-----------
Suggest checking the data dir path when unable to initialize fonts
Not being able to initialize fonts is usually the direct consequence of
a failure to read data/hardwired/fonts.cfg, possibly because the game
data dir was incorrectly set or detected. Thus, it's the ideal point
during early initialization to provide a hint on stderr for players.
I specifically avoided mentioning anything about "installing" the game
so as to not contribute to the common misconception that the game needs
to be installed to run.
More information about the Commits
mailing list