jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
62 stars 18 forks source link

DSI error when try to reopen YAM from its mailbox appicon #588

Closed jens-maus closed 8 years ago

jens-maus commented 8 years ago

Originally by phantom@amigafuture.de on 2014-10-20 23:01:06 +0200


This is not happening all the time, but quite often. When I run YAM to check my messages and iconify the program, when I try to reopen YAM to check for new arrived messages via the mailbox appicon of YAM sometimes I got a DSI error, which is attached here. MUIMaster library problem?

jens-maus commented 8 years ago

Originally by phantom@amigafuture.de on 2014-10-20 23:01:20 +0200


Attachment added: Crashlog_YAM_2014-10-20_23-55-47.txt (45.3 KiB)

tboeckel commented 8 years ago

Originally on 2014-10-21 06:20:34 +0200


This is definitely a MUI bug. In fact it happens when MUI is trying to determine the object's font height. In this particular case the font pointer is NULL. But I really wonder how a simple text object can end up without a font.

One possible reason would be trashed memory, although a plain NULL pointer instead of random data is quite unprobable. I will see how this can be solved. In the meantime please open a new ticket in MUI's bugtracker including the crashlog.

jens-maus commented 8 years ago

Originally by phantom@amigafuture.de on 2014-10-21 15:22:25 +0200


Cannot register on MUIdev's site. This is what I got everytime:

Submission rejected as potential spam StopForumSpam says this is spam (username [83.64])

tboeckel commented 8 years ago

Originally on 2014-11-09 20:16:44 +0100


The bug in MUI has been fixed in the meantime.