Jump to content

quadraxis

Forge Modder
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by quadraxis

  1. You installed a version for 1.12, not 1.12.2.
  2. Use a newer version of Forge, for 1.12.2.
  3. You aren't actually running the latest Forge: [18:02:43] [Server thread/INFO] [FML]: MinecraftForge v14.23.3.2655 Initialized
  4. Alternate download links are provided, pull up the full version list and hover over the i next to the regular download link.
  5. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx256M Something is adding -Xmx256M to your VM options, which overrides the earlier value. Look up how to change environment variables and delete the _JAVA_OPTIONS variable if it exists.
  6. https://github.com/asiekierka/FoamFix/issues/166
  7. Forge deliberately does not split client -> server packets, only server -> client.
  8. You ran out of memory. See: Picked up _JAVA_OPTIONS: -Xmx512M Look up how to change environment variables and remove _JAVA_OPTIONS.
  9. No, it's actually a problem with some mod misusing entity data parameters. See https://github.com/MinecraftForge/MinecraftForge/pull/5129.
  10. isAirborne is also a bad name: https://github.com/ModCoderPack/MCPBot-Issues/issues/605
  11. The value is not frequency. https://github.com/ModCoderPack/MCPBot-Issues/issues/591
  12. WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2.jar) EnderCorePlugin (EnderCore-1.12.2.jar) DLFMLCorePlugin (DynamicLights-1.12.1.jar) SHLoadingPlugin (ScalingHealth-1.12-1.3.13-94.jar) Make sure those mods are up-to-date, otherwise try removing them one by one.
  13. You should be providing your own teleporter implementation.
  14. Neither water nor lava have a block model.
  15. PathNodeType being an enum was discussed in https://github.com/MinecraftForge/MinecraftForge/pull/4598.
  16. Try without the coremods listed.
  17. Update Forge (and as you're using Optifine, that too).
  18. Some mod is mishandling mob spawn entries (see https://github.com/MinecraftForge/MinecraftForge/issues/4950).
  19. Known issue: https://github.com/MinecraftForge/MinecraftForge/issues/5114
  20. You ran out of memory, you need to allocate more to the game. You're using the 32-bit version of Java, you should use the 64-bit version if possible.
  21. While this may not be the direct cause of your issue here, that looks like a Java 9+ installation. You'll need Java 8 for Forge anyway, so you should try using Java 8 to start with.
  22. The latest version of Forge is not being used there - you may need to check your launcher configuration.
×
×
  • Create New...

Important Information

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