Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. Please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)
  2. What do you see if you run stty -a in a terminal?
  3. What OS is your server running on?
  4. You tried to use the SoundEvent during Item registration, which comes before SoundEvent registration
  5. I've never seen this error before...please provide debug.log (more info on where it is and how to provide it in my signature below, just expand the spoiler)
  6. You'll have to install JDK, tell eclipse where it is, and tell eclipse to use it.
  7. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  8. JRE: Java Runtime Environment JDK: Java Development Kit (includes a JRE) Which one do you think you need for development?
  9. That would be your issue then, you need Java to run Jar files.
  10. Having Minecraft running is completely irrelevant, that's not how the system works. In fact you need to have the launcher closed or restart it for it to pick up the newly-installed Forge. Do you have Java installed?
  11. Use Java 8 for mod dev, as it's what Mojang ships with the launcher and you don't want to accidentally use newer Java features that wouldn't work on that version. Forge itself isn't currently compatible with Java 15 anyway due to the removal of a library Forge uses.
  12. Is this a pre-made modpack or one you made?
  13. Heavily depends on the mods, how well made they are, and what else is running on the machine and taking up processor time
  14. RAM doesn't really help with speed after a certain point. By better hardware I unfortunately mean a better processor.
  15. Do you have a mods.toml in src/main/resources/META-INF?
  16. That literally just means it crashed or otherwise stopped unexpectedly. Please provide the full log.
  17. What launcher are you using? We've heard about this before and have been unable to reproduce it in-dev or on our own machines using Mojang's official launcher.
  18. Have patience... we're community members doing this in our spare time and we have real-life responsibilities that must come first. This crash is from the server not ticking for a minute so the watchdog kills it. Not much I can suggest other than to get better hardware or lighten the load, try removing mods you don't need or if it's a pre-made modpack, try a different pack.
  19. There's no such thing as Premium... you either own the game or you don't. Please provide a screenshot of your launcher.
  20. The name(s) of one or more of your mods indicate you did not get them from a reputable source. Please visit StopModReposts to learn why this is a bad thing. That debug.log is incomplete and does not show a crash. Did the server's console mention creating a crash report or did it just go down?
  21. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  22. Please provide the installer log. It will be named the same as the installer but with .log on the end: Installer: forge-<mc_version>-<forge_version>-installer.jar Log: forge-<mc_version>-<forge_version>-installer.jar.log Note: Windows hides file extensions by default, so unless you have set it to show file extensions it may show as below: Installer: forge-<mc_version>-<forge_version>-installer Log: forge-<mc_version>-<forge_version>-installer.jar
  23. Please don't necro old threads. If you have an issue make your own.
×
×
  • Create New...

Important Information

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