Peter Slegg skreiv:
folders on the device. It turns out that syslogd has opened u:\a and not closed it. Kill syslogd, and you will be able to format. I don't know why this doesn't happen under 1.15 though, and I don't know if this is a problem with syslogd or MiNT. I don't know anything about syslogd, and to be honest I'm not quite sure what it does.Excellent that works. How did you work that out ?
Dlock() returns the pid of the blocking application, so it was easy to work this out with the following piece of code:
void main(void) { printf("Dlock returned %ld\n", Dlock(3, 0)); }Btw I'm quite sure that this didn't happen to me before I installed EasyMiNT. Do you use EasyMiNT as well? It could possibly be an issue with the syslogd in EasyMiNT.
Exactly which dialogue is this? I have Thing 1.29 here, and I'm not able to create this bug.If I double click a .html I have Thing set-up to run either Highwire, Link, CAB etc. A dialogues appears to offer a choice of application. This is one example that locks under 1.17
I tried this with Thing 1.29 under 1.17, and this bug did not occur. I'm using an "experimental" bugfixed XaAES from Helmut, perhaps this bug is fixed there?
Jo Even