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.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. Check you have the latest version then contact the mod author.
  2. Please don't post on other people's threads unless you are helping the original poster. And if you don't show all relevant code to reproduce your problem (preferably on github) we can't help. We have no psychic powers. But maybe you want to look at CompassItem.inventoryTick() and its use of isClientSide ? Don't try to continue the conversation here, start your own thread.
  3. Note: This is not the part you added to the beginning of the last line of the run.bat That does not contain a , after Program or a - You need to find where you are passing this.
  4. Can you please stop posting files in the forums and upload them to a file sharing site. That error message says you are passing the java location as a parameter to minecraft. i.e. in the "%*" part of the run.bat You need to explain how you are running the run.bat, i.e. what parameters you are passing to it. And upload your full modified run.bat and user_jvm_args.txt to a file sharing site.
  5. Check you have the latest versions of these mods then contact the mod authors.
  6. Post a link to the logs/debug.log
  7. If that's not it, you need somebody who can help you understand why the server can't bind to the ip address on that port.
  8. https://forums.minecraftforge.net/topic/123572-server-wont-launch-all-the-mods-8-error-message-below/?do=findComment&comment=537079 And we can't help you if you don't post the log when using java 17 - "it does not work" is not a useful bug report.
  9. pirated launchers are not supported here.
  10. Post a link to your logs/debug.log But this doesn't sound like a Forge/Minecraft issue. It sounds like the server can't bind to that ip address for some reason, this is a networking issue. You should contact Hamachi.
  11. The issue is the contents of the files not the names. And that the logs are for different times, so not the same login attempt. Only the launcher_log.txt shows the client connecting to the server and that log never shows debug information. But I don't think the debug.log will give any new information in this case. It looks like one of your mods is just *silently* breaking the network buffer. curseforge lets you download "server packs" if the mod pack author uploaded one but it doesn't let you create or run them.
  12. Post a link to your launcher_log.txt from directly after the crash - see my footer for how to find it with curseforge. Don't post logs in the forum, use a file sharing site.
  13. That is a mod for minecraft 1.19.2, you have 1.19.4
  14. Use the correct version of optifine for your version of forge - see their download page.
  15. That error says one of your jars is corrupt/incomplete. It does not say which one. Try running the following command on each mod jar jar -tf mod.jar That should list the contents of the jar if it is ok or give you the same error if it is broken. "unzip -t" can also be used to test the contents of a zip/jar. Failing that, maybe it is an issue with your native library, like this issue from about a year ago? https://github.com/madler/zlib/issues/613
  16. https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
  17. I don't know what logs you posted. They look all over the place in terms of contents and times. But I did find this in what looks like your launcher_log.txt There are 2 errors there. The first says something is breaking the networking, but does not say what. All it says it has detected the network buffer is not empty when it should be. The second is the OutOfMemoryError you mentioned before. At this point, I've exhausted where I can look to find the problem. It's not giving any indication as to a possible cause beyond that memory error. It's likely the only way you will find the problem mod is by experimenting with removing mods until you find the one that makes the problem go away. Backup your world before removing mods.
  18. https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369
  19. From what I understand (I didn't look that closely) the original code was correct except it lacked the usual type parameter needed for the builder? This is because the compiler can't infer the type in that code so you have to tell it. Something like this untested code: But note the subtile of this forum. If you are posting compiler errors, you are in the wrong place. You really want a learning java forum.
  20. There's no error in that log except some periodioc warnings about 5 second server thread ticks. They should take 0.05 seconds. You can use a mod like: https://www.curseforge.com/minecraft/mc-mods/spark to look for what is causing lag. Read their wiki/docs to figure out how to use it.
  21. The normal logs/debug.log. Put it on a file sharing site. Also check you have done it correctly by looking for that error you see in the client log.
  22. The wiki is here: https://forge.gemwire.uk/wiki/Main_Page which has a section on sides. But the api you are using isnt forge, its vanilla minecraft. Don't expect that to be documented. You need to learn it by looking at vanilla code or at other mods.

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.