BUG! exception in phase 'semantic analysis...

Any questions? Need some help?
Post Reply
missaq
Posts: 10
Joined: 22 Oct 2019, 07:42

BUG! exception in phase 'semantic analysis...

Post by missaq »

Dear Community since two weeks I get the following error message:

Code: Select all

Error (o_O)
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 57
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 57
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:163)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:37)
	at net.filebot.Main.main(Main.java:132)
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 57
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:184)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:166)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:152)
	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:273)
	... 5 more

Error (o_O)
I have the community Java Installer from Rednoah in Version 1.9 and Filebot in Version 4.8.5
Any advice?
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: BUG! exception in phase 'semantic analysis...

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
missaq
Posts: 10
Joined: 22 Oct 2019, 07:42

Re: BUG! exception in phase 'semantic analysis...

Post by missaq »

rednoah wrote: 22 Oct 2019, 10:35viewtopic.php?f=13&t=11099
Thanks!! This solved my Problem!!
Post Reply