realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.46k stars 1.75k forks source link

Getting a weird behavior when saving a string #729

Closed dotgc closed 8 years ago

dotgc commented 9 years ago
java.lang.RuntimeException: Unspecified exception. Failure when converting short string to UTF-16 0x20 0xae 0x00 0x00 0x90 0xae 0x00 0x00 0x98 0x54 0x01 in io_realm_internal_Row.cpp line 126
            at io.realm.internal.Row.nativeGetString(Native Method)
            at io.realm.internal.Row.getString(Row.java:126)
            at io.realm.MessageModelRealmProxy.getMessage(MessageModelRealmProxy.java:108)
aercanozcan commented 9 years ago

Ok, thank you. I will post another issue.

kneth commented 9 years ago

@aercanozcan can you share your generated proxy classes? For example OptionRealmProxy.java?

beeender commented 8 years ago

This thread contains too much information. All issues related with encryption should be fixed by Realm Java 0.85.0 . Others has its own dup issue opened or closed.

Close this one for now. If anyone thinks the bug is not fixed, please create a new particular issue instead. Thanks!