Futurepack Mod - Now with flyable Spaceships!

Futurepack Mod - Now with flyable Spaceships!

1M Downloads

Scanner Block is not displaying all aspects

mcenderdragon opened this issue ยท 27 comments

commented

THis results in a complet reserch stop. The button is not pushable.

This happnes on towncraft. @ProsperCraft, if you have time, please send me the server logs.

commented
commented

It seems currently more like a client side render bug then a server bug.

commented

26.3.266 This should fix the problem, but please check.

commented

@ProsperCraft I have indentified the cause: some other mod is disbaling the 9th button of this gui and thats this apsect button. The only thing I can do is to enable alll button each tick. It would be nice if you could check all gui modifiing mods if they are causing this issue. (best starting with coremods)

commented

I have testet it :) It works for me....big thx for the fast checking, reaction on the Forum and fot the fast fix! :)

commented

Can you test those two ? And then create an issue to fix the bug.

commented

Ok so its indeed the visibility field. I wonder which mod is deactivating the button...

commented

I suspect toast control or no more recipe book mods

commented

Without Toastcontrol it works..so it seems to be this mod

commented

@Darianna77 With the old version or with the newer one ?

commented

Oh i have wrote in german..hups...
With the normal one...not your fixed one

commented

I have created an issue at their issue tracker, but I am not sure if its only toastcontrol which is causing this.

commented

I have only can make a short test....put the normal futurepack back in...disable toastcontrol and load my game....ant button was back...all seems fine

commented

toast control has no listeners to gui events, nor does it touch the isVisible field of buttons anywhere.

commented

Or a similar mod, it may not be this one explicitly, but I remember asie mentioning one of the mods that does this doesn't check properly.

commented

But i have only disable Toastcontrol and the Button was back and working

commented

with only Futurepack and no-recipe-book this does not occur. Also by adding placebo & toastcontrol and cant reproduce this.

commented

Caused by version 1.2.0 of no-recipe-book. Update to latest release.

commented

This has indeed been fixed with the no-recipe-book update.

commented

Toast control has no code to perform that action. It cannot do that.

commented

@Shadows-of-Fire Yes, as I stated previously.

commented

Can confirm it is neither FastWorkbench or Toast Control:

commented

Which means its probably whatever mod that is trying to remove the recipe book button badly, however FastWorkbench removes it properly, so any other mod claiming to do that can safely be removed.

commented

thanks @Shadows-of-Fire for helping :)