Jump to content

warjort

Members
  • Posts

    5420
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by warjort

  1. Images are worthless. We cannot debug images. I would suggest you start with no mods and then add the mods one-by-one and test it. You will then know which mod is causing the problem, it is the one you just added.
  2. * That's not the logs/debug.log * You shouldn't post logs in the forum There is no error in that log. If it really is getting stuck there then we will need to see a thread dump: https://www.baeldung.com/java-thread-dump which probably means you will need to install the jdk to get acces to the tools, e.g. https://adoptium.net/ Otherwise you will have to experiment with removing mods until you find the mod that is causing the problem.
  3. https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
  4. The link is: https://maven.minecraftforge.net/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-installer.jar But that version is not supported in these forums: https://forums.minecraftforge.net/topic/91712-supported-version-directory/
  5. Conflict between rudbidium and chunk animator.
  6. That is one other error, there are many others relating to create.
  7. See my footer for how to find it.
  8. There's no error in that log, post a link your launcher_log.txt on a file sharing site.
  9. This sounds like something you should be doing on the server originally. And if you want to schedule something for a block, you should make it a BlockEntity so it can tick. Or you can look at how the LiquidBlock (for spreading) or FallingBlock (for failling) schedules ticks for "one off" delayed events.
  10. Do it on a copy of the world. If you want to test that.
  11. It looks to be some issue with sophisticated storage or refined storage? Check you have the latest versions then contact the mod authors.
  12. Just use jstack and create a file like the link says. That will be easier to upload to a file sharing site.
  13. If it's not crashing, then it sounds like it is "looping" or stuck. We would need to see a thread dump to understand where it is stuck: https://www.baeldung.com/java-thread-dump which would probably mean you need to install the java jdk to get the tools. e.g. https://adoptium.net
  14. Some incompatibility between create and supplementaries? Probably you don't have compatible versions. Contact the mod authors for help. The mixin "minVersion" error is not a real error, or at least not one that causes problems. You can ignore it.
  15. There's no real error in that log that looks like a crash. There is this warning With lots of warnings about the latter during world loading like this one: And some issue with bumblezone data: There's a number of other things that look like warnings. What I can see is it looks like you tried to load the world twice? The second time the last line: and the above is the last thing in the log. While the first time it went onto doing something in refined storage
  16. Issue with create. The logs/debug.log probably has more information. e.g. create for 1.19.2 wants at least forge 43.2.4 (something the logs/debug.log will say). https://github.com/Creators-of-Create/Create/blob/0c6a6de0e835a378b730982689e64df6f8fedb30/gradle.properties#L11
  17. https://forums.minecraftforge.net/topic/89239-excessively-asked-questions-eaq/#comment-415820
  18. Cnflict between apotheosis and unique enchantments.
  19. For these mixin errors, you locate for the final "caused by" in the error then look for mod names.
  20. You have the 1.19.2 version of the build paste mod, but you are using minecraft 1.19.3 Download the correct version of that mod for your version of minecraft. https://www.curseforge.com/minecraft/mc-mods/buildpaste/files
  21. This explains container menus, there is an example at the bottom for opening one for an entity https://docs.minecraftforge.net/en/latest/gui/menus/
×
×
  • Create New...

Important Information

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