Open Friends List causing java.lang.NullPointerException
AzureDoom opened this issue ยท 0 comments
Oxygen-Friends version:
oxygen-friends-list-1.12.2-0.8.0
Current behavior:
Opening the Friend Menu crashes the game
Expected behavior:
Opening the Friend Menu and being able to manage Friends.
Steps to reproduce:
Join multiplayer server and try and view Friends list
Related log info:
java.lang.NullPointerException: Ticking screen at austeretony.oxygen_friendslist.client.gui.friendslist.FriendListEntryGUIButton.<init>(FriendListEntryGUIButton.java:41) at austeretony.oxygen_friendslist.client.gui.friendslist.FriendsListGUISection.sortPlayers(FriendsListGUISection.java:180) at austeretony.oxygen_friendslist.client.gui.friendslist.FriendsListGUIScreen.loadData(FriendsListGUIScreen.java:56) at austeretony.oxygen.client.gui.SynchronizedGUIScreen.func_73876_c(SynchronizedGUIScreen.java:35) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1779) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)