amiga-mui / muidev

:mage_man: Magic User Interface (MUI) – Documentation+Releases
http://muidev.de
55 stars 0 forks source link

Showing Aboutbox window crashes badly #332

Closed rzookol closed 3 years ago

rzookol commented 3 years ago

using bebbo gcc6 environment: m68k-amigaos-gcc Aboutbox.c -oAboutbox -I. -DNO_INLINE_STDARG -lmui

Aboutbox example crashes after clicking on button, other application compiled by myself also crashes badly before showing aboutbox window.

Tested with 2 mui releases from: http://nightly.muidev.de/

Hyperlink from m68k-amigaos-gcc -noixemul Hyperlink.c -oHyperlink -I. -DNO_INLINE_STDARG -lmui

works without problem so standalone mcc's work ok.

tboeckel commented 3 years ago

Well, the demos supplied with each release or nightly build archive definitely do work. If your own build crashes, then this is beyond the scope of MUI. You state yourself that you are building the Aboutbox demo differently than the Hyperlink demo (-noixemul option) and then complain about crashes of one demo while the other one work. Perhaps you should start to build both demos in the same way...

tboeckel commented 3 years ago

Any further comments or progress here?

tboeckel commented 3 years ago

No answer since 2 months, closing this one.