Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When logging in. #15

Closed
CloudeLecaw opened this issue Oct 5, 2018 · 17 comments
Closed

When logging in. #15

CloudeLecaw opened this issue Oct 5, 2018 · 17 comments
Labels

Comments

@CloudeLecaw
Copy link

CloudeLecaw commented Oct 5, 2018

i created some Testtickets..
normaly i should get informed on Login..but

instead of this i get an empty line

image

This is only the inform measge.

if a ticket is flagged then i get the meassge that an ticket is flags on login

@SuperRonanCraft
Copy link
Owner

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

@CloudeLecaw
Copy link
Author

CloudeLecaw commented Oct 6, 2018

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

@CloudeLecaw
Copy link
Author

Edit:
The error still exists in 2.6.2

@SuperRonanCraft
Copy link
Owner

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

@CloudeLecaw
Copy link
Author

CloudeLecaw commented Oct 8, 2018

      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.

@SuperRonanCraft
Copy link
Owner

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

@CloudeLecaw
Copy link
Author

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.

@CloudeLecaw
Copy link
Author

@SuperRonanCraft
Copy link
Owner

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?

@CloudeLecaw
Copy link
Author

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

@SuperRonanCraft
Copy link
Owner

Alright, are you running it on a MySQL database?

@CloudeLecaw
Copy link
Author

no. im using the flat files

@SuperRonanCraft
Copy link
Owner

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

@CloudeLecaw
Copy link
Author

CloudeLecaw commented Oct 9, 2018

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.

@SuperRonanCraft
Copy link
Owner

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

@CloudeLecaw
Copy link
Author

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 :§

@CloudeLecaw
Copy link
Author

CloudeLecaw commented Oct 14, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants