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

Re: [MiNT] Calamus



Gerhard Stoll wrote:

JK> So please can you describe what exactly I may report.

Like Frank wrote, Calamus use a AES call befor it make appl_init. That is not
allowed.

Here the Manitor protocoll:

5386: [CALAMUS.PRG 0 JINNEE]      wind_update(BEG_UPDATE)
5386:>[CALAMUS.PRG 0 JINNEE]     >wind_update=> ok = 1
5386: [CALAMUS.PRG]               appl_init()
5386:>[CALAMUS.PRG 12 <???>]     >appl_init=> apid = 12

Gerhard
This is not the only one!
On day try remove on Payrus X the RSC file it do this
appl_init()
...
appl_exit()
form_alert()
Strange isn't it?!

Generaly it is accept (I'm not agree with this!) that software can perform form_error() form_alert() and fsel_input() before do an appl_init(), do a wind_update before appl_init() should be not accept, and probably should do nothing on multitask AES, because it could have a lock of screen for ever! I think. I not notice this, but CALAMUS do so many strange things!

Olivier Landemarre