Hi LB!
I tried mailing this to you but apparently you didn't get it for some reason so here's the backtrace:
dan@iatn-ati:~/src/pianobooster-src-0.6.2/build$ gdb pianobooster
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 "x86_64-linux-gnu"...
(gdb) run
Starting program: /home/dan/src/pianobooster-src-0.6.2/build/pianobooster
[Thread debugging using libthread_db enabled]
[New Thread 0x7f0b70512760 (LWP 4618)]
/home/dan/.themes/Dust/gtk-2.0/gtkrc:708: Murrine configuration option
"highlight_ratio" will be deprecated in future releases. Please use
"highlight_shade" instead.
/home/dan/.themes/Dust/gtk-2.0/gtkrc:709: Murrine configuration option
"lightborder_ratio" will be deprecated in future releases. Please use
"lightborder_shade" instead.
unknown chip id 0x94c9, can't guess.
Error: Zero tracks in SMF file
Opening song /home/dan/autosave/
Error: Zero tracks in SMF file
Using Pianist Channels 1 + 2
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f0b70512760 (LWP 4618)]
0x0000000017cc5ab9 in ?? ()
(gdb) bt
#0 0x0000000017cc5ab9 in ?? ()
#1 0x00007f0b6f8ec7d1 in glXWaitX () from /usr/lib/libGL.so.1
#2 0x00007f0b6fe0a6bd in QGLWidget::resizeEvent ()
from /usr/lib/libQtOpenGL.so.4
#3 0x00007f0b6eeb07ca in QWidget::event () from /usr/lib/libQtGui.so.4
#4 0x00007f0b6fdd9c51 in QGLWidget::event () from /usr/lib/libQtOpenGL.so.4
#5 0x00007f0b6ee5f83d in QApplicationPrivate::notify_helper ()
from /usr/lib/libQtGui.so.4
#6 0x00007f0b6ee67a2a in QApplication::notify () from /usr/lib/libQtGui.so.4
#7 0x00007f0b6e47875c in QCoreApplication::notifyInternal ()
from /usr/lib/libQtCore.so.4
#8 0x00007f0b6eeaf1e3 in QWidgetPrivate::sendPendingMoveAndResizeEvents ()
from /usr/lib/libQtGui.so.4
#9 0x00007f0b6eeb56f3 in QWidgetPrivate::show_helper ()
from /usr/lib/libQtGui.so.4
#10 0x00007f0b6eeb5dba in QWidget::setVisible () from /usr/lib/libQtGui.so.4
#11 0x00007f0b6eeb5b8e in QWidgetPrivate::showChildren ()
from /usr/lib/libQtGui.so.4
#12 0x00007f0b6eeb570f in QWidgetPrivate::show_helper ()
from /usr/lib/libQtGui.so.4
#13 0x00007f0b6eeb5dba in QWidget::setVisible () from /usr/lib/libQtGui.so.4
#14 0x00007f0b6eeb5b8e in QWidgetPrivate::showChildren ()
from /usr/lib/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#15 0x00007f0b6eeb570f in QWidgetPrivate::show_helper ()
from /usr/lib/libQtGui.so.4
#16 0x00007f0b6eeb5dba in QWidget::setVisible () from /usr/lib/libQtGui.so.4
#17 0x0000000000421e03 in QWidget::show (this=0x7fff78546740)
at /usr/include/qt4/QtGui/qwidget.h:473
#18 0x0000000000426035 in Window (this=0x7fff78546740)
at /home/dan/src/pianobooster-src-0.6.2/src/QtWindow.cpp:94
#19 0x0000000000421d07 in main (argc=1, argv=0x7fff78546948)
at /home/dan/src/pianobooster-src-0.6.2/src/QtMain.cpp:35
(gdb)