Jump to content

warjort

Members
  • Posts

    5420
  • Joined

  • Last visited

  • Days Won

    174

Everything posted by warjort

  1. Known issue, stoneholm doesn't yet support 1.18.2 https://github.com/TheGrimsey/StoneholmForge/issues/18
  2. Its hard to say without seeing what you have actually done. Maybe? (the same as IRON_BARS) ItemBlockRenderTypes.setRenderLayer(YOUR_BLOCK, RenderType.cutoutMipped()); in your client setup.
  3. problem with the lootr mod. report it to the author.
  4. Looks the same as this? https://forums.minecraftforge.net/topic/112091-game-crashes-as-i-load-a-modpack/
  5. Perhaps your xray mod? 🙂 The error is actually some problem trying to render a silverfish in a mob spawner. Probably one of your mods (could be a graphical mod) doesn't handle this properly - there is no information in the log to say which one.
  6. You have flickerfix and apoli installed, they are both trying to do the same fix for night vision. You can remove flickerfix, see: https://github.com/jeremiahwinsley/flickerfix/issues/1
  7. Looks similar to this? https://www.minecraftforum.net/forums/support/server-support-and/3133612-minecraft-server-1-16-5-crash 60 second server tick watchdog crash with performant installed.
  8. The crash says you only have 157M free physical memory (of 8145M not 16G?) and 113M free swap memory (of 32721M). It currently has 2538M physical memory allocated but it wants to allocate approx 1.4G more memory which is not possible with only 157+113 = 270M available You probably need to close down other programs while running minecraft to free up memory. I would not recommend running java programs with large amounts of swap memory, it can cause lots of lag when memory needs to paged to and from disk. Your command line says you allocated 6G for java heap, but you obviously haven't used all that yet. You could also try reducing this value.
×
×
  • Create New...

Important Information

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