Generic campaign seems broken in 9.2
Moderator: Forum Moderators
Generic campaign seems broken in 9.2
I've just downloaded the Generic campaign in 9.2 to start a new one my self, and the program seems to enter an infinite loop after i choose the level of dificulty, before I have done any modification, just as it's been downloaded. I use Linux. I've done the same with 9.1 and found no problem.
Does anyone know what's the problem?
Does anyone know what's the problem?
What generic campaign?
True , a number of user campaigns are broken in 9.2
and you get nasty warnings about all of them. They might even crash wesnoth, in which case just remove them
Since you'r on linux, try starting wesnoth from the command line, thusly:
/usr/local/bin/wesnoth
(you may want to do a script first and exit on exit to save to file typescript)
Look at the console output, it will tell you what it dislikes.
True , a number of user campaigns are broken in 9.2
and you get nasty warnings about all of them. They might even crash wesnoth, in which case just remove them
Since you'r on linux, try starting wesnoth from the command line, thusly:
/usr/local/bin/wesnoth
(you may want to do a script first and exit on exit to save to file typescript)
Look at the console output, it will tell you what it dislikes.
the campaign is the one prepared to start a new one
The campaign with the errors is the one designed to help us start a new one, i think it's called (Campaign_Name) 0.1, or something like that. I think it's important that *that* campaign works. 

Re: the campaign is the one prepared to start a new one
I had this generic campaign installed a week ago in 0.9.5, but done nothing with it.Terpor wrote:The campaign with the errors is the one designed to help us start a new one, i think it's called (Campaign_Name) 0.1, or something like that. I think it's important that *that* campaign works. :)
Now after the update to 0.9.6 I had a look into stderr.txt and found lots of lines like
Code: Select all
C:/Programme/Game/Wesnoth/userdata/data/campaigns//(Campaign_Name).cfg 101 C:/Programme/Game/Wesnoth/userdata/data/campaigns//(Campaign_Name).cfg. Aborting.
error config: too much nested preprocessing inclusions at 39
...
error config: too much nested preprocessing inclusions at 42
error config: too much nested preprocessing inclusions at 43
...
-HaJo