Jump to content

sciwhiz12

Members
  • Posts

    391
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sciwhiz12

  1. That is incomplete information. Please post the debug.log under the logs folder. Then, please describe the problem you have in more detail.
  2. It seems that the Curios API mod has not been updated for the changes in 32.0.67. 32.0.67+ has a breaking change, due to removing a method previously used for registering commands. Any mods adding any commands will need to be updated to work in 32.0.67+. Downgrade your Forge version to 32.0.66, or delete all mods adding commands that are not updated within the last ~48 hours. (There is no quick way to find these mods, and many mods may not be updated yet; better to downgrade for now)
  3. Please do not look for or download mods from 9minecraft. It is a known mod reposting site. See the FAQ entry and the StopModReposts site for more information. 32.0.67+ has a breaking change, due to removing a method previously used for registering commands. Any mods registering any commands will need an update to work in 32.0.67+. Either downgrade your Forge version to 32.0.66 or delete the Corpse mod for now, until the mod is updated for 32.0.67+.
  4. The 'ToroHealth' mod is client-side only, because it references a client-only Minecraft class (Screen). To solve your issue, remove the ToroHealth mod from your server mods folder. This is an issue with their mod; their mod will always crash on the dedicated server because of what they are doing. If you can, please send the issue to them.
  5. Please describe your problem more than "nothing is happening". What are you doing, and what do you expect to happen? What happens when you start the game? Do you get an error during loading, or is it just the mod not loading?
  6. 1.12 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
  7. That's the wrong bug report; that's for an entirely different bug: #6692 on the tracker. Please redo the `F3 + C`, and post the most recent crash report after the subsequent crash.
  8. There's no Mods button? And you don't have mods in the mods folder, correct? Please try creating a world, then hold `F3 + C` to force a crash, then post the crash report here.
  9. Are you sure that you are actually loading Minecraft Forge? As in, the bottom-left text in the main menu says the Forge version? Please post the logs/debug.log, so we can see the errors, if any. If there isn't a debug.log, post the latest.log; you may not be loading Forge at all. Also, please state the version of Minecraft you are playing. Beware that 1.14 and below are unsupported.
  10. I'd suggest deleting the .minecraft folder (after making a backup, of course), and letting the launcher download everything for 1.16.1 before installing Forge. Outside of that, I don't have enough info to help and this forum is specific to Minecraft Forge, sorry.
  11. Does the game load properly without the mods? I see no visible errors with your log. If so, please try removing mods one at a time to see which mod causes the behavior in question.
  12. First, you don't need to use the embed for pastebin; a link works fine. The issue is your Windows username; generally, programs assume that pathnames use only alphanumeric + `\` or `/` as characters. Your Windows username is `A!R0C4T`; the exclamation point (`!`) is causing the error. I don't know the specifics, but it seems that some code in Forge has special handling for the exclamation point character for JAR files, which means that your username is causing issues. My personal advice is to rename your Windows username (find a tutorial through Google) and the user folder, since you may experience issues with other programs because of the exclamation point.
  13. 1.12 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
  14. First, as said, please note that 1.12 is unsupported on these forums; any threads you make about unsupported versions will be locked by a moderator (in fact, I wouldn't be surprised if this thread gets locked). You won't receive any help also from the Discord or the subreddit, as the Forge team heavily discourages people from asking help for these versions. You'll have to learn on your own, until you update. Second, although you may not have malicious intent, the Forge team is heavily against hacked clients, and custom clients in general. You may only do these for your own learning purposes, but do not seek help from the forums/discord/reddit/anywhere the light of LexManos touches if you plan to make mods emulating client-side hacks. I strongly suggest updating and learning mods by making simple mods. Third, the Forge API is primarily for use by mod developers to modify both sides of Minecraft, the client and the server. It is possible for create a server-only or client-only mod, but there are many pitfalls that you may fall into because Forge expects most mods to be for both sides (and most documentation and tutorials assume so), and your code may be incompatible in some way. If you wish to receive any support, please update to a modern version of Minecraft.
  15. This is a known issue: #6894. Currently, Forge overwrites the vanilla recipes for stone tools to use the `forge:cobblestone` tag instead of the cobblestone item. Now, 1.16 adds a new tag for stone tool materials, `minecraft:stone_tool_materials`, but Forge still is overwriting the recipe. A solution has been discussed, but no one has currently took up the task of making a PR (Pull Request) for this, probably beacuse they don't have the time. Follow the issue if you want to stay updated.
  16. 1.8 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
  17. Then the only advice I myself can offer is posting on the Spigot forums, as I have no idea about the state of compatibility between Spigot and Forge.
  18. I don't know if Spigot is actually comptabitle with Forge, or if your plugins are the ones causing the problem. As Forge is not affiliated with Spigot, we have little help that we can give you. My advice is to try removing all plugins and seeing if its caused by Spigot only or by the plugins.
  19. Plugins? Is your server using SpongeForge? See the FAQ entry in that case.
  20. Can you verify with the server owner if they have mods installed on their server? A server will refuse the connection from a client if that client does not have the same mods as the server. (of course, excluding the client- and server-only mods)
  21. 1.7 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
  22. Please post the debug.log under the logs folder, so we may diagnose your issue.
  23. This is an English-speaking forum. Please use the English language in your communications here. 1.6 is not supported on this forum. Please update to a modern version of Minecraft to receive support
  24. 1.12 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
  25. 1.7 is not supported on this forum. Please update to a modern version of Minecraft to receive support.
×
×
  • Create New...

Important Information

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