Jump to content

oridos

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

oridos's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Can confirm, just ran into this bug. On a brand-new, unmodded Multiplayer server, players crash when they punch vines with Forge 1.19 Ver 41.0.91.
  2. Hi, I've spent all day trying to set up the environment for my 1.12.2 Forge mod using the latest 1.12.2 MDK. I've followed several tutorials, including the README, and tried at least 5 different ways and I still have this issue: Notice how below JRE System Library, there is no Referenced Libraries. I have installed JDK 8 and set my system path variables accordingly. I have tried all permutations of these commands in the orders given by every tutorial I can find: 1) gradlew buildDecompWorkspace 2) gradlew setupDevWorkspace 2) gradlew genEclipseRuns 3) gradlew eclipse 4) gradlew --refresh-dependencies I have tried importing the project after doing gradlew eclipse, as well as importing through existing gradle. Both gave the same issue. Maybe important: when I run gradlew eclipse, this error shows up even though it says it builds successfully at the end: To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Configure project : New Dep: net.minecraftforge:forge:1.12.2-14.23.5.2854_mapped_snapshot_20171003-1.12 > Task :eclipseClasspath C:\Users\cobyw\Google Drive\Coding\Minecraft\BetterChat\build\tmp\expandedArchives\forge-1.12.2-14.23.5.2854_mapped_snapshot_20171003-1.12-sources.jar_79e1bfb5c872c800e8a53e7da2a1ec05\net\minecraftforge\fml\common\patcher\ClassPatchManager.java:33: error: cannot find symbol import java.util.jar.Pack200; ^ symbol: class Pack200 location: package java.util.jar Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. I'm sorry for this big block of text, but I've tried everything and I just cant figure it out. Right now my exact process has been: 1) Move Forge 1.12.2 MDK contents into mod folder 2) Navigate to mod folder in cmd prompt and type gradlew genEclipseRuns 3) Create a workspace in IDE using the folder that contains the mod folder 4) Import through existing gradle using mod folder as the directory 5) Where is Referenced Libraries?? Please don't lock this post because "1.12.2 is no longer supported by the forum". 1.12.2 is one of the most popular releases of Minecraft in terms of mods, and many servers still run on that version.
  3. The abusive staff are silencing my posts for no reason, so if you see this and have the solution, just message me. I get this error when I try to run my mod through eclipse after doing all the initial setup
  4. The abusive staff are silencing my posts for no reason, so if you see this and have the solution, just message me. I get this error when I try to run my mod through eclipse after doing all the initial setup
  5. PLEASE DON'T MOVE THIS INTO MY PREVIOUS BLOCKED POST. THAT HELPS NO ONE, AND I CAN'T GET ANY FEEDBACK. Sorry about that, staff is being stubborn right now. I'm currently using an existing forge mod as a template. I downloaded the source, followed all the directions, did the "gradlew buildDecompWorkspace", "gradlew eclipse" and imported the folder into eclipse. Everything is showing up as it is should to be. HOWEVER, when I hit run, I get the message: "The selection cannot be launched, and there are no recent launches". I would like to point out that I got this to workout somehow about a month ago, by completely dumb luck, but since then I screwed the project up and now I need to restart and get it working.
  6. To anyone concerned that my mod is an alteration of the Wurst hacked client: This is not for proprietary use, but for myself only. I am using it as a template for farming automation on Skyblock.net, which allows these types of mods. Sorry for the reupload but I hope now with context, staff can help me instead of blocking my post.
  7. Hi guys! I'm currently working on altering an already existing mod for forge. I downloaded the source, followed all the directions, did the "gradlew buildDecompWorkspace", "gradlew eclipse" and imported the folder into eclipse. Everything is showing up as it is should to be. HOWEVER, when I hit run, I get the message: "The selection cannot be launched, and there are no recent launches". I would like to point out that I got this to workout somehow about a month ago, by completely dumb luck, but since then I screwed the project up and now I need to restart and get it working.
  8. Hi guys! I'm currently altering a version of the wurst client for forge. I downloaded the source, followed all the directions, did the "gradlew buildDecompWorkspace", "gradlew eclipse" and imported the folder into eclipse. Everything is showing up as it is should to be. HOWEVER, when I hit run, I get the message: "The selection cannot be launched, and there are no recent launches". I would like to point out that I got this to workout somehow about a month ago, by completely dumb luck, but since then I screwed the project up and now I need to restart and get it working.
×
×
  • Create New...

Important Information

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