Advertisement
MrScautHD

Untitled

Dec 7th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. at org.gradle.execution.taskgraph.LocalTaskInfoExecutor.execute(LocalTaskInfoExecutor.java:42)
  2. at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareWorkItemExecutor.execute(DefaultTaskExecutionGraph.java:277)
  3. at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareWorkItemExecutor.execute(DefaultTaskExecutionGraph.java:262)
  4. at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$ExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:135)
  5. at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$ExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:130)
  6. at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$ExecutorWorker.execute(DefaultTaskPlanExecutor.java:200)
  7. at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$ExecutorWorker.executeWithWork(DefaultTaskPlanExecutor.java:191)
  8. at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$ExecutorWorker.run(DefaultTaskPlanExecutor.java:130)
  9. at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
  10. at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  13. at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
  14. at java.lang.Thread.run(Thread.java:748)
  15. 2020-12-07 16:50:53,444 Task worker for ':' ERROR Null object returned for RollingRandomAccessFile in Appenders.
  16. 2020-12-07 16:50:53,445 Task worker for ':' ERROR Null object returned for RollingRandomAccessFile in Appenders.
  17. 2020-12-07 16:50:53,451 Task worker for ':' ERROR Unable to locate appender "File" for logger config "root"
  18. 2020-12-07 16:50:53,451 Task worker for ':' ERROR Unable to locate appender "DebugFile" for logger config "root"
  19. Note: SpongePowered MIXIN Annotation Processor Version=0.8.2
  20. Note: ObfuscationServiceMCP supports type: "searge"
  21. Note: ObfuscationServiceMCP supports type: "notch"
  22. C:\Users\Elias\MCreatorWorkspaces\lolololl\src\main\java\net\mcreator\lolololl\procedures\GfdsgfProcedure.java:43: error: incompatible types: possible lossy conversion from double to float
  23. playerModel.bipedRightArm.rotateAngleX = (entity.getPersistentData().getDouble("Waving"));
  24. ^
  25. C:\Users\Elias\MCreatorWorkspaces\lolololl\src\main\java\net\mcreator\lolololl\procedures\GfdsgfProcedure.java:51: error: incompatible types: possible lossy conversion from double to float
  26. playerModel.bipedRightArm.rotateAngleX = (entity.getPersistentData().getDouble("Waving"));
  27. ^
  28. 2 errors
  29. > Task :compileJava FAILED
  30. FAILURE: Build failed with an exception.
  31. * What went wrong:
  32. Execution failed for task ':compileJava'.
  33. > Compilation failed; see the compiler error output for details.
  34. * Try:
  35. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  36. * Get more help at https://help.gradle.org
  37. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  38. Use '--warning-mode all' to show the individual deprecation warnings.
  39. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  40. BUILD FAILED in 9s
  41. 1 actionable task: 1 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement