[resolved] Crash in 1.13 (Preferences)

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
dleducq
Posts: 4
Joined: March 4th, 2018, 2:22 pm

[resolved] Crash in 1.13 (Preferences)

Post by dleducq »

Hi,
I've got a (systematic) crash in BfW 1.13.11 (already in 1.13.10, did'nt try previous dev versions), when accessing the preferences in main menu screen.
After investigation, this is due to the line :

Code: Select all

compress_saves=no
in the preferences file, replacing it with

Code: Select all

compress_saves="none"
solved the problem...

I filed a bug report to the Red Hat Bugzilla : bug 1551609, with backtrace and all..

Code: Select all

The Battle for Wesnoth version 1.13.11
Running on Fedora release 27 (Twenty Seven)

Game paths
==========

Data dir:        /usr/share/wesnoth
User config dir: /home/dleducq/.config/wesnoth
User data dir:   /home/dleducq/.local/share/wesnoth/1.13
Saves dir:       /home/dleducq/.local/share/wesnoth/1.13/saves
Add-ons dir:     /home/dleducq/.local/share/wesnoth/1.13/data/add-ons
Cache dir:       /home/dleducq/.cache/wesnoth

Libraries
=========

Boost:             1.64
OpenSSL/libcrypto: 1.1.0g  (runtime 1.1.0g)
Cairo:             1.15.10 (runtime 1.15.10)
Pango:             1.40.13 (runtime 1.40.13)
SDL:               2.0.7   (runtime 2.0.7)
SDL_image:         2.0.2   (runtime 2.0.2)
SDL_mixer:         2.0.2   (runtime 2.0.2)
SDL_ttf:           2.0.14  (runtime 2.0.14)
libpng:            1.6.31  (runtime 1.6.31)

Features
========

Experimental OpenMP support:    no
PNG screenshots:                yes
Lua console completion:         no
Legacy bidirectional rendering: yes
D-Bus notifications back end:   no
Last edited by dleducq on March 9th, 2018, 1:40 pm, edited 1 time in total.
Tad_Carlucci
Inactive Developer
Posts: 503
Joined: April 24th, 2016, 4:18 pm

Re: Crash in 1.13 (Preferences)

Post by Tad_Carlucci »

We don't see Redhat bug reports and they don't forward them. Please open an Issue on our Github project. For more read "How to report a bug properly." in the read box at the top of this web page.
I forked real life and now I'm getting merge conflicts.
Shiki
Developer
Posts: 344
Joined: July 13th, 2015, 9:53 pm
Location: Germany

Re: Crash in 1.13 (Preferences)

Post by Shiki »

redhat bugzilla wrote: You are not authorized to access bug #1551609. To see this bug, you must first log in to an account with the appropriate permissions.
Try out the dark board theme.
dleducq
Posts: 4
Joined: March 4th, 2018, 2:22 pm

Re: Crash in 1.13 (Preferences)

Post by dleducq »

OK, I filed a bug report in Github: #2612
I don't see how to set the 'bug' category... Surely I don't have the perms...
Hope that helps, ask me for further details if needed.
dleducq
Posts: 4
Joined: March 4th, 2018, 2:22 pm

Re: Crash in 1.13 (Preferences)

Post by dleducq »

Closed #2612 via 23a180b.
Thx :)
Post Reply