Native image bug
See original GitHub issue➜ nativeCompile git:(main) .\aya-native-windows-latest_x86-64.exe ..\..\..\..\test.aya
Exception in thread "main" java.lang.ExceptionInInitializerError at com.intellij.lang.parser.GeneratedParserUtilBase$ErrorState.getExpected(GeneratedParserUtilBase.java:857) at com.intellij.lang.parser.GeneratedParserUtilBase.reportError(GeneratedParserUtilBase.java:705) at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_impl_(GeneratedParserUtilBase.java:527)
at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_(GeneratedParserUtilBase.java:462)
at com.intellij.lang.parser.GeneratedParserUtilBase.exit_section_(GeneratedParserUtilBase.java:439)
at org.aya.parser.AyaPsiParser.stmt_with_recover(AyaPsiParser.java:1718)
at org.aya.parser.AyaPsiParser.stmts(AyaPsiParser.java:1743)
at org.aya.parser.AyaPsiParser.program(AyaPsiParser.java:1490)
at org.aya.parser.AyaPsiParser.parse_root_(AyaPsiParser.java:35)
at org.aya.parser.AyaPsiParser.parse_root_(AyaPsiParser.java:31)
at org.aya.parser.AyaPsiParser.parseLight(AyaPsiParser.java:26)
at com.intellij.psi.FleetPsiParser$DefaultPsiParser.parse(FleetPsiParser.java:62)
at com.intellij.psi.FleetPsiParser.parse(FleetPsiParser.java:27)
at com.intellij.psi.FleetPsiParser$DefaultPsiParser.parse(FleetPsiParser.java:66)
at org.aya.cli.parse.AyaParserImpl.parseNode(AyaParserImpl.java:38)
at org.aya.cli.parse.AyaParserImpl.parse(AyaParserImpl.java:57)
at org.aya.cli.parse.AyaParserImpl.program(AyaParserImpl.java:48)
at org.aya.concrete.GenericAyaFile.parseMe(GenericAyaFile.java:28)
at org.aya.cli.single.SingleFileCompiler.lambda$compile$3(SingleFileCompiler.java:54)
at org.aya.cli.utils.AyaCompiler.catching(AyaCompiler.java:30)
at org.aya.cli.single.SingleFileCompiler.compile(SingleFileCompiler.java:48)
at org.aya.cli.single.SingleFileCompiler.compile(SingleFileCompiler.java:37)
at org.aya.cli.Main.doCompile(Main.java:88)
at org.aya.cli.Main.call(Main.java:44)
at org.aya.cli.Main.call(Main.java:29)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at org.aya.cli.Main.main(Main.java:31)
Caused by: java.util.MissingResourceException: Can't find bundle for base name messages.AnalysisBundle, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2045)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1683)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1586)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1549)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:858)
at com.intellij.analysis.AnalysisBundle.<clinit>(AnalysisBundle.java:12)
... 34 more
Issue Analytics
- State:
- Created 9 months ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Issues · jobtoday/react-native-image-viewing - GitHub
Tiny, purely TS, modal component for viewing images - Issues · jobtoday/react-native-image-viewing.
Read more >React Native: Image is not properly showing - Stack Overflow
I try with your code and show like this. I think problem is with your image and image directory. Please try to add...
Read more >react-native-image-picker - npm
React Native Image Picker. A React Native module that allows you to select a photo/video from the device library or camera.
Read more >5 Things to know about Images in React Native - Medium
The more I work with React Native images, the more I find it tricky. I wrote about Image Caching without Expo, ... There...
Read more >Displaying images with the React Native Image component
LogRocket is a React Native monitoring solution that helps you reproduce issues instantly, prioritize bugs, and understand performance in your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Basically any syntax error can trigger this
A test.aya for reproducing this issue: