Follow-up Comment #1, bug #12804 (project wesnoth): I am using the 1.5.7 release tarball and receive an assertion both when starting the map editor from the menu or through the -e switch. I am on powerpc myself but had a collegue test it on i386, he receives the same assertion.
Hopefully these informations will help: $ gdb wesnoth GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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 "powerpc-linux-gnu"... (gdb) run -e Starting program: /usr/games/wesnoth -e [Thread debugging using libthread_db enabled] warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at 000000b4 [New Thread 0x4802c510 (LWP 12405)] [New Thread 0x488304c0 (LWP 12410)] Battle for Wesnoth v1.5.7 Started on Fri Jan 2 11:32:21 2009 Data directory: /usr/share/games/wesnoth User configuration directory: /home/rhonda/.wesnoth1.5 [New Thread 0x494014c0 (LWP 12411)] Checking video mode: 1024x768x32... setting mode to 1024x768x32 20090102 11:32:30 error editor: No brushes defined!20090102 11:32:30 error editor: No editor time-of-day defined wesnoth: editor2/editor_palettes.cpp:94: editor2::terrain_palette::terrain_palette(display&, const editor2::size_specs&, const config&, t_translation::t_terrain&, t_translation::t_terrain&): Zusicherung >>checked_group_btn_ != 0<< nicht erf?llt. Program received signal SIGABRT, Aborted. [Switching to Thread 0x4802c510 (LWP 12405)] 0x0f323edc in raise () from /lib/libc.so.6 (gdb) bt #0 0x0f323edc in raise () from /lib/libc.so.6 #1 0x0f325b74 in abort () from /lib/libc.so.6 #2 0x0f31afd8 in __assert_fail () from /lib/libc.so.6 #3 0x10428800 in terrain_palette (this=0x11d9dbe8, g...@0x11a61460, sizes=<value optimized out>, c...@0x10bc9220, fo...@0x4, ba...@0xbfdf7718) at editor2/editor_palettes.cpp:94 #4 0x1040b4c0 in editor2::editor_controller::init_sidebar (this=0xbfdf7b58, game_conf...@0xbfdf8034) at editor2/editor_controller.cpp:148 #5 0x10413fe8 in editor_controller (this=0xbfdf7b58, game_conf...@0xbfdf8034, vid...@0xbfdf7ff8, init_map_context=0xbfdf7898) at editor2/editor_controller.cpp:118 #6 0x1040993c in editor2::start (game_co...@0xbfdf8034, vid...@0xbfdf7ff8, filename=<value optimized out>) at editor2/editor_main.cpp:50 #7 0x10012ee0 in start_editor (this=0xbfdf7fe8, filena...@0xbfdf8264) at game.cpp:1652 #8 0x1001afb8 in do_gameloop (argc=<value optimized out>, argv=<value optimized out>) at game.cpp:1168 #9 0x1001bfdc in main (argc=2, argv=0xbfdf8574) at game.cpp:2194 (gdb) _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?12804> _______________________________________________ Nachricht geschickt von/durch Gna! http://gna.org/ _______________________________________________ Wesnoth-bugs mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-bugs
