the back trace:
#0 0xb7f2f410 in ?? ()
#1 0xbff5619c in ?? ()
#2 0x00000006 in ?? ()
#3 0x00005275 in ?? ()
#4 0xb6726101 in raise () from /lib/libc.so.6
#5 0xb67278e8 in abort () from /lib/libc.so.6
#6 0x46452c10 in __gnu_cxx::__verbose_terminate_handler () from
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6
#7 0x46450935 in ?? ()
from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 #8
0x46450966 in std::terminate ()
from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 #9
0x464509fb in __cxa_rethrow ()
from /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6 #10
0xb70d2989 in CEGUI::Imageset::load ()
from /usr/lib/libCEGUIBase.so.1 #11 0xb70d2b09 in
CEGUI::Imageset::Imageset () from /usr/lib/libCEGUIBase.so.1 #12
0xb70d623c in CEGUI::ImagesetManager::createImageset ()
from /usr/lib/libCEGUIBase.so.1 #13 0xb70e3e10 in
CEGUI::Scheme::loadXMLImagesets () from /usr/lib/libCEGUIBase.so.1
#14 0xb70e611f in CEGUI::Scheme::loadResources ()
from /usr/lib/libCEGUIBase.so.1 #15 0xb70e6713 in
CEGUI::Scheme::Scheme () from /usr/lib/libCEGUIBase.so.1 #16
0xb70e813c in CEGUI::SchemeManager::loadScheme ()
from /usr/lib/libCEGUIBase.so.1 #17 0x08054c2a in ?? ()
#18 0x08059811 in ?? ()
#19 0xb6b436a7 in psynth::PsychosynthApp::run ()
from /usr/lib/libpsynth.so.0 #20 0x080927ab in ?? ()
#21 0xb6712fdc in __libc_start_main () from /lib/libc.so.6
it seems cegui can't find some images and exit abruptly (are
safeguards in programming so far from here ?)
Lucio
On Wed, Apr 23, 2008 at 8:52 AM, kRAkEn/gORe <kunitoki@xxxxxxxxx>
wrote:
for me too. can't look at fixing it right now but would be cool to
try this piece of cake :)
[/gui] INFO: Loading settings.
[/gui] INFO: Initializing Ogre.
[/gui] INFO: Initializing OIS.
[/gui] INFO: Initializing synthesizer.
sample_rate 44100
block_size 256
num_channels 2
[/gui] INFO: Initializing scene.
[/gui] INFO: Initializing CEGUI.
terminate called after throwing an instance of
'CEGUI::RendererException' Aborted
Cheers,
Lucio