totemo / watson

A Minecraft mod that displays LogBlock, Prism and CoreProtect query results in 3-D.
MIT License
71 stars 11 forks source link

No longer functions with prism #24

Closed unusualbob closed 11 years ago

unusualbob commented 11 years ago

I've done a recent clean install of watson as I was no longer seeing any block highlighting in my UI, but even after a complete wipe and reinstall I am no longer seeing block highlights.

I can still interact with watson, i can place annotations, but I see no outlines. I'm not sure if its that watson is no longer parsing the logs correctly or if its just not drawing the boxes correctly.

Let me know what debug information you need and I'll try to get it to you.

totemo commented 11 years ago

Apologies for not seeing this sooner. The version of the bukkit server and especially the version of the Prism plugin that you're using would be the main thing, please. Since Watson scrapes results from chat, if Prism has changed the formatting of its output then it's quite possible Watson's not recognising it.

In the meantime I'll grab the latest version of Prism for my 1.5.2 test server.

Thanks for reporting the issue.

unusualbob commented 11 years ago

No problem, let me know if you need anything from me

totemo commented 11 years ago

Still works for me with Prism 1.6.1 on Bukkit 1.5.2-R0.1.

Check that plugins/Prism/config.yml reads:

prism:
  ... lots of stuffs ...
  messenger:
    always-show-extended: true

Make sure your Watson display is on: /w display on

Turn on your inspector and see what you get. If nothing, give me the tail end (a few lines) of your chat log: .minecraft/output-client.log or alternatively a screenshot would do.

unusualbob commented 11 years ago

Strange, still not working for me. Here's my output:

2013-05-14 08:55:33 [CLIENT] [INFO] [CHAT] §bWatson display enabled.
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §dPrism // §fShowing 407 results. Page 1 of 82
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §c - §7 [1] §3unusualbob §fbroke §3stone§f 8d13h13m ago §7(a:break)
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §7 -- 7442448 - 5/5/13 7:44:03pm - aurora @ 344.0 19.0 213.0 
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §c - §7 [2] §3unusualbob §fbroke §3stone§f 8d13h13m ago §7(a:break)
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §7 -- 7442447 - 5/5/13 7:44:03pm - aurora @ 344.0 20.0 213.0 
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §c - §7 [3] §3unusualbob §fbroke §3stone§f 8d13h13m ago §7(a:break)
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §7 -- 7442446 - 5/5/13 7:44:02pm - aurora @ 343.0 19.0 213.0 
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §c - §7 [4] §3unusualbob §fbroke §3stone§f 8d13h13m ago §7(a:break)
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §7 -- 7442445 - 5/5/13 7:44:02pm - aurora @ 343.0 20.0 213.0 
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §c - §7 [5] §3unusualbob §fbroke §3ironore§f 8d13h13m ago §7(a:break)
2013-05-14 08:56:10 [CLIENT] [INFO] [CHAT] §7 -- 7442441 - 5/5/13 7:43:57pm - aurora @ 342.0 18.0 214.0 

Edit: And here's my setup with magic launcher: http://i.imgur.com/HGD122b.png

totemo commented 11 years ago

Right. Got it. That's a query result. I expect it works for you when you use the inspector (/prism i).

I can see that prism has added numbers [1], [2], [3] etc to label the individual edits in query results. I'm adjusting my code now and there will be new version up before this time tomorrow. Hopefully much sooner.

unusualbob commented 11 years ago

Yep, confirmed that inspector works, just not queries, nice catch. I'll test whenever you've got a new build :)

totemo commented 11 years ago

Please download the latest from https://github.com/totemo/watson/blob/master/INSTALL.md#downloads and try it on your system.

Let me know if I can close this issue.

unusualbob commented 11 years ago

Perfect, works great. Thanks for the great plugin and excellent support for it as well :)