irtimaled / BoundingBoxOutlineReloaded

MIT License
162 stars 66 forks source link

No GUI and Keys don't work #64

Closed Aangy closed 5 years ago

Aangy commented 5 years ago

Hello,

My apologies if this has been covered elsewhere. I've searched extensively and couldn't find an answer.

When I try to use this mod, I can only get slime chunks to show. I press the B (remapped to I) and all it shows is the slime chunks. The O key does nothing, and I am unable to pull up the GUI.

This does seem to work on single player, but not on the server that I run. It almost seems like BBOR is missing some information on the server. And I'm using the same seed for both.

Can you help?

irtimaled commented 5 years ago

If you can see slime chunks then the mod is correctly loaded on the client.

To further assist you can you please confirm the version of the mod you have running on the client and server, whether you are running fabric/forge/risk/vanilla on the client, and what server software you are running.

irtimaled commented 5 years ago

What do you mean by “I’m using the same seed on both”?

Aangy commented 5 years ago

I am running 1.12.2 with forge installed. When you say server software, do you mean the mods?

By using the same seed, I mean the same seed I used on the server is also being used on the server. For example, I can see witch hut boxes on single player, but can't see the box for the same witch hut on the server.

irtimaled commented 5 years ago

Are you able to reproduce this in 1.13 versions of the mod?

Aangy commented 5 years ago

I haven't tried since the mods I use are only available on 1.12.2. It just seems like seed information isn't being passed on properly. I'll try this with a new world and see if I get the same result.

Aangy commented 5 years ago

So I created the new world on the server and got the same result. What I've figured out is this:

-- Slime chunk and village spheres do render. Also the boundaries for igloos. --Witch huts and water temple, and possibly other structures, do not render --I have the default config, so these structures are set to true

One thing I forgot to mention... I do have Sponge installed with various plugins. Are there known issues there?

Aangy commented 5 years ago

Also see this from the server logs... For all intents and purposes, it seems this should be working. I just don't understand why it's not working. Any ideas would be appreciated.

[2019-06-25 19:57:08] [Server thread/INFO] [com.irtimaled.bbor.Logger]: send 1 entries to Aangy (OVERWORLD)[2019-06-25 19:57:53] [Server thread/INFO] [com.irtimaled.bbor.Logger]: remove 1 entry from Aangy (OVERWORLD)[2019-06-25 19:57:53] [Server thread/INFO] [com.irtimaled.bbor.Logger]: send 1 entries to Aangy (OVERWORLD)[2019-06-25 19:58:53] [Server thread/INFO] [com.irtimaled.bbor.Logger]: remove 1 entry from Aangy (OVERWORLD)[2019-06-25 19:58:53]

Aangy commented 5 years ago

Just wanted to let you know I figured it out. It appears something in Sponge won't let particular bounding boxes to appear. Unfortunately this means I uninstalled Sponge :)

irtimaled commented 5 years ago

I'm glad you figured out the cause.