Jump to content

KP56

Members
  • Posts

    7
  • Joined

  • Last visited

KP56's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I've realized that width and height units in the blit function are not measured in pixels. How do I get the pixel size of one unit?
  2. How would I draw an image on screen in-game in forge 1.17.1?
  3. Updating IntelliJ fixed the problem.
  4. The error message I get is: Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network) The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart) Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project. In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes. I tried: - deleting .gradle folder - restarting the computer - deleting all project files and downloading them back
  5. It started working properly, but there is still a problem. When using gradle terminal commands to build and stuff everything works, but when the IDE tries to set all libraries up by itself an error occurs: Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network) The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart) Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project. In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes. I tried: - deleting .gradle folder - restarting the computer - deleting all project files and downloading them back
  6. Gradle has troubles downloading dependiencies. https://pastebin.com/UhXjGVBK
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.