Pesquisar na Comunidade
Mostrando resultados para as tags ''console''.
Encontrado 1 registro
-
Hello friend, Recentemente comecei a utilizar o Skript por curiosidade e achei bem interessante, vou usar pra otimizar algumas coisas do meu servidor. Justamente pra economizar tempo com as tarefas. Quando fui instalar o plugin Skript me deparei com um erro estranho, fui pesquisar e muita gente convive com esse erro toda vez que inicia o console do servidor. No começo achei que era a versão do Java, também achei que fosse o fato de eu estar utilizando o Linux e executando tudo pelo terminal, mas não é nada disso! Esse é aquele tipo de erro que quando você vê você fala "DO'H!!" igual o Homer Simpson haha Log do erro: [11:50:26 INFO]: [Skript] An internal error occurred while checking for the latest version of Skript. Please refer to the server log for details. [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! [Skript] Severe Error: [11:50:26 ERROR]: #!#! Unexpected error while checking for a new version of Skript [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [11:50:26 ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [11:50:26 ERROR]: #!#! and check whether this error has already been reported. [11:50:26 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [11:50:26 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [11:50:26 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [11:50:26 ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! Stack trace: [11:50:26 ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] Message: Premature end of file. [11:50:26 ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596) [11:50:26 ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83) [11:50:26 ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286) [11:50:26 ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210) [11:50:26 ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! Version Information: [11:50:26 ERROR]: #!#! Skript: 2.1.2 [11:50:26 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [11:50:26 ERROR]: #!#! Minecraft: 1.8.8 [11:50:26 ERROR]: #!#! Java: 1.8.0_121 [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! Running CraftBukkit: false [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! Current node: databases: (config.sk, line 141) [11:50:26 ERROR]: #!#! Current item: null [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! Thread: Skript update thread [11:50:26 ERROR]: #!#! [11:50:26 ERROR]: #!#! End of Error. [11:50:26 ERROR]: #!#! [11:50:26 INFO]: [Skript] You're currently running the latest stable version of Skript. Se trata de um problema na hora de checar as atualizações do Skript. Para resolver é simples: 1. Finalize todos os processos java do seu computador, no caso feche o servidor e o minecraft. No Linux é muito simples, abra o terminal e digite "killall java". No Windows vá até o gerenciador de tarefas e finalize os processos java. 2. Vá até a pasta "Skript" do seu servidor e edite a config dele. Procure por "check for new version" vai estar "true" mude para "false", assim você vai negar que o plugin busque por atualizações toda vez que iniciar o console assim evitando erros. 3. Salve o arquivo e inicie seu servidor. Com certeza o erro vai sumir! Obs: Andei lendo e descobri que isso geralmente ocorre nas versões da 1.8 para cima. Espero ter ajudado! #Like #Comment