Jump to content
  • 0

CRASH LOOP


Macky

Question

Hey so my buddy set the randomTickSpeed to like 1 Mil and now the server is just in an infinite crash loop. Is there anyway to fix the crash log below.

[03:21:30 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-215 (MC: 1.19.2) ---
[03:21:30 ERROR]: The server has not responded for 15 seconds! Creating thread dump
[03:21:30 ERROR]: ------------------------------
[03:21:30 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[03:21:30 ERROR]: ------------------------------
[03:21:30 ERROR]: Current Thread: Server thread
[03:21:30 ERROR]: 	PID: 24 | Suspended: false | Native: false | State: RUNNABLE
[03:21:30 ERROR]: 	Stack:
[03:21:30 ERROR]: 		net.minecraft.world.level.BlockAndTintGetter.getRawBrightness(BlockAndTintGetter.java:19)
[03:21:30 ERROR]: 		net.minecraft.world.level.LevelReader.getMaxLocalRawBrightness(LevelReader.java:175)
[03:21:30 ERROR]: 		net.minecraft.world.level.LevelReader.getMaxLocalRawBrightness(LevelReader.java:171)
[03:21:30 ERROR]: 		net.minecraft.world.level.block.SpreadingSnowyDirtBlock.randomTick(SpreadingSnowyDirtBlock.java:52)
[03:21:30 ERROR]: 		net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.randomTick(BlockBehaviour.java:1018)
[03:21:30 ERROR]: 		net.minecraft.server.level.ServerLevel.tickChunk(ServerLevel.java:895)
[03:21:30 ERROR]: 		net.minecraft.server.level.ServerChunkCache.tickChunks(ServerChunkCache.java:768)
[03:21:30 ERROR]: 		net.minecraft.server.level.ServerChunkCache.tick(ServerChunkCache.java:648)
[03:21:30 ERROR]: 		net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:683)
[03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1535)
[03:21:30 ERROR]: 		net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1397)
[03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1173)
[03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305)
[03:21:30 ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$4475/0x00000008015ba2e0.run(Unknown Source)
[03:21:30 ERROR]: 		java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[03:21:30 ERROR]: ------------------------------
[03:21:30 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[03:21:30 ERROR]: ------------------------------

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

There may be one solution to this.. Usually, once you do that command server's lost forever, but you can try the Skript method.

Go here, download Skript latest:  https://github.com/SkriptLang/Skript/releases (2.6.4)

Put it in your plugins folder, and restart.

Then go to plugins > Skript > scripts > Create new file named creative.sk

In the file, you must put:

 

on skript start:
	execute console command "/gamerule randomTickSpeed 1"


Then, restart again... It may work, it may not.

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...