Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. 1.7.10 is no longer supported on this forum, please update to receive support. (Psssst, the pinned EAQ thread has your answer)
  2. 1.7.10 is no longer supported on this forum, please update to receive support.
  3. If you are referring to the video I saw a cmd window that stayed open with a ">" in it that usually means the server is running or still starting up. Do you still have the debug.log from a time where you left it for hours? It should have been auto-compressed into a gzip (.gz) file.
  4. I believe you do this by adding acceptableRemoteVersions = "*" to your @Mod annotation
  5. How are you sure that the server isn't open? Unless you added "pause" to your launch script which would show "Press any key to continue . . ." when the server stops the cmd window ought to just close when the server stops.
  6. I'll need to see the end of the log, from what you gave me it looks to me like the server is starting normally.
  7. So what is happening with the server, is it crashing or is it just slowing to a crawl? For future reference GitHub's Gist service will accept larger files than pastebin, though I am not sure of the maximum. And cutting off the end of a log is not usually helpful, even though it may seem helpful to cut off spam and make the file smaller it's not always obvious what is safe to cut out and what could actually be helpful in diagnosing a problem.
  8. Mods are only designed to work on specific versions of Minecraft (and sometimes specific versions of Forge itself), you have to match them up correctly.
  9. What mods do you have in your mods folder and did you have those mods in the mods folder when launching both versions?
  10. Instead of just "java" in your .bat file you'll need to specify the full path to the Java 8 exe
  11. Please don't even say MCreator, I have seen so many broken mods that were built with it that cannot be fixed because MCreator does not have the capability of allowing a "developer" to fix the bug correctly and the "developer" doesn't know Java so they can't make the mod properly in Java.
  12. Please post your debug.log and please for the sake of the forum software use Pastebin or GitHub Gists, they are both linked in my signature.
  13. From what I'm seeing it looks like, you're trying to make a dedicated Minecraft drive on your computer. For this I must ask why? To my knowledge no matter what if you are using the default launcher you will want to point Forge's installer at your .minecraft folder, as that is where the launcher profiles are stored.
  14. Please post your debug.log as described in my Signature.
  15. You have not provided an override for an abstract method, according to the exception.
  16. Are you trying to make a portable Minecraft installation on a flash drive or something?
  17. You'll want to use the jar version of the installer, not the exe. When specifying jar files, you'll want to include the .jar on the end. I have no idea why you put the universal's name on the end.
  18. How are you downloading the modpack? If you are using a pack from CurseForge using the Twitch launcher it handles Forge differently and installs it for you. Note: A Forge "Installation" is not like your typical Windows program installation, it is paired with an instance or profile of Minecraft and is dependent on its location relative to said instance or profile..
  19. It took me a single google search to find that Computercraft is now opensource on GitHub and has a 1.12.2 alpha build on CurseForge...
  20. Try putting -Djava.net.preferIPv4Stack=true before your -jar argument
×
×
  • Create New...

Important Information

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