Crash on Ubuntu 12.04 when clicking to open a building window
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Medium
|
Unassigned |
Bug Description
On Ubuntu 12.04, clicking on a building will crash the game. Not tested thoroughly, but doesn't seem to affect 13.04 at least. Could this be related to older libraries or various workarounds we specify when building?
Related branches
- Nasenbaer: Approve
-
Diff: 404 lines (+72/-65)10 files modifiedapisrc/logic/building.cc (+2/-2)
src/logic/building.h (+6/-6)
src/logic/constructionsite.cc (+7/-3)
src/logic/dismantlesite.cc (+10/-8)
src/logic/militarysite.cc (+4/-4)
src/logic/player.cc (+9/-8)
src/logic/player.h (+9/-9)
src/logic/playercommand.cc (+1/-1)
src/map_io/widelands_map_building_data_packet.cc (+1/-2)
src/map_io/widelands_map_buildingdata_data_packet.cc (+23/-22)
Jens Beyer (qcumber-some) wrote : | #1 |
Changed in widelands: | |
status: | New → Incomplete |
ron hering (rhering6938) wrote : Re: [Bug 1205149] Re: bzr6665 version detect broken. | #2 |
On 07/25/2013 11:17 PM, Jens Beyer (Qcumber-some) wrote:
> Version detect broken is already covered in Bug #1204756 so I guess we
> will leave that part out of this bug discussion :-)
>
> About the crash: Can you dump a backtrace via gdb from this crash?
>
Dont know how to start the widelands-dbg app.
Jens Beyer (qcumber-some) wrote : Re: bzr6665 version detect broken. | #3 |
Open a console/terminal
type "gdb widelands" <Enter>
Wait until you get a (gdb) prompt
type "r" <enter>
Widelands starts
provoke the crash
in gdb, you see a message and a (gdb) prompt
type "bt" <enter>
Copy everything after the crash message including the bt output and paste it here :-)
Jens Beyer (qcumber-some) wrote : | #4 |
ah yes, and please make sure you installed the debug executable from the ppa (widelands-debug or something like that)
ron hering (rhering6938) wrote : Re: [Bug 1205149] Re: bzr6665 version detect broken. | #5 |
On 07/26/2013 01:05 PM, Jens Beyer (Qcumber-some) wrote:
> Open a console/terminal
>
> type "gdb widelands" <Enter>
>
> Wait until you get a (gdb) prompt
>
> type "r" <enter>
>
> Widelands starts
>
> provoke the crash
>
> in gdb, you see a message and a (gdb) prompt
>
> type "bt" <enter>
>
> Copy everything after the crash message including the bt output and
> paste it here :-)
>
> ron@ron-desktop:~$ gdb widelands
> GNU gdb (Ubuntu/Linaro 7.4-2012.
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i686-linux-gnu".
> For bug reporting instructions, please see:
> <http://
> Reading symbols from /usr/games/
> done.
> (gdb) r
> Starting program: /usr/games/
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-
> Set home directory: /home/ron/
> No version file found
> Adding directory:
> Version file found with id "REVDETECT-
> No version file found
> Adding directory:
> Version file found with id "REVDETECT-
> No version file found
> Adding directory:.
> No version file found
> Adding directory: /usr/games
> No version file found
> selected language: (system language)
> using locale en_US.UTF-8
> SDL_VIDEODRIVER=&
> Graphics: Trying Video driver: 0 x11 SDL_VIDEODRIVER=x11
> Graphics: Try to set Videomode 800x600 16Bit
> Graphics: Setting video mode was successful
> **** GRAPHICS REPORT ****
> VIDEO DRIVER x11
> hw surface possible 0
> window manager available 1
> blitz_hw 0
> blitz_hw_CC 0
> blitz_hw_A 0
> blitz_sw 0
> blitz_sw_CC 0
> blitz_sw_A 0
> blitz_fill 0
> video_mem 0
> vfmt 0x85ead28
> size 800 600
> **** END GRAPHICS REPORT ****
> Graphics: flags: 0
> [New Thread 0xb39fbb40 (LWP 2155)]
> [Thread 0xb39fbb40 (LWP 2155) exited]
> [New Thread 0xb39fbb40 (LWP 2156)]
> [] Section [global], key 'EXENAME' not used (did you spell the name correctly?)
> Registering script: (aux,coroutine)
> Registering script: (aux,format_help)
> Registering script: (aux,formatting)
> Registering script: (aux,infrastruc
> Registering script: (aux,objective_
> Registering script: (aux,set)
> Registering script: (aux,table)
> Registering script: (aux,ui)
> Registering script: (aux,win_
> Registering script: (aux,win_
> Registering script: (win_conditions
> Registering script: (win_conditions
> Registering script: (win_conditions
> Registering script: (win_conditions
> Registering script: (win_conditions
> R...
Hans Joachim Desserud (hjd) wrote : Re: bzr6665 version detect broken. | #6 |
Thanks for taking your time to report this issue.
Could you please provide some more details steps on how to reproduce this crash. Looking at the backtrace it looks similar to bug 1205010, which can be triggered by dismantling either a conquered military building or dismantling one of the pre-existing ones in a campaign map. If this sounds like your issue, it is likely a duplicate, otherwise we will need more information to investigate further.
ron hering (rhering6938) wrote : Re: [Bug 1205149] Re: bzr6665 version detect broken. | #7 |
On 07/27/2013 05:02 AM, Hans Joachim Desserud wrote:
> Thanks for taking your time to report this issue.
>
> Could you please provide some more details steps on how to reproduce
> this crash. Looking at the backtrace it looks similar to bug 1205010,
> which can be triggered by dismantling either a conquered military
> building or dismantling one of the pre-existing ones in a campaign map.
> If this sounds like your issue, it is likely a duplicate, otherwise we
> will need more information to investigate further.
>
All I have to do to crash is click on an already working building (
mine, lumberjack ) and the game crashes, you can build new buildings but
cant stop the working ones. Hope this helps, thanks.
ron hering (rhering6938) wrote : Re: bzr6665 version detect broken. | #8 |
I reinstalled my system and installed bzr 6675 and it does the same thing.
Hans Joachim Desserud (hjd) wrote : | #9 |
>All I have to do to crash is click on an already working building (
>mine, lumberjack ) and the game crashes,
I started a new game, built some buildings and clicked on them to bring up the building window, but I didn't manage to trigger a crash. Does this crash happen for all buildings in all games, just in new games or loaded games? Said in another way, if there are some games/buildings where the crash doesn't happen, what is different in those games?
Tested with r6675.
tags: | added: crash |
ron hering (rhering6938) wrote : | #10 |
Just installed Linux Mint 14 and the game works as it should, but it wont work with Ubuntu 12.04 LTS.
Hans Joachim Desserud (hjd) wrote : | #11 |
- stacktrace Edit (12.7 KiB, text/plain)
Turns out this is a valid issue. The key part is Ubuntu 12.04, and it is indeed crashing when clicking on a building.
summary: |
- bzr6665 version detect broken. + Crash on Ubuntu 12.04 when clicking to open a building window |
tags: | added: ui |
Changed in widelands: | |
importance: | Undecided → Medium |
milestone: | none → build18-rc1 |
status: | Incomplete → Confirmed |
description: | updated |
cghislai (charlyghislain) wrote : | #12 |
Just to be sure, is the data package updated as well on that distribution.? The code requires new sections in the conf files.
Hans Joachim Desserud (hjd) wrote : | #13 |
>Just to be sure, is the data package updated as well on that distribution.?
In the PPA? It should be.
I tested with latest trunk (r6695) which I built myself though... (and somehow forgot to mention this above)
Jens Beyer (qcumber-some) wrote : | #14 |
Indeed this happens when clicking on a building in Ubuntu 12.04.
It does NOT happen when clicking on a construction site or the HQ... maybe this helps.
dershrimp (dershrimp) wrote : | #15 |
I also have this problem. It does not happen on ubuntu 10.04 with the widelands version r6655. Then I updated the system to ubuntu 12.04 and installed a newer version >r6655 since then, there is the bug.
Anyone tried r6655 on ubuntu 12.04? I can't compile it myself because of https:/
dershrimp (dershrimp) wrote : | #16 |
Bug fixed?
Yesterday I had release r6708 compiled. There was still this bug.
Today I tried to do "bzr revert -r6655" and afterwards run "./compile.sh" (didn't know, if this is necessary) to check, whether this bug already happened with r6655. This didn't work for me, because of https:/
Jens Beyer (qcumber-some) wrote : | #17 |
Interesting things you got there #16.
I did try it myself.
1) from 669x ./update.sh to 6708
--> Bug still present
2) rm -r build/* && rm -r widelands; then ./compile.sh again
--> Bug still present
3) bzr revert -r6655; then ./compile.sh again
--> Bug not present!
4) ./update.sh to 6708
--> Bug not present!
5) rm -r build/* && rm -r widelands; then ./compile.sh again
--> Bug STILL NOT present!
I am not even sure how to get this into my head... ?!
Jens Beyer (qcumber-some) wrote : | #18 |
6) bzr revert -r6696; then ./compile.sh again
--> Bug REAPPEARED!
7) ./update.sh to 6708
--> Bug still present!
8) bzr revert -r6655; ./update.sh (without recompiling)
--> Bug NOT present!
It gets stranger and stranger...
cghislai (charlyghislain) wrote : | #19 |
It would be nice if to know if the bug is present on a new, fresh install. Also, maybe a bug in the compiler/linker has been fixed by the distribution.
I went through a debugging session with hjd last night and I don't understand much neither. It seems suddenly valid pointer get erased for no obvious reason. If the bug persists, I will try another way of storing former buildings informations by values which should fix this bug.
ron hering (rhering6938) wrote : | #20 |
I just did a fresh re-install of 12.04, Widelandds and also the latest r6708 and the bug is still there.
Jens Beyer (qcumber-some) wrote : | #21 |
If my mind doesn't fail me, the change from point 7) to 8) (read: I have a broken game, do nothing else than revert the sources to 6655 and back to 6708, do a recompile and the bug disappears, sounds to me like a bug in bzr, make, or gcc?
cghislai (charlyghislain) wrote : | #22 |
Could you please try branch lp:~widelands-dev/widelands/formerbuildings_index ?
I changed the way former buildings are stored to a more straightforward one
Jens Beyer (qcumber-some) wrote : | #23 |
@22 the branch does not show the bug, at least not for me with a few tries.. I will continue testing with rebuilding.
Nasenbaer (nasenbaer) wrote : | #24 |
the branch of cghislai has been merged. Setting this to incomplete to keep it open for some more days and check whether the bug reappears
Changed in widelands: | |
status: | Confirmed → Incomplete |
dershrimp (dershrimp) wrote : | #25 |
the bug does appear in r6718!
Nasenbaer (nasenbaer) wrote : | #26 |
Well :-/ ... any more ideas?
Changed in widelands: | |
status: | Incomplete → Confirmed |
ron hering (rhering6938) wrote : | #27 |
Just a note : The bug seems to have disappeared on my system, a long test will test for sure.
ron hering (rhering6938) wrote : | #28 |
OOPs spoke too soon, now it only crashes when dimanteling a building.
cghislai (charlyghislain) wrote : | #29 |
Does it still crash in the count_returned_
I will once again check all places where the formebuildings vector is expected and make sure all assumptions are correct. But this bug is evil as i can"t trigger it. I need to install an ubuntu 12.04 system somewhere..
ron hering (rhering6938) wrote : Re: [Bug 1205149] Re: Crash on Ubuntu 12.04 when clicking to open a building window | #30 |
On 08/14/2013 03:29 AM, cghislai wrote:
> Does it still crash in the count_returned_
> I will once again check all places where the formebuildings vector is expected and make sure all assumptions are correct. But this bug is evil as i can"t trigger it. I need to install an ubuntu 12.04 system somewhere..
>
I must click on the dismantle to get it to crash. Just an observation
the bug started at reported build, before that it worked great, whatever
changed may be where the problem lies. Dont really just a thought.
cghislai (charlyghislain) wrote : | #31 |
Well, thats ironic because the commit in question 'r6718' is where the branch with the fix has been merged. I have the feeling the information reported here is not always correct. Could someone please build widelands from scratch in a new directory and in debug mode? That would be very helpful to track down this bug correctly...
To clarify the history here :
-The bug was reported.
-We got a stackstrace (#11) pointing to Dismantle_
-r6695 was reported to contain the bug (#13)
-People started to report it works sometimes, sometimes not (#18) (r6708)
-A branch with a possible fix was linked (#22)
-The fix was reported to work (#23)
-The branch has been merged (#24, r6718)
-The bug was reported to be still present (#25)
(and now you said it was ok before r6178 :)
dershrimp (dershrimp) wrote : | #32 |
@ #31: I think #30 refered to r6665. The build where the bug was first detected and reported here. This seems to be correct from my point of view. As I said in #15, the bug was not present in r6655 at least with ubuntu 10.04. Didn´t have the chance to test r6655 with 12.04.
Anyone made a clean fresh install of the branch? I just updated to r6718 and the bug was still there.
Jens Beyer (qcumber-some) wrote : | #33 |
@32:
Anyone made a clean fresh install of the branch? I just updated to r6718 and the bug was still there.
I just did. Fresh clean bzr branch of 6720 on Ubuntu 12.04. The Bug ("as soon as I open a building window, the game crashes") does not appear.
However, and this is most definitely a different bug, it crashes when dismantling a building. Additional to that, the dismantling preview does not list any ware, for not one single building. If necessary, I can open a new bug on this if this is wanted. This also only happens on Ubuntu 12.04, not on my Gentoo system...
cghislai (charlyghislain) wrote : | #34 |
Thank you!
I think it is fine to continue here, as it is still a weird bug only occuring on Ubuntu 12.04 related to former buildings.
Moreover, it seems the fix introduced in the branch just reported the crash from the buildingwindow to the dismantle site, but the source it probably the same.
Jens Beyer (qcumber-some) wrote : | #35 |
- dismantle preview Edit (284.0 KiB, image/png)
In that case... the stacktrace after the crash when clicking the dismantle button and confirm the question:
Program received signal SIGSEGV, Segmentation fault.
0x00000000005c1e4e in Widelands:
(gdb) bt
#0 0x00000000005c1e4e in Widelands:
#1 0x00000000005c2238 in Widelands:
#2 0x000000000055e5eb in Widelands:
#3 0x00000000005a15b7 in Widelands:
#4 0x00000000005a1663 in Widelands:
#5 0x000000000055c9ca in Widelands:
#6 0x00000000005e4e3f in Widelands:
#7 0x0000000000677950 in Interactive_
#8 0x000000000068fe78 in Interactive_
#9 0x000000000076fa79 in UI::Panel::run() ()
#10 0x00000000005e5a78 in Widelands:
#11 0x00000000005501e5 in WLApplication:
#12 0x000000000055063a in WLApplication:
#13 0x0000000000553680 in WLApplication:
#14 0x0000000000553d3b in WLApplication:
#15 0x0000000000544c79 in main ()
and a screenshot of the dismantle preview.
Jens Beyer (qcumber-some) wrote : | #36 |
Sorry for the release backtrace... :-\
Program received signal SIGSEGV, Segmentation fault.
0x0000000000b9dcd2 in std::_Rb_
at /usr/include/
660 (this->
(gdb) bt
#0 0x0000000000b9dcd2 in std::_Rb_
at /usr/include/
#1 0x0000000000b9ce8e in std::map<
at /usr/include/
#2 0x0000000000bab7c8 in Widelands:
at /home/xxx/
#3 0x0000000000bab438 in Widelands:
at /home/xxx/
#4 0x0000000000bab2f8 in Widelands:
egbase=..., c=..., plr=..., loading=false, former_
at /home/xxx/
#5 0x0000000000af4afa in Widelands:
owner=1 '\001', loading=false, former_
at /home/xxx/
#6 0x0000000000b713fe in Widelands:
index_
#7 0x0000000000b7117b in Widelands:
at /home/xxx/
#8 0x0000000000b226d8 in Widelands:
at /home/xxx/
#9 0x0000000000af105b in Widelands:
game_
#10 0x0000000000bdf29f in Widelands:
at /home/xxx/
#11 0x0000000000ca49cf in Interactive_
at /home/xxx/
#12 0x0000000000ccc243 in Interactive_
at /home/xxx/
#13 0x0000000000dbfd95 in UI::Panel::do_think (this=0x272c5e0)
at /home/xxx/
#14 0x0000000000dbf2cf in UI::Panel:...
ron hering (rhering6938) wrote : | #37 |
On 08/14/2013 08:36 AM, cghislai wrote:
> Well, thats ironic because the commit in question 'r6718' is where the
> branch with the fix has been merged. I have the feeling the information
> reported here is not always correct. Could someone please build
> widelands from scratch in a new directory and in debug mode? That would
> be very helpful to track down this bug correctly...
>
> To clarify the history here :
> -The bug was reported.
> -We got a stackstrace (#11) pointing to Dismantle_
> -r6695 was reported to contain the bug (#13)
> -People started to report it works sometimes, sometimes not (#18) (r6708)
> -A branch with a possible fix was linked (#22)
> -The fix was reported to work (#23)
> -The branch has been merged (#24, r6718)
> -The bug was reported to be still present (#25)
> (and now you said it was ok before r6178 :)
>
r6665 was the original report I belive.
Nasenbaer (nasenbaer) wrote : | #38 |
Seems something is not correctly initialized...
maybe adding
m_seeing(false),
m_old_buildings
to the constructor of "Building" at building.cc:279-280 helps?
ron hering (rhering6938) wrote : | #39 |
Here is my latest bt report:
ron@ron-MS-7057:~$ gdb widelands
GNU gdb (Ubuntu/Linaro 7.4-2012.
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://
Reading symbols from /usr/games/
done.
(gdb) r
Starting program: /usr/games/
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-
Set home directory: /home/ron/
No version file found
There's no configuration file, using default values.
Adding directory:
Version file found with id "bzr6720-
No version file found
Adding directory:
Version file found with id "bzr6720-
No version file found
Adding directory:.
No version file found
Adding directory: /usr/games
No version file found
selected language: (system language)
using locale en_US.UTF-8
SDL_VIDEODRIVER=&
Graphics: Trying Video driver: 0 x11 SDL_VIDEODRIVER=x11
Graphics: Trying opengl
Graphics: Try to set Videomode 800x600 32Bit
Graphics: Setting video mode was successful
Graphics: OpenGL: OpenGL enabled
Graphics: OpenGL: Double buffering enabled
Graphics: OpenGL: Max texture size: 4096
Graphics: OpenGL: Number of aux buffers: 4
Graphics: OpenGL: Number of stencil buffer bits: 0
Graphics: OpenGL: Maximum number of textures for multitextures: 4
Graphics: OpenGL: Version 2.1 "2.1.2 NVIDIA 304.88"
Graphics: OpenGL: Textures may have any size
Graphics: OpenGL: Multitexture capabilities sufficient
**** GRAPHICS REPORT ****
VIDEO DRIVER x11
hw surface possible 0
window manager available 1
blitz_hw 0
blitz_hw_CC 0
blitz_hw_A 0
blitz_sw 0
blitz_sw_CC 0
blitz_sw_A 0
blitz_fill 0
video_mem 0
vfmt 0x8698ff0
size 800 600
**** END GRAPHICS REPORT ****
Graphics: flags: 2
[New Thread 0xb364fb40 (LWP 2215)]
[Thread 0xb364fb40 (LWP 2215) exited]
[New Thread 0xb364fb40 (LWP 2216)]
[] Section [global], key 'EXENAME' not used (did you spell the name correctly?)
Sound_Handler: loaded song "music/
Sound_Handler: loaded song "music/menu_00.ogg"
selected language: (system language)
using locale en_US.UTF-8
selected language: (system language)
using locale en_US.UTF-8
Registering script: (aux,coroutine)
Registering script: (aux,format_help)
Registering script: (aux,formatting)
Registering script: (aux,infrastruc
Registering script: (aux,objective_
Registering script: (aux,set)
Registering script: (aux,table)
Registering script: (aux,ui)
Registering script: (aux,win_
Registering script: (aux,win_
Registering script: (tribe_
Registering script: (tribe_
SirVer (sirver) wrote : | #40 |
Looks like a division by zero somewhere in dismantlesite::draw .
Hans Joachim Desserud (hjd) wrote : | #41 |
>Looks like a division by zero somewhere in dismantlesite::draw .
As people who follow the bug tracker might have noticed, I just ran scan-build on latest trunk. It found no cases of division by zero, though just because a tool cannot find it, doesn't mean it's not there ;) I would have prefered if it had been able to pin-point the cause of this though...
Jens Beyer (qcumber-some) wrote : | #42 |
Tried to provoke this with valgrind on my Ubuntu 12.04 system which usually shows the bug. With valgrind, the bug does not occur...
dershrimp (dershrimp) wrote : | #43 |
Just tried to play one of the new maps in widelands with the actual version 6729.
It wasn't really possible because of 3 types of bugs.
1) As mentioned in #33 "However, and this is most definitely a different bug, it crashes when dismantling a building. Additional to that, the dismantling preview does not list any ware, for not one single building"
(little disadvantage to play without the possibility to dismantle a building).
2) After about 20 minutes the savegames no show/have information about the type of the game. I played "Autocrat". Saving after 5, 10, 15 minutes still have "autocrat" in the information. After about 20 minutes there appears "undetermined".
(I remember have read this type of bug some time ago in the forum, but I couldn't find it now.)
3) This is the worst bug. Game crashes without any noticeable reason after some time. Reloading let me go on in the game passing the critical crash-point, but crashes anyway some minutes later. I could go on playing about 30 minutes but every 5 o 6 minutes it crashed. So no I've given it up and reported here.
Just tried that with another map, happens the same. After about 40 minutes it crashes unexpected.
dershrimp (dershrimp) wrote : | #44 |
Would somebody like to have some log-file, screenshot, more information?
-> 3) it just says "segmentation fault"
wl-zocker (wl-zocker) wrote : | #45 |
1) See bug 1205010
2) It's bug 1201398. I have found that wrong numbers of players are dealt with in bug 1203338, which should be fixed (I do not know if that is the case in dershrimp's savegames.
3) Dershrimp, did you play with computerplayers? It might be that they tried to dismantle a building which did not work.
dershrimp (dershrimp) wrote : | #46 |
@ 1) Bug 1205010 seems to be slightly different, as it treats just conquered military buildings and campaign start buildings. In my case it is the same for all types of buildings.
@ 2) Yes, in my case it should be bug 1201398. Indeed it says "not set" as in the bug discription and not "undetermined" as I said, I just remembered erroneously.
@ 3) You are completly right, I played with computerplayers. So I assume the crash is caused by the attempt of the cp to dismantle a building.
Should we continue to discuss this here or not? Since there is no evidence that it affects only ubuntu 12.04 LTS users so far.
Hans Joachim Desserud (hjd) wrote : | #47 |
3) As others suggest, likely 1) triggered by AI players.
1) That does indeed sound different than bug 1205010. That dealt with pre-built buildings which could not be dismantled, but had no effect on player-built buildings. Furthermore, I've looked a bit at it and dismantling works as expected on Ubuntu 13.04, though crash as described above on 12.04 (both using latest trunk). I've lost a bit track of the discussion here, but that sounds distinct from both the original bug described here, as well as bug 1205010, so I think the best course of action would probably be to file a separate bug report to keep track of it.
>Would somebody like to have some log-file, screenshot, more information?
If you could run widelands in gdb and get a backtrace from when the crash occurs, that would be nice. :) If you haven't used gdb before, please see #4 on bug 1199957 on how to get started.
dershrimp (dershrimp) wrote : | #48 |
Thanks hjd. I opened a new bug report: bug #1220546
I added the backtrace and the pic from #35.
Hans Joachim Desserud (hjd) wrote : | #49 |
Do we consider this fixed now? Building windows open without crashing on Ubuntu 12.04, and the follow-up, bug 1220546 has been filed separately.
SirVer (sirver) wrote : | #50 |
Sure
Changed in widelands: | |
status: | Confirmed → Fix Committed |
SirVer (sirver) wrote : | #51 |
Released in build-18 rc1.
Changed in widelands: | |
status: | Fix Committed → Fix Released |
Version detect broken is already covered in Bug #1204756 so I guess we will leave that part out of this bug discussion :-)
About the crash: Can you dump a backtrace via gdb from this crash?