Jump to content

Ugdhar

Members
  • Posts

    2535
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Ugdhar

  1. I'm not seeing that error in that log, it should tell you the mod using the improper character in the resourcelocation right around that error. Remove/update that mod,
  2. Remove Optifine and try again, if it crashes again post a new log please. Also, logs are easier to read if you paste them to a paste site like hastebin or a github gist.
  3. Post a debug.log, it will have the most information. And you do not need to make so many threads about the same issue, 1 will suffice.
  4. Whichever mod is doing that (I don't see one named "ore") is breaking stuff. Can't have capital letters it item/mod IDs. If you can figure out which one it is, remove it. If you're not sure, you don't have too many mods, you can start removing one or a few at a time that seem likely and testing, putting back ones that don't affect the issue.
  5. This usually means the configuration file is broken. You can either delete or rename it, and it should be recreated on the next run. You might run into more, so search your log for "failed to load" or "caused by" if it crashes again.
  6. Need more information. Post your entire debug.log to a github gist or something, and then share the link here.
  7. So how does later foge "break everything"? Based on this error, if you don't want to upgrade forge, then you need to downgrade puzzleslib to a version that'll accept your version of forge.
  8. Looks like something broken in projectmmo, something is nothing when it shouldn't be. *maybe if you rename/delete the configs for it? It looks like it might be trying to read one that's broken.
  9. Create a github account, if you do not have one. Go to gist.github.com Drag & drop the debug.log into the text area, and it will fill it in for you. You can also give it a name/description/etc. Click the create gist button at the bottom right Share the url of that page here, there's a dropdown button (I think it starts with 'Embed') that has shareable link option.
  10. To be fair, Minecraft Forge has a discord server as well, and seems unfair to direct them elsewhere, especially from here. (that being said, I'd join both)
  11. Ugdhar

    fixed

    Wrong forums, this is for minecraft forge, not fabric. You will likely not find any help here.
  12. First errors look like you are using mods that want a newer version of forge. Second errors looks like you have mods that are conflicting, trying to modify the same code or something. That's all I can guess, as the log does not look complete so there could be other stuff below that is missing.
  13. You should create your own thread, with a link to your crash report, and a link to a github repo with your code. That will help someone to help you chances are your code is not the same as the original poster. Your mod is broken, possibly trying to use/register a point of interest? You should post a link to a github repo with your project in it, as trying to post just some of the code may leave out the important parts.
  14. I'm not seeing any crashes or anything in that log. Try posting a link to your debug.log after it doesn't work, it should contain more useful information.
  15. I would guess that the toml file mentioned is broken. Try deleting it, forge should recreate it on the next run. If you're concerned about deleting it, you could always rename it instead.
  16. Step 1: Remove OptiFine, and see if the crash still happens. (and if it does, post new logs)
  17. a gradlew build worked no problem for me using your code, without changing anything. I'm going with my original guess that your onedrive folder is causing issues due to syncing or something during development.
  18. Can you take the project off of the onedrive folder and put it in a normal folder in your filesystem, and see if that makes a difference? I've heard of onedrive folders being troublesome. In the meantime I'll see if I can get it to build/run
  19. You could try using spark to figure out what's making it hang/run slow. Never tried it myself, but seems like people enjoy it. https://www.curseforge.com/minecraft/mc-mods/spark also https://spark.lucko.me/
  20. In case you ever come back, that debug.log is incomplete and does not show any crash. Forums can often take time for replies, if you're looking for faster results I suggest joining discord.
  21. Please post your debug.log to a paste site, not a download site, so we may view it.
  22. From the launcher, click Installations near the top, then when you point (not click) at the Installation that's giving you problems, there will be a little folder icon on the right side. Click that, and it will open a folder. in this folder, is a logs folder, go in there. Here you should find a debug.log file. It helps posting it to a paste site, because then you can view it without formatting so it preserves line breaks etc., where if you post it on here, well, it's quite a pain to read. After posting it, you just copy the link to it and paste it on here, and people can check it out and hopefully give you advice I prefer gist.github.com myself, but any site that can handle your debug.log should be fine, hastebin, pastebin, etc. etc.
  23. You either have client-only mods on your server, or poorly coded mods that do not separate their client stuff from the rest, causing the dedicated server to not load. (the dedicated server has no screens etc. since it's a server) Check your modlist, might have to double check mod descriptions to make sure they say it's ok to run on a server.
×
×
  • Create New...

Important Information

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