25.05.2015, 22:16
Hi guys,
Since updating my AmiBlitz install to get the Str2Adr() function working, the Request() function now causes a freeze of a couple of seconds followed by a DSI error Grip Reaper under OS4. This never happened before I updated. I notice that this is part of ElmoreSysLib, the same lib that contains the StrToAdr() function - has something changed elsewhere in that library?
Ignoring the DSI error lets the program carry on and the requester opens and works as normal. The debugger doesn't catch any problems. I have attached the crash report, but looking at it, the crash disassembly seems a little odd, being much longer than the other lines, but I don't really understand it:
Any ideas? Thanks!
Since updating my AmiBlitz install to get the Str2Adr() function working, the Request() function now causes a freeze of a couple of seconds followed by a DSI error Grip Reaper under OS4. This never happened before I updated. I notice that this is part of ElmoreSysLib, the same lib that contains the StrToAdr() function - has something changed elsewhere in that library?
Ignoring the DSI error lets the program carry on and the requester opens and works as normal. The debugger doesn't catch any problems. I have attached the crash report, but looking at it, the crash disassembly seems a little odd, being much longer than the other lines, but I don't really understand it:
Code:
68k disassembly:
64d00c7a: ea52 roxr.w #5,d2
64d00c7c: 23c064d00e4c move.l d0,0x64d00e4c.l
*64d00c82: 23f90000001464d00e3c move.l 0x14.l,0x64d00e3c.l
64d00c8c: 42b964d00e40 clr.l 0x64d00e40.l
64d00c92: 43f964d00e50 lea 0x64d00e50.l,a1
Any ideas? Thanks!