[Bug] Wrong config path and none default servers
Posted: 04 Mar 2015, 03:25
Version:
os: Fedora 21
ManaPlus client ManaPlus 1.3.10.27 Linux, SDL1.2 (Current package at Fedora Repository)
Steps to reproduce:
Open manaplus
Actual behavior:
The list of servers it is empty and displays an error to loading this data. So, checked the application with the terminal and find out this:
Expected behavior
The config.xml should load and find the list of servers
Solution:
Remove the doble slash at the path. The requiered files exist and has the correct XML format
os: Fedora 21
ManaPlus client ManaPlus 1.3.10.27 Linux, SDL1.2 (Current package at Fedora Repository)
Steps to reproduce:
Open manaplus
Actual behavior:
The list of servers it is empty and displays an error to loading this data. So, checked the application with the terminal and find out this:
Code: Select all
$> manaplus
[03:14:30.58] Generating config dir: /home/USER//.config/mana/mana
[03:14:30.58] init 1
[03:14:30.58] init 2
[03:14:30.59] init 3
[03:14:30.59] configPath: /home/USER//.config/mana/mana/config.xml
[03:14:30.59] Initializing resource manager...
[03:14:30.59] Warning: Failed to load features.xml: Path not found
[03:14:30.59] Error loading features.xml
[03:14:30.59] init 2
[03:14:30.59] Couldn't open configuration file: features.xml
Expected behavior
The config.xml should load and find the list of servers
Solution:
Remove the doble slash at the path. The requiered files exist and has the correct XML format