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

Re: [StrongED] Odd errors from StrongED 4.70a12



In article <mpro.op5s1u006cwji019z.pittdj@xxxxxxxxxxxx>,
   David Pitt <pittdj@xxxxxxxxxxxx> wrote:
> Chris Newman, on 28 Apr, wrote:

> > Another odd error. I had occasion to drop a JPEG on to StrongEd to have a
> > look at the code that made it up but got....
> > 
> > 
> > 28 Apr 21:00:34 100 ***Error***
> > 28 Apr 21:00:34 100   Title    : Error from StrongED
> > 28 Apr 21:00:34 100   Task     : StrongED
> > 28 Apr 21:00:34 100   Message  : Internal error: abort on data transfer at
> > &0000FA64

> [snip]

> > All this on RiscPC Strong ARMv4 Adjust 4.39 with Unipod.
> > 
> > Said files open OK on Virtual Acorn SA 4.02 StrongArm Adjust 4.39 Windows
> 8
> > netbook with StrongEd 4.70a11.
> > 
> > Can anyone replicate this?

> It is an OS4.39 Dynamic Area thing. Disabling dynamic areas evades the
> issue.

> A StrongDump is at :-

> http://pittdj.co.uk/temp/SEa12DA.zip

> In !StrongED.!Run force StrongED$UseDA to 0.


> | Don't use dynamic areas on RISC OS 3.1x or 5.xx.
> If StrongED$OSVsn >= 350 Then Set StrongED$UseDA 1 Else Set StrongED$UseDA 0
> If StrongED$OSVsn >= 500 AND StrongED$OSVsn < 600 Then Set StrongED$UseDA 0

> Set StrongED$UseDA 0

Thanks David. My StrongED Run already looked like this....

| Don't use dynamic areas on RISC OS 3.1x or 5.xx.
If StrongED$OSVsn >= 350 Then Set StrongED$UseDA 1 Else Set StrongED$UseDA 0
If StrongED$OSVsn >= 500 AND StrongED$OSVsn < 600 Then Set StrongED$UseDA 0

I've now changed it to ....

If StrongED$OSVsn >= 350 Then Set StrongED$UseDA 0 Else Set StrongED$UseDA 0

And all is well but why have I never come across this in previous versions of
StrongEd?

StrongEd 4.70a11 on the Virtual Acorn has "StrongED$UseDA 1 Else Set...etc "
& that works OK so it's only reared its ugly head in 4.70a12.

Curiouser & curiouser, said Alice.

-- 
Chris

--=20
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxx
List archives at http://www.Torrens.org/RO/StrongED/index.html