PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
53 stars 21 forks source link

[BUG] NullPointer after trying to fix the mipmap bug #543

Closed imparium-de closed 3 years ago

imparium-de commented 3 years ago

Describe the bug After deleting the files mentioned in the spigot update post, I used the /iazip command. Ingame is a stuck bossbar saying "Compressing..."

To Reproduce Steps to reproduce the behavior:

  1. Delete the files in plugins\ItemsAdder\data\resource_pack\assets\mcicons\textures\item
  2. Restart the server
  3. Use the /iazip command

Expected behavior No error message

Screenshots

Info (please complete the following information):

Additional context Pastebin: https://pastebin.com/uZ7Yi0FX

LoneDev6 commented 3 years ago

This error has to do with the selfhost server not being loaded correctly, try to restart the server. If doesn't work send the complete log

imparium-de commented 3 years ago

A restart didn't fix it. Here's the complete log: https://pastebin.com/4WWd6bFJ

LoneDev6 commented 3 years ago

"java.net.BindException: Address already in use: JVM_Bind"

Somehow the port 8163 is already in use. Try to change the port in config.yml of itemsadder and make sure to open it. You can set for example 8164

imparium-de commented 3 years ago

Okay that did it, thanks! <3 We had to completely restart the root server. Seems like something got stuck there :D