Skip to content
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

App v1.6 crashes #33

Closed
DenB000 opened this issue Aug 25, 2024 · 1 comment
Closed

App v1.6 crashes #33

DenB000 opened this issue Aug 25, 2024 · 1 comment

Comments

@DenB000
Copy link

DenB000 commented Aug 25, 2024

Crashes while open script.

System report:
java.lang.NoSuchMethodError: No virtual method toArray(Ljava/util/function/IntFunction;)[Ljava/lang/Object; in class Ljava/util/ArrayList; or its super classes (declaration of 'java.util.ArrayList' appears in /system/framework/core-oj.jar)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:250)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:259)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:259)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.rule.RuleFactory._compilePatterns(SourceFile:159)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.lambda$getCompiledRuleId$1(SourceFile:119)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.c(SourceFile:1)
at org.eclipse.tm4e.core.internal.rule.e.apply(SourceFile:1)
at org.eclipse.tm4e.core.internal.grammar.Grammar.registerRule(Unknown Source:10)
at org.eclipse.tm4e.core.internal.rule.RuleFactory.getCompiledRuleId(Unknown Source:12)
at org.eclipse.tm4e.core.internal.grammar.Grammar._tokenize(Unknown Source:28)
at org.eclipse.tm4e.core.internal.grammar.Grammar.tokenizeLine2(SourceFile:2)
at x4.b.z(SourceFile:89)
at o4.b.b(SourceFile:76)
at o4.b.a(SourceFile:596)
at o4.b.run(SourceFile:19)

@Ma7moud3ly
Copy link
Owner

I think this will be fixed after updating desugar_jdk_libs to latest. At v2.1.0 they have added Support default method java.util.Collection#toArray(java.util.function.IntFunction
https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants