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. I don't think this is the correct hs_err_pid file Your log shows you using: But the crash shows it using These can't be from the same crash.
  2. You are hijacking somebody else's thread. That's a good way to be ignored. This thread had its issue resolved 7 months ago. Anyway, the crash report says you have a mod for an older version of minecraft but doesn't say which one. It just gives a class name that is used in minecraft/forge 1.16.5 and earlier: " net.minecraft.network.chat.TranslatableComponent" You have minecraft/forge 1.19 so it does not exist. If you can't figure out which one of your mods is not for 1.19 from the file names in the mods folder (it will probably be one that does not include 1.19 somewhere in its name), start a new thread in this forum and post the logs/debug.log so we can see which mods you are trying to run.
  3. Looks like you are missing this mod: https://www.curseforge.com/minecraft/mc-mods/framework You would be much better off asking questions about mrcrayfish mods on their discord. But check the mod's main page first and that you have the latest version. e.g. the gun mod page says it requires "framework" in red text: https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod
  4. Broken config/forge-client.toml file. Delete it and it will be recreated with default values.
  5. Use an older version of that one mod that was released before 7th July (the release date of 41.0.64).
  6. You can also try changing it to use "fullscreen:false" in your options.txt in the minecraft folder. This will force minecraft into windowed mode which can sometimes fix problems.
  7. Error code -1073741819 is 0xC0000005 in hex which is the windows error code for an "Access Violation" (or invalid memory access). https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 Given the error happens during graphics initialisation, the problem is likely with your graphics driver. But, you probably have a file beginning with "hs_err_pid" somewhere. It could be in your minecraft folder or your home folder. This file will give more information about where the crash occurs exactly. Assuming it is your graphics driver, likely causes include; * Your graphics driver is not up-to-date * Your graphics driver is misconfigured * Your monitor configuration/mode is not properly supported by your graphics driver.
  8. When I said "I would", it's a turn of phrase. I meant "you should". 🙂
  9. So now your problem is that you are using version 0.5.0 for create while the latest is 0.5.0c https://www.curseforge.com/minecraft/mc-mods/create/files I would go through your mods lists to check you have up-to-date versions for all your create related mods.
  10. Looks like an issue with flywheel, create's library mod. You have version 0.6.3 while the latest is 0.6.4 https://www.curseforge.com/minecraft/mc-mods/flywheel/files If that doesn't fix it, contact the author.
  11. You will also need to look at vanilla's data/minecraft/loot_tables/blocks/shulker_box.json
  12. Start with ShulkerBoxBlockEntity.itemStacks and follow the logic from there.
  13. This is another in the launcher.log
  14. This is an error in your launcher.log that says your additional_lights jar is corrupted/incompletely downloaded. You will need to redownload it to fix it. However, the debug.log you posted is from 15 minutes after that and does not show this error. Did you already fix it? Your launcher.log stops 2 minutes before your debug.log starts.
  15. It was a typo, I should have written 40.1.58+ as in the link.
  16. There is no optifine version currently compatible with forge 41.0.58+ https://github.com/sp614x/optifine/issues/6974
  17. Change your maximum fps to be greater than zero.
  18. Capabilities are described here: https://forge.gemwire.uk/wiki/Capabilities The main difference between ItemStack nbt and capabilities for your use case is that you can do most of your code in normal java when using capabilities. For capabilities, you only need to deal with nbt when the data is saved to or loaded from disk. You still need to write your logic either way.
  19. Looks like you are missing the AutoRegLib mod.
  20. https://gitlab.com/DragonForge/SolarFluxReborn/-/issues/132
  21. That's what you have. Its like 7 years old. The current one for Oracle java 8 is 1.8.0_333 https://www.java.com/download/java8_update.jsp An alternative is to uninstall java 8 and use a more recent version of java, e.g. https://adoptium.net/
  22. https://github.com/sp614x/optifine/issues/6974
  23. Problem with corail tombstone, try the latest version, 7.4.10 https://www.curseforge.com/minecraft/mc-mods/corail-tombstone/files/all?filter-game-version=1738749986%3a73250 you have 7.4.5. If that doesn't work contact the author.

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.