Running Ubuntu 12.10. So, everytime I export a song, either to .wav or .ogg, the program freezes the whole system. Word from the Terminal says it was a floating point exception. Also, when I click the file in presets > audiofileprocessor > orion.xpf, so I can load the preview, I get segmentation faults. So, anyways... the orion thing isn't my main concern as it's a preset and I can make it with orion_string01.ogg. What really worries me is the freezing upon exporting.
Gnu Debugger told me:
Gnu Debugger told me:
Now, backtracing...Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Program received signal SIGABRT, Aborted.
0xb7fdd424 in __kernel_vsyscall ()
I'm no programmer, so I'm stuck.x3#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb69311df in raise () from /lib/i386-linux-gnu/libc.so.6
#2 0xb6934825 in abort () from /lib/i386-linux-gnu/libc.so.6
#3 0xb6afa8ad in __gnu_cxx::__verbose_terminate_handler() ()
from /usr/lib/i386-linux-gnu/libstdc++.so.6
#4 0xb6af84f3 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#5 0xb6af852f in std::terminate() ()
from /usr/lib/i386-linux-gnu/libstdc++.so.6
#6 0xb6af8825 in __cxa_rethrow () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#7 0xb732c7e7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#8 0xb7331cba in QCoreApplication::exec() ()
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#9 0x080ae99f in main ()