Advertisement
VOrlando520

Untitled

Nov 17th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Description: Exception in server tick loop
  2.  
  3. java.lang.OutOfMemoryError: unable to create new native thread
  4. at java.lang.Thread.start0(Native Method)
  5. at java.lang.Thread.start(Thread.java:717)
  6. at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
  7. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1378)
  8. at com.envyful.pixel.hunt.remastered.forge.shade.envy.api.concurrency.UtilConcurrency.runAsync(UtilConcurrency.java:32)
  9. at com.envyful.pixel.hunt.remastered.forge.listener.PokemonSpawnListener.onPokemonSpawn(PokemonSpawnListener.java:30)
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_302_PokemonSpawnListener_onPokemonSpawn_EntityJoinWorldEvent.invoke(.dynamic)
  11. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:96)
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:186)
  13. at net.minecraft.world.WorldServer.func_175650_b(WorldServer.java:1258)
  14. at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:935)
  15. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:108)
  16. at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:149)
  17. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:862)
  18. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:461)
  19. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
  21. at java.lang.Thread.run(Thread.java:748)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement