Jump to content

someone2523423

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by someone2523423

  1. 15 hours ago, EnderEyeGames said:

    IMO, "Force Hibernate" should mean "SIGKILL (Immediately terminate the process with no warning or time to save anything) the Java process, whatever data loss that might cause, then immediately hibernate". However, it doesn't, so it really doesn't belong in Danger Zone at all.
    If you can't enter a console command before the server crashes, add a Skript to execute the solution (e.g. execute console command "minecraft:kill @e[type=!player]") "on server start". Force hibernating, then just waiting a while usually allows it to hibernate. Then, start it up and your Skript will fix the problem.

    He cannot access Skript.

  2. 50 minutes ago, edwefawef said:

    In the files tab there is just a folder for plugins with nothing in it

    Exactly what happened to me. We've had the same issue.

     

    A good idea is to mess with some of the settings and set them back, then repair core files a few times. This has a change of knocking it back into working order. Also try starting your second free MineHut server and see if it does the same thing. I simply got lucky and it was fixed during the next maintenance. But something like this got it to start once.

  3. 1 minute ago, someone2523423 said:

    I've had something similar happen before. When you try to start your server, when it hangs on "Offline" go into the FILES tab and tell me what you see.

    Another thing to note is that "Force Hibernation" doesn't do anything really, it just sets the counter for the hibernation to 0 (same effect has not having any players for 5 minutes) which is definitely annoying but it's how minehut works. While I personally don't use minehut, I have enough experience to know how to solve Minehut problems as I used to use it. I promise that the FILES thing is relevant.

  4. So as you may know, I have set up a server on another platform. I'd like to take the skript variable data from my server on Minehut and move it there so that the setup is easier and I can go Minehut Free sooner. Any way to do this?

  5. 33 minutes ago, someone2523423 said:

    It's only downloading the empty plugins folder, I literally stated that in the question

     

    The server is 50% set up on another server site, I just gotta setup plugins like Curry and add the worlds. If this happens again there's a good change it'll be the last time for me.

    Oh cute, the server is stuck in hibernation again.

    Edit: Nevermind that was just the third maintenance today. At least the server is up again...

  6. 7 minutes ago, _omga said:

    You should still be able to access your logs while the server is offline. Could you recheck for me?

    It's only downloading the empty plugins folder, I literally stated that in the question

     

    The server is 50% set up on another server site, I just gotta setup plugins like Curry and add the worlds. If this happens again there's a good change it'll be the last time for me.

  7. 1 minute ago, _omga said:

    Hey,

    Does it crash when you join, or when you first start the server up?

    Do you have any plugins?

    Have you messed with the randomTickSpeed / spawned in many many mobs?

    1. No, it doesn't start at all it just hangs at offline

    2. Yes, but I tried with a server without any and same thing

    3. Nope

  8. My server yet again won't boot. This time it gets through hibernation fine but it's stuck at offline. No log files are made, and it doesn't download anything except the plugins folder. This is getting extremely annoying and I know of a bunch of alternative server sites, only thing is I cannot transfer my world. But it's getting to the point that this might be a higher priority since minehut is doing this to our servers.

     

    P.S: If a minehut admin sees this, know that I am not laughing. I get that you're doing this because you think it's funny but it's really not.

  9. 2 minutes ago, _omga said:

    I'm pretty sure they just gave a valid reason as to why they are keeping servers offline. You can't blame Minehut, they are hosting more than 16k free servers daily. If you really do want to find a new server host, be my guest.

    Playing on my minecraft server (even if noone else is online) is the highlight of my day and when this happens out of nowhere it completely ruins my day. Since today is a school day, it's gonna be really stressful and without my server I have nothing to calm myself down with.

  10. 1 minute ago, _omga said:

    Hey there,

    Minehut is currently experiencing startup issues. Administrators are working on fixing this issues.

    image.png.fe036ef2b97c37e08f13852d5d0ca64a.png

    Wait so they just admitted to intentionally keeping them closed? This is really not worth my time. I think I should look for a new server host.

  11. Whenever I try to start the server (from both the lobby and the dashboard) nothing will happen, it just keeps hibernating.

     

    I've spent hundreds of hours on this server and if it's corrupted I'm gonna be extremely upset.

     

    And as for the trolls who say "oh just send the logs", know that we cannot access the files during hibernation...

  12. On 12/14/2020 at 4:51 AM, PandaChan said:

    Hi there! It seems like there's an issue with your JSON files, you can fix this by removing all the files in the file manager that end with .json (ops.json, whitelist.json, banned-ips.json, usercache.json and banned-players.json) and then start the server back up.

    I tried that and it didnt work. It turns out I had to reset the whole server which had weeks worth of effort thrown into it. 😠

  13. Whenever I start up my server, it starts for a little bit and then stops again. And so on. It never fully boots up and here is the log.

     

    [05:37:24] [main/FATAL]: Failed to start the minecraft server
    com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
        at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:495) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:545) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:541) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:549) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.GeneratorSettings.a(SourceFile:217) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.DedicatedServerProperties.<init>(DedicatedServerProperties.java:117) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.DedicatedServerProperties.load(DedicatedServerProperties.java:122) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.DedicatedServerSettings.<init>(DedicatedServerSettings.java:17) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.Main.main(Main.java:64) ~[spigot.jar:git-Paper-261]
        at org.bukkit.craftbukkit.Main.main(Main.java:276) ~[spigot.jar:git-Paper-261]
    Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
        at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[spigot.jar:git-Paper-261]
        at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[spigot.jar:git-Paper-261]
        at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[spigot.jar:git-Paper-261]
        at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[spigot.jar:git-Paper-261]
        at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[spigot.jar:git-Paper-261]
        at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[spigot.jar:git-Paper-261]
        at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[spigot.jar:git-Paper-261]
        at net.minecraft.server.v1_16_R3.ChatDeserializer.a(SourceFile:493) ~[spigot.jar:git-Paper-261]
        ... 9 more

     

×
×
  • Create New...