Jump to content

Ugdhar

Moderators
  • Posts

    2713
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Ugdhar

  1. See the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) on how to post logs, and please post a full log, it will have more information that could help figure out what is going wrong.
  2. See the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) on how to post logs, and please post a full log, it will have more information that could help figure out what is going wrong.
  3. You do not need to post multiple times. When someone sees your post, and has an idea how to help, they will reply. Please see the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) for how to provide logs. Also it appears you are using fabric, and this is a forge forums, so responses may take longer, since the software may not be used by people here.
  4. Please post logs as described in the FAQ, they will contain information that could help identify the problem
  5. You could try https://paste.ee/ found that link in the FAQ. There's also https://mclo.gs I prefer gist.github.com myself, but I believe you need an account to use github. Only other thing I could suggest if none of these options work would be splitting the log on pastebin or something, and sharing multiple links to the parts.
  6. Don't post an issue in another topic, create your own. Make sure you are using 64 bit java, 32 bit will not support 4GB+
  7. I can't tell from your crash log (perhaps debug.log would have more info?) but when i had a power outage while playing a modpack, it corrupted my save and I had to restore from a previous backup. I'd try backing up the world as it is now, and trying to load a previous backup from before the outage.
  8. Please see https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ for information on how to post your log correctly.
  9. If you have the inventory tabs mod, that is client side only and will not run on a server.
  10. See the FAQ for information on posting logs. https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/
  11. Please post logs as per the FAQ, it will have more information, forge version, etc.
  12. Not really sure what you can do if the --safeMode doesn't work, to be honest. Evidently just starting the server (I assume you ran it once you added forge/mods) was enough to embed those datapacks into your save. Hopefully there's something that can be done for you, and someone will chime in with a solution! Good luck!
  13. The problem is the save is expecting the mods it was run with, probably due to there being items/blocks/etc in the world from those mods. Try adding --safeMode to your commandline that runs the server, and see if that works. [16:45:01] [ServerMain/WARN]: Missing data pack mod:mr_dungeons_andtaverns [16:45:01] [ServerMain/WARN]: Missing data pack mod:torchbowmod [16:45:01] [ServerMain/WARN]: Missing data pack mod:the_afterdark [16:45:01] [ServerMain/WARN]: Missing data pack mod:explorerscompass [16:45:01] [ServerMain/WARN]: Missing data pack mod:darkloot [16:45:01] [ServerMain/WARN]: Missing data pack mod:walljump [16:45:01] [ServerMain/WARN]: Missing data pack mod:terralith [16:45:01] [ServerMain/WARN]: Missing data pack mod:commonnetworking [16:45:01] [ServerMain/WARN]: Missing data pack mod:configlibtxf [16:45:01] [ServerMain/WARN]: Missing data pack mod:forge [16:45:01] [ServerMain/WARN]: Missing data pack mod:journeymap_api [16:45:01] [ServerMain/WARN]: Missing data pack mod:geophilic [16:45:01] [ServerMain/WARN]: Missing data pack mod:collective [16:45:01] [ServerMain/WARN]: Missing data pack mod:structory [16:45:01] [ServerMain/WARN]: Missing data pack mod:journeymap [16:45:01] [ServerMain/WARN]: Missing data pack mod:snowballsfreezemobs [16:45:01] [ServerMain/WARN]: Missing data pack mod:naturescompass [16:45:02] [ServerMain/WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
  14. Which would mean we should have a vanilla log, but that's a forge log you posted?
  15. I think you forgot to post the link to the log. See the FAQ for more info on how to post logs properly (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)
  16. What if you try with Java 17? Was just looking at https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ where it lists Java versions for which version of forge. *edit: And you don't need the x86 packages, just the 64 bit ones
  17. When you click the link and it takes you to the ad page, do you wait the 5 seconds, and click the red Skip button at the top right? Just did it for recommended 1.20 build and it worked fine for me using Firefox. If it still doesn't work, try clicking the +Show All Versions, point at the little (i) next to Installer for the version you want, and click the link for Direct Download.
  18. More information is needed, there is nothing in your post to go on to help you. Do you have the source for this mod? Is it open source? Does it have configuration files? What are you trying to change?
  19. Immersive Aircraft, Sophisticated Core, ModernFix, Tweaked (computercraft), Create Big Cannons, and Create are attempting to access the client classes, which do not exist on a server.
  20. Unfortunately, just the error code makes it impossible to know what is wrong. Please post logs as described in the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)
  21. You could try posting a log (if there is no log at all, it may be the launcher you are using, the FAQ may have info on how to enable the log) as described in the FAQ, however this will probably need to be reported to/remedied by the mod author.
  22. Post logs as described in the FAQ, there might be a clue in there what is going on.
  23. The registered recipe name doesn't need to be the name of the item, so name one ruby_from_block and one ruby_from_nugs or something like that. Without seeing code/project files, that's the best guess I have.
  24. I am unsure what you are trying to say after "When I launch the run.bat", is it failing to run and just immediately saying press any key to continue? Or is it because it is launching a vanilla server, not a forge server? Which is what will happen (if it is launching something), since you're specifying the vanilla jar file, and not the forge one. Please read the FAQ and post logs as described there, it helps to see what's going wrong.
  25. Please read the FAQ on how to post logs. You have client mods trying to load on a server, which will not work. The one that stuck out was sodium client extras, there may be others, they would probably be easier to find in a log post the way the FAQ describes.
×
×
  • Create New...

Important Information

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