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

Re: [MiNT] key-repeat-bug on bootup



On Thu, 2010-05-13 at 21:56 +0200, Helmut Karlowski wrote:
> Am 13.05.2010, 21:50 Uhr, schrieb Vincent Rivière  
> <vincent.riviere@freesbee.fr>:
> 
> > It will crash, because in order to simulate a key release I call a  
> > keyboard routine through a vector which was inexistent in older versions.
> 
> Not good - I'll have to add a version-check.
> 
> >> But I've fixed the swkbdtbl-memory-violation :-)
> >
> > ?
> 
> Just run swkbdtbl (or keyedit) with MP on and see.

Yeah, I've fixed that too, it's just the wrong flag is passed so the
keytable area ends up readonly instead of readwrite which causes the
fault.

Alan.