[FIXED] Unicode input

Started by fellowusertoo, July 23, 2011, 15:12:08

Previous topic - Next topic

CheatCat

That fix seem to broke stuff for me. I got SIGSEGV on the latest nightly bulid, what I didn't got in rev 3307. Here is the error log: http://pastebin.com/5HdfQx9H

spasi

The java.lang.String.getBytes() in the log looks suspicious. It shouldn't be there, getBytes isn't called with the recent changes. Are you absolutely sure you're using the latest binaries?

kulpa

Yesterday I observed the same issue with the svn version.
I get it, when I omit setting the `java.library.path` property.
(with it everything works fine, so not a big deal)

http://pastebin.com/cE0Scdv4

Matzon


fellowusertoo

OMG! this was actually fixed. I didn't know, I adventured into JOGL and found it lacking. Then tried Eclipse SWT, which has a weird problem where keyboard presses don't go up for some reason, till now, nobody has responded to the SWT thread (here: http://www.eclipse.org/forums/index.php/t/239408/).

THANK YOU SO MUCH!!!!!!