Giter VIP home page Giter VIP logo

Comments (17)

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024 1

Very weird u got that Mojang authentication error, that now just means I need to check for potential errors on the login event

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

How many tickets are open/flagged when this so called blank message popped up upon login?
Cause i've never seen this before

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

just one opened... (unflaged)

image

just one open (flaged)
image
if you look exaxtly you see that above this meassage there is the empty line too.
image

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

Edit:
The error still exists in 2.6.2

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

honestly, cant find the issue, once I have found it, i dont think a simple login empty message will kill ya

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024
      honestly, cant find the issue, once I have found it, i dont think a simple login empty message will kill ya

Wait…...the Problem is not that there is an empty line…
...
The Problem is that instead of this empty line on Login i should see a text like "There is currently one open ticket" on Login.

This was working fine in Version 5.5.x
Normaly this line should Show the info line that informs the staff on login that there are X Open unclaimed tickets.

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

Can you get me a copy of ur lang file? Preferable in yaml format or in a Hastebin

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

well of curse i can :) i will send it to you when i am home :)

What i tested allready - it happens also when i use /modreq language en to use the english langfile.
I will take a look when i am home aggain if there are differences between my de file and a Fresh generated english one.

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

https://hastebin.com/idaxeberob.bash

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

Very weird, and you said this happens every login right? Cause I've been trying to recreate this, I always get the message. Are you running this on a Linux machine and/or Bukkit?

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

im running a 1.13.1 Spigot Testserver on a Windows 10 x64 Machine.

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

Alright, are you running it on a MySQL database?

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

no. im using the flat files

from advancedmodreq.

SuperRonanCraft avatar SuperRonanCraft commented on June 27, 2024

Alright, I've been testing it on MySQL cause it's the most buggy ATM, let me see if I can find the issue

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

Well today i also got an error on login, may it helps 🥉

[20:32:41] [User Authenticator #11/INFO]: UUID of player Cloude_Lecaw is f24df990-9c6b-4f32-938a-4c91a26d31f4
[20:32:43] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to AdvancedModreq v5.6.2
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:344) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:163) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:150) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.LoginListener.Y_(LoginListener.java:54) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:231) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:120) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:998) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733) [spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.NullPointerException
	at me.superronancraft.advancedmodreq.references.information.Broadcast.joinPlayer(Broadcast.java:291) ~[?:?]
	at me.superronancraft.advancedmodreq.events.player.Join.join(Join.java:42) ~[?:?]
	at me.superronancraft.advancedmodreq.events.player.Listen.join(Listen.java:32) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.1.jar:git-Spigot-f6a273b-02518f9]
	... 14 more

Could it be because there was a mohjang Server Problem? Before i never got this.

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

Well today my owner setuped up for us a Testserver. may the error with the empty line is not there.
We will see, i will report you :§

from advancedmodreq.

CloudeLecaw avatar CloudeLecaw commented on June 27, 2024

GENIUS! You fixed the login Meaasge thing in 5.7.1.1 <3 (maybe allready in 5.7.1..i was not on that night)

from advancedmodreq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.