Advertisement
Guest User

Untitled

a guest
May 23rd, 2025
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. 540631 [Thread-2] ERROR com.fs.starfarer.combat.CombatMain - java.lang.RuntimeException: Error loading [data.scripts.dpl_phase_labModPlugin]
  2. java.lang.RuntimeException: Error loading [data.scripts.dpl_phase_labModPlugin]
  3. at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
  4. at java.base/java.lang.Thread.run(Unknown Source)
  5. Caused by: java.lang.ClassNotFoundException: File 'data/scripts/world/systems/dpl_helheim.java', Line 157, Column 47: Thrown exception of type "java.lang.CloneNotSupportedException" is neither caught by a "try...catch" block nor declared in the "throws" clause of the declaring function
  6. at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
  7. at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
  8. at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
  9. at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
  10. ... 2 more
  11. Caused by: org.codehaus.commons.compiler.CompileException: File 'data/scripts/world/systems/dpl_helheim.java', Line 157, Column 47: Thrown exception of type "java.lang.CloneNotSupportedException" is neither caught by a "try...catch" block nor declared in the "throws" clause of the declaring function
  12. at org.codehaus.janino.UnitCompiler.compileError(UnitCompiler.java:10174)
  13. at org.codehaus.janino.UnitCompiler.checkThrownException(UnitCompiler.java:7981)
  14. at org.codehaus.janino.UnitCompiler.checkThrownExceptions(UnitCompiler.java:7904)
  15. at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7400)
  16. at org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:5663)
  17. at org.codehaus.janino.UnitCompiler.access$13800(UnitCompiler.java:185)
  18. at org.codehaus.janino.UnitCompiler$16.visitMethodInvocation(UnitCompiler.java:5132)
  19. at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3971)
  20. at org.codehaus.janino.UnitCompiler.getType(UnitCompiler.java:5159)
  21. at org.codehaus.janino.UnitCompiler.findMostSpecificIInvocable(UnitCompiler.java:7533)
  22. at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7429)
  23. at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java:7333)
  24. at org.codehaus.janino.UnitCompiler.compileGet2(UnitCompiler.java:3873)
  25. at org.codehaus.janino.UnitCompiler.access$6900(UnitCompiler.java:185)
  26. at org.codehaus.janino.UnitCompiler$10.visitMethodInvocation(UnitCompiler.java:3263)
  27. at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
  28. at org.codehaus.janino.UnitCompiler.compileGet(UnitCompiler.java:3290)
  29. at org.codehaus.janino.UnitCompiler.compileGetValue(UnitCompiler.java:4368)
  30. at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:2662)
  31. at org.codehaus.janino.UnitCompiler.access$4400(UnitCompiler.java:185)
  32. at org.codehaus.janino.UnitCompiler$7.visitMethodInvocation(UnitCompiler.java:2627)
  33. at org.codehaus.janino.Java$MethodInvocation.accept(Java.java:3974)
  34. at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2654)
  35. at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:1643)
  36. at org.codehaus.janino.UnitCompiler.access$1100(UnitCompiler.java:185)
  37. at org.codehaus.janino.UnitCompiler$4.visitExpressionStatement(UnitCompiler.java:936)
  38. at org.codehaus.janino.Java$ExpressionStatement.accept(Java.java:2097)
  39. at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:958)
  40. at org.codehaus.janino.UnitCompiler.compileStatements(UnitCompiler.java:1007)
  41. at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:2293)
  42. at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:822)
  43. at org.codehaus.janino.UnitCompiler.compileDeclaredMethods(UnitCompiler.java:794)
  44. at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:507)
  45. at org.codehaus.janino.UnitCompiler.compile2(UnitCompiler.java:393)
  46. at org.codehaus.janino.UnitCompiler.access$400(UnitCompiler.java:185)
  47. at org.codehaus.janino.UnitCompiler$2.visitPackageMemberClassDeclaration(UnitCompiler.java:347)
  48. at org.codehaus.janino.Java$PackageMemberClassDeclaration.accept(Java.java:1139)
  49. at org.codehaus.janino.UnitCompiler.compile(UnitCompiler.java:354)
  50. at org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:322)
  51. at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:224)
  52. ... 5 more
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement