Public bug report changed:
https://launchpad.net/malone/bugs/36661
Comment:
Thanks for the replies! I have just recompiled my Yudit, and there is no
problem. I have found where it is coming from the Source Code:
gui/Main.cpp:
285-290:
SAwt awt;
if (!awt.implemented())
{
fprintf (stderr, "AWT is not implemented on this platform.\n");
return 0;
}
------
implemented() is written in stoolkit/SEvent.cpp
356 - 360:
bool
SEventHandler::implemented()
{
return (delegate != 0);
}
--
^ So the above is failing.
And obviously, there is no backtrace for this, cause it crashes on this dialog.
Hopefully, this bug can be sorted out soon.
--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs