MantisBT - VCMI
View Issue Details
0001253VCMIOtherpublic2013-04-11 18:502013-04-11 20:21
Raziel23 
Ivan 
normalblockalways
closedfixed 
x86_64Arch Linux
 
 
0001253: Missing the config/schemas/settings.json file after installation [r3324]
The config/schemas/settings.json is missing after installation (svn rev. 3324) which blocks vcmi from starting properly. Here is the error message:
ERROR global [7fd6e2330740] - Error: missing schema with name settings!
vcmiclient: /var/chroot/clean/build/src/vcmi/lib/JsonNode.cpp:1465: const JsonNode& getSchemaByName(std::string): Assertion `0' failed.

When I copied from trunk the config/schemas/settings.json to the /usr/share/vcmi/config/schemas directory vcmi properly started. I presume that the config/schemas/settings.json is excluded by cmake (the CMakeLists.txt file line 136).
No tags attached.
Issue History
2013-04-11 18:50Raziel23New Issue
2013-04-11 18:57IvanAssigned To => Ivan
2013-04-11 18:57IvanStatusnew => assigned
2013-04-11 19:48IvanNote Added: 0003488
2013-04-11 19:48IvanStatusassigned => resolved
2013-04-11 19:48IvanResolutionopen => fixed
2013-04-11 20:16Raziel23Note Added: 0003489
2013-04-11 20:21IvanStatusresolved => closed

Notes
(0003488)
Ivan   
2013-04-11 19:48   
Should be fixed, rev 3325
(0003489)
Raziel23   
2013-04-11 20:16   
It works, thanks :)