Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DaemonUmbra

Members
  • Joined

  • Last visited

Everything posted by DaemonUmbra

  1. Which part are you having trouble on, finding debug.log or using one of the sites?
  2. The first file appears to be corrupted, the second one all I can tell is that the issue is likely a coremod. Typically debug.log holds more information than the crash report.
  3. I might need a fresh log in that case, for modern versions debug.log would be best.
  4. You said you were opening your 1.10.2 Forge? Also do you really have 6 versions of Optifine in your mods folder?
  5. You used the given arguments on the universal (the one that starts the server) rather than the installer...
  6. You are registering this handler to the Event Bus, right?
  7. Please post your debug.log from the logs folder, preferably using a site like Pastebin or GitHub's Gist.
  8. Remove sourceSets from your build.gradle, the paths are wrong and regardless they are not needed for basic modding. I believe sourceSets are being set up for you by ForgeGradle at this stage, no need to override the defaults.
  9. Please make your own thread, this one is 4 years old and long dead.
  10. Please use a GitHub repository with the git root in the same directory as the .gitignore file the mdk comes with.
  11. Only the two most recent version of Minecraft are supported... please update.
  12. Well then you can't really say nothing is generated, can you? If you're using Windows an easy way to get to logs from the vanilla launcher is to open a run prompt (Windows Key + R) and type %APPDATA%\.minecraft\logs that will open the logs folder in Windows File Explorer, from there please upload your debug.log to a site like Pastebin or GitHub's Gist service and post the link it gives you.
  13. Which launcher? Do you know where to find the logs generated by that launcher?
  14. What a way to ask for assistance... Are you running a client or a server? What do you mean crashing, does it show any sort of window? What launcher are you using? By "no reports" do you mean no logs are generated at all?
  15. Please just follow our advice, it's not hard and will benefit any other Java apps you try to run. If you continue to insist on using 32-bit Java we will get nowhere...
  16. Can you post the debug.log file on pastebin, it usually contains more info than a crash log does. Note: If it's too long for pastebin GitHub's Gist service might accommodate larger files.
  17. Open cmd and type java -version The result you want to see will look like this: java version "1.8.0_152" Java(TM) SE Runtime Environment (build 1.8.0_152-b16) Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode) Note the "64-Bit" part of it, if yours does not say "64-Bit" then you are running 32-Bit
  18. The 32-bit version of Java will not let you allocate more than 4G of RAM... that is why we are telling you to uninstall the 32-bit version and install 64-bit.
  19. See MDW01's response:
  20. Try replacing RoughMobs with RoughMobs2, apparently it was rewritten with bugfixes and performance fixes (what you seem to have here is RoughMobs making the server take too long to tick, thus it gets killed by the Watchdog)
  21. You appear to be using 32-bit Java, although that does not appear to be the cause this time you really should get the 64 bit version. You are still only allocating 1G of RAM to the game, as you have -Xmx2G before -Xmx1G, in JVM arguments the last one wins. Note: I do not see a crash here, so I cant definitively say this is the issue, I can just say these are the flaws I see in the information you have provided.
  22. Are you saying you have looked and there is no log? Setting up a log is on of the first things Minecraft does, usually this is before it has a chance to crash. If there is no log please upload a screenshot of what cmd or powrshell spit out when you try to start the server, and make sure the cmd/powrshell window is big enough that it dos not get cut off.
  23. The log will have been saved as debug.log in your logs folder, please use a site like pastebin or Github's Gist tool and post the link it gives you.

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.