View Single Post
Old 06-06-2017, 08:25 AM   #9
skreutzer
Software Developer
skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.skreutzer considers 'yay' to be a thoroughly cromulent word.
 
skreutzer's Avatar
 
Posts: 190
Karma: 89000
Join Date: Jan 2014
Location: Germany
Device: PocketBook Touch Lux 3
That error message is from a so called Java ResourceBundle, which is a mechanism to make the application translatable. Obviously there's a problem with replacing the format string %1$f, namely: f != java.lang.String means that f is supposed to be a String, but isn't. If the problem is still present in the code, I could try to fix it. Would be helpful if you send me your ePub file, otherwise I would just have to try to create my own with duplicated entries, which might lead to the same error condition or maybe doesn't.
skreutzer is offline   Reply With Quote