-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Invalid UTF-32 Charakter #5106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Frank, |
Regardless of the cause, this parsing error should be caught and result in a proper error message, including the name of the invalid file. |
Thanks for catch this ... i removed complete the Arduino15 dir and it works. |
@xpix I'm closing this since it seems fixed. Reopen if needed |
Hey, I am having the same in MacOS Sierra 10.12.1 with ide versions 1.6.9 and 1.6.12 I am not able to start the IDE anymore using the same OS user. Deleting the folder does not help even deleting ~/Documents/Arduino doesn't. Here is the exception: |
I try to start the new IDE 1.6.9 and get this error message at the console:
Loading configuration... Initializing packages... java.io.CharConversionException: Invalid UTF-32 character 0x7099e31a(above 10ffff) at char #1552, byte #6211) at com.fasterxml.jackson.core.io.UTF32Reader.reportInvalid(UTF32Reader.java:189) at com.fasterxml.jackson.core.io.UTF32Reader.read(UTF32Reader.java:150) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.loadMore(ReaderBasedJsonParser.java:153) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._skipWSOrEnd(ReaderBasedJsonParser.java:2017) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:577) at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:3776) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3721) at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2796) at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:180) at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:93) at processing.app.BaseNoGui.initPackages(BaseNoGui.java:599) at processing.app.Base.<init>(Base.java:295) at processing.app.Base.guardedMain(Base.java:222) at processing.app.Base.main(Base.java:135)
Please can you kindly check this?
Thanks
Frank
The text was updated successfully, but these errors were encountered: