pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Assertion Failed


From: Björn Fischer
Subject: Assertion Failed
Date: Tue, 22 Apr 2003 22:42:30 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212

Hi,
after the dsp-file is ok pingus compiled without errors. But it won't execute...

An assertion failed in pingus_resource.cxx. The sourcelines responsible for this are the following:

lines 260-267
--------------------------------------------------------
try {
        font = CL_Font::load(res_desc.res_name.c_str(),
                         get(res_desc.datafile));
} catch (CL_Error err) {
        pout << "PingusResource: " << err.message << std::endl
<< "PingusResource: Couldn't load font: " << res_desc << std::endl;
        assert (!"PingusResource: Fatal error can't continue!");
}
---------------------------------------------------------

Can this still be connected to gettext problems or is it something else?

Greetings

Björn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]