Jump 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. That log contains no error. But I do see you trying to rubidium (a client side only mod) on the server.
  2. Conflict between iris and rubidium. Check you have the latest versions then contact the mod authors.
  3. Problem with additionaladditions mod. Check you have the latest version the contact the mod author.
  4. If you are using curseforge, you need to enable the forge debug.log in its settings. Otherwise, it's likely something you are doing when trying to change the log configuration is incorrect and you have broken the logging. Since you don't say what you have actually done, it's impossible to help further. Forge's debug logging is enabled by default, when launchers don't elect to turn it off.
  5. One of your configuration files is invalid/corrupted. You can find it in saves/<save-name>/serverconfig If you don't have a backup of the file, you can delete it and it should be recreated with default values.
  6. Like it says, you need to give the game more memory using the -Xmx parameter or whatever your launcher uses to configure the amount of heap memory.
  7. You have mods with duplicate mod ids probably because they are different forks of the same project. Usually jei (just enough items) and rei (roughly enough items) or jade and wthit - both forks of waila.
  8. https://github.com/sp614x/optifine/issues/7127
  9. You are correct, it is a java question. You appear to be using an unsupported (in this forum) version of forge, I think 1.12? But then trying to use api that is from forge 1.19, e.g. import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; // <-- 1.12 import net.minecraftforge.eventbus.api.SubscribeEvent; // <-- 1.19 RegisterEvent was introduced in 1.19
  10. https://github.com/sp614x/optifine/issues/7127
  11. This is a crash within the java virtual machine - jvm.dll. You should report it on the link it shows. Looks like it has a problem reading one of the jar files and didn't handle the error properly. You can try a different version of java, such as: https://adoptium.net/ It might at least give you a better error message about the problem?
  12. Issue with the calio mod. Check you have the latest version, then contact the mod author.
  13. Issue with flywheel. Check you have the latest version then contact the mod author.
  14. Conflict between iris and oculus. Check you have the latest versions then contact the mod authors.
  15. https://github.com/sp614x/optifine/issues/7136
  16. You have mods that want a different (probably later) version of forge, try the latest version.
  17. You are trying to use a 1.19 mod with minecraft 1.18.2 You're actual crash is with the tetra mod: Check you have the latest version then contact the mod author.
  18. Looks like one of your mods has broken networking. The error message does not say which one. Probably the only way you will find it is to remove mods one-by-one until the problem goes away. If you are just starting with modded minecraft, I would suggest you use a prebuilt popular modpack that somebody else has tested They should have already removed all the bugs and incompatiblies. Otherwise you are going to spend a lot of time trying to do it yourself.
  19. Upgrade your java. The version you are using has expired trust certificates.
  20. Issue with the flywheel mod. Check you have the latest version then contact the mod author.
  21. You know when you create a falling block the actual fall will be delayed to later processing? So, it could be you are setting the block to air, then on a later tick the block is failling and creating the source block. Setting the block to stone would likely stop the falling block from creating the source block? Probably it tries to spawn the ItemEntity drop for water which doesn't have one.
  22. That effectively uses LiquidBlock.pickupBlock() - assuming you are dealing with a LiquidBlock? That calls setBlock() with flags = 11 while setBlockAndUpdate() calls setBlock() with flags = 3 Which means it is setting the "UPDATE_IMMEDIATE" flag as well - see the Block class. I don't know what difference that makes? It's not a flag I am familiar with.

Important Information

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

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.