On Mon, 3 Nov 2014 13:39:42 +0100 Ricardo Mones <[email protected]> wrote: > > Can you run it under gdb and post here the backtrace? > > Thanks in advance, > -- > Ricardo Mones
Hi Ricardo. neil@slim-silver ~ $ gdb epiphany-game GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1 Copyright (C) 2014 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 "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from epiphany-game...(no debugging symbols found)...done. (gdb) run Starting program: /usr/games/epiphany-game [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffef062700 (LWP 11186)] [New Thread 0x7fffea0fa700 (LWP 11187)] [Thread 0x7fffea0fa700 (LWP 11187) exited] Resource_path: /usr/share/epiphany [New Thread 0x7fffea0fa700 (LWP 11188)] Setting Screen size x to: 640 Setting Screen size y to: 480 Setting last level to: 0 Setting sound volume to: 8 Setting music volume to: 8 terminate called after throwing an instance of 'Common_Ex' Program received signal SIGABRT, Aborted. 0x00007ffff6b43107 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

