Jump to content

quadraxis

Forge Modder
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by quadraxis

  1. Update or remove Optifine and try again. If it still crashes post a new crash report.
  2. Actually more likely to be something like https://github.com/iLexiconn/LLibrary/issues/104, though it's hard to be sure without a modlist.
  3. Please post the latest.log file.
  4. Server brand: Waterfall (git:Waterfall-Bootstrap:1.14-SNAPSHOT:9e17ca3:294) <- Spigot I would suspect this to be the cause.
  5. Use a version of Forge that is at least the minimum requested by that version of SpongeForge (which is 2825).
  6. Yes, that's better. [20:49:35] [Netty Client IO #0/ERROR]: Network Disconnect: Fatally missing registry entries [20:49:35] [Netty Client IO #0/FATAL]: Failed to connect to server: there are 180 missing registry items Your client is missing a needed mod (id: spartanweaponry).
  7. Thanks, but to be clear, I was looking for the log from the client, including you being kicked to the menu. What you posted appears to be a log from the server, which does not give a reason for disconnection.
  8. Please provide the latest.log file from your client after this happens. Also, please upload logs to Pastebin/Gist/etc rather than posting them in comments.
  9. You appear to have problems with mods causing cascading generation, check your log files.
  10. Forge Mod Loader version 14.23.0.2529 for Minecraft 1.12.2 loading You are trying to use an incredibly outdated build of Forge (why?), while SpongeForge is expecting you to use at least build 2838.
  11. Update Forge, and inform the author of the resource pack you're using that their pack does not properly support mipmapping.
  12. The version of Sponge you are using requires at least Forge 2825, update Forge to a newer version and try again.
  13. Powered by Forge 14.23.5.2838 This is not their issue.
  14. This mod likely is not written correctly to run on servers.
  15. [21:56:14] [main/INFO]: Searching C:\Users\swag100107\Documents\Curse\Minecraft\Instances\Railz!\mods for mods This is the issue. Due to a technical limitation in Java and the JAR format, you cannot use a directory name ending in '!' here.
  16. Known issue, see https://github.com/MinecraftForge/MinecraftForge/pull/5861.
  17. You cannot use OpenGL > 2.1 on OS X without breaking anything that relies on older OpenGL features (such as a huge amount of Minecraft). Mods should not be requiring higher versions: having the feature optional or providing a fallback implementation is the "right" way to do it.
  18. You can follow the issue here for updates: https://github.com/MinecraftForge/Installer/issues/43
  19. No, this is caused by some mod having a recipe for an unregistered item, except unlike on server connect, this is happening too early for Forge to catch it.
  20. How much RAM does your PC have?
  21. How are you launching the game?
  22. Try with build 219, please.
×
×
  • Create New...

Important Information

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