Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundled Conduit visual issue #2812

Closed
OldManCraft opened this issue Sep 14, 2015 · 21 comments
Closed

Bundled Conduit visual issue #2812

OldManCraft opened this issue Sep 14, 2015 · 21 comments
Assignees
Labels
bug Code Complete Wait for the next release...

Comments

@OldManCraft
Copy link

After update to 415, When you walk up on bundled conduits they vanish visually.
2015-09-14_13 03 56

@OldManCraft
Copy link
Author

Person on the server mentioned that its not just bundled. it all works fine just visual

@Sandriell
Copy link

Are you using Optifine? I got this when using it, and had to remove it.

@OldManCraft
Copy link
Author

No Optifine. Reverted back to 414 and issue is gone.

@CrazyCodeUK
Copy link

I can also confirm this bug with 415 and no optifine. The conduits with disapear then reapear sometime when viewed from different angle or face away and back

@tterrag1098
Copy link
Member

For reference later this might have been broken here dfff76c#diff-ab2849483359c85b2ca5204960267ed3R117

@tterrag1098
Copy link
Member

I can't seem to reproduce this :/

@OldManCraft
Copy link
Author

I just updated to 416 on that sever and it's still happening... Let's me test and get back to you

Tom

On Oct 5, 2015, at 8:58 PM, tterrag1098 notifications@github.com wrote:

I can't seem to reproduce this :/


Reply to this email directly or view it on GitHub.

@OldManCraft
Copy link
Author

ok so tried to create in single player and could not reproduce myself. I did download the server world and tried it in single player, got the same thing so that makes this strange. Seems like the world has issues maybe. As soon as I back it down to 414 issue goes away. I have a new just forge server I brought up a week ago, so let me update it and see what happens. Are the others reporting this still having the issue ?

@OldManCraft
Copy link
Author

Ok on the new server it is happening again. It's in and out now on 416, on the other server its stayed gone on 415. I'm not sure what to tell you to help out. sorry

@Reanmachine
Copy link

Playing FTB Inifinity which has 415 currently. I recorded a quick video demoing the problem:

https://www.youtube.com/watch?v=9BdO5oGfBr0

@tterrag1098
Copy link
Member

I can't test with infinity in my dev environment. I need a reproduction case with no (or a small amount of) mods, which I can actually test with.

@Reanmachine
Copy link

@tterrag1098 If I get a chance this weekend ill start collapsing the infinity pack one mod at a time until i find a combination that doesn't trip the behavior and then we can go from that smaller subset or perhaps determine if it's another mod breaking ender io's behavior.

@tterrag1098
Copy link
Member

That would be awesome, thank you :)

@OldManCraft
Copy link
Author

Just FYI Reanmachine reverting to EnderIO 414 and core 24 make this issue stop

@JasonMcRay
Copy link
Contributor

Would like to ask how is solving this issue comming? It is quite annoying to trying to locate my conduits and work with them because I cant see them

@HenryLoenwind
Copy link
Member

Oops, we had 2 issues for this problem open. Didn't notice, so I only updated the other one.

@HenryLoenwind HenryLoenwind self-assigned this Oct 30, 2015
@JasonMcRay
Copy link
Contributor

https://gyazo.com/281c39fb795be9f52c1124ee7c1051d7

Is this the same issue or something different? I just in case ask. I personally havent seen that flickering, only conduits disapearing.

@mx86
Copy link

mx86 commented Nov 4, 2015

@JasonMcRay I have some conduits that flicker, but not that quickly. In my case I have some conduits connected to a Mekanism Electrolytic Separator, and when it's active it emits light. It consumes brine much faster than I can produce, so its light flickers on and off. If I stand in a different chunk and look at it, the conduits will flicker on and off with the light.

I've also found what seems to be a 100% reproduction method of the general disappearing conduits. Seems to be related to Carpenter's Blocks. Place a few of any type of conduit across a chunk border. Then place any Carpenter's block along the same border, but in the chunk you're standing in. The conduits in the other chunk will disappear. Break the Carpenter's block and they will reappear. I took a few screenshots if that doesn't make sense: http://imgur.com/a/ye1aW

Edit: It seems that the conduits don't even need to cross a chunk border, all that's needed is for a Carpenter's Block to be touching the border of a chunk containing conduits. It also affects facades whether they're on conduits or not.

@HenryLoenwind
Copy link
Member

It might be interesting (but nothing more) to notify the authors of the mods that cause this that they are bleeding a te render pass. But from our side the bug has a fix that'll hopefully be in the next version. tterrag is just busy with Real Life(tm) and stuff.

For mod devs: ForgeHooksClient.get/setRenderPass() will get/set the (Tile)Entity render pass, not the block render pass. It also is mostly uninteresting. You want ForgeHooksClient.getWorldRenderPass(). And clean up after you set it! For both of them. (For more details read the Minecraft code. All IDEs have a way of showing you which code is calling some method, in Eclipse it's called "Open Call Hierarchy".)

@HenryLoenwind HenryLoenwind added this to the Version 2.3.0.418_beta milestone Nov 7, 2015
@mx86
Copy link

mx86 commented Nov 7, 2015

Looks like this is indeed fixed in 418, my conduits aren't going invisible and I can't reproduce with Carpenter's Blocks anymore.

@JasonMcRay
Copy link
Contributor

I can confirm it seems much much better. Will keep an eye on any oddities... Thanks @HenryLoenwind :)

@HenryLoenwind HenryLoenwind added the Code Complete Wait for the next release... label Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Code Complete Wait for the next release...
Projects
None yet
Development

No branches or pull requests

9 participants