iChun / IssueTracker-Mods

Issue Tracker for my Minecraft Mods which sources are not already hosted on GitHub.
6 stars 3 forks source link

[1.12.2] Only renders one portal at a time #124

Open Jomik opened 6 years ago

Jomik commented 6 years ago

I only have one portal rendered at a time, when I have the see-through portal enabled..

https://i.gyazo.com/290ba434238f2bb4b3e3baae110f240f.gif

Sorry about the lag when entering. My computer doesn't quite like it. I have a Asus Strix GTX 970 OC

Happens with iChunUtil, PortalGun and Ping

iChun commented 6 years ago

Mods list? Any Optifine? Does it happen with just iChunUtil and PortalGun?

On 25 Nov 2017 3:25 am, "Jonas Damtoft" notifications@github.com wrote:

I only have one portal rendered at a time, when I have the see-through portal enabled..

https://i.gyazo.com/290ba434238f2bb4b3e3baae110f240f.gif

Sorry about the lag when entering. My computer doesn't quite like it. I have a Asus Strix GTX 970 OC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iChun/IssueTracker-Mods/issues/124, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMSTDt5pqb4Lcyy0PsXz3Lxr3o18Nltks5s5xgogaJpZM4QqIgY .

Jomik commented 6 years ago

No optifine. Rather long mod list, but nothing to change visuals AFAIK. I will do a test with only those two tomorrow :relaxed:

Jomik commented 6 years ago

Some wonky when only iChunUtil and PortalGun, but both portals render here. Sometimes the see-through turns off though. Few GIFs follow. https://i.gyazo.com/386b03bcb2825d00a9e53533734a3987.gif https://i.gyazo.com/093a08b2bfc6387bf4da4cd748970093.gif

Draw distance gets cut, sometimes, when I am not close to the portal too.

Jomik commented 6 years ago

I found the sinner. Ping causes only one portal to render at a time. Updated issue.

iChun commented 6 years ago

I wonder what they're doing that's causing this. Any printouts in the console when it happens?

On 25 Nov 2017 5:39 pm, "Jonas Damtoft" notifications@github.com wrote:

I found the sinner. Ping https://minecraft.curseforge.com/projects/ping causes only one portal to render at a time. Updated issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/iChun/IssueTracker-Mods/issues/124#issuecomment-346929941, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMSTEXoGldxX2i-wXsTxlY_oYycQXhnks5s5-BfgaJpZM4QqIgY .

Jomik commented 6 years ago

Nothing, sadly.

Jomik commented 6 years ago

@iChun Any idea here? 😢

iChun commented 6 years ago

I'm out of the country right now and can't really debug unfortunately.

On 7 Dec 2017 2:51 AM, "Jonas Damtoft" notifications@github.com wrote:

@iChun https://github.com/ichun Any idea here? 😢

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iChun/IssueTracker-Mods/issues/124#issuecomment-349681109, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMSTBbZWTQvzhyqdj1z_EkVzaGtwvFlks5s9rfxgaJpZM4QqIgY .

iChun commented 6 years ago

Have you tried messaging the authors of Ping about this?

On 9 Dec 2017 4:16 PM, "Kay Vin Tee" ohai.ichun@gmail.com wrote:

I'm out of the country right now and can't really debug unfortunately.

On 7 Dec 2017 2:51 AM, "Jonas Damtoft" notifications@github.com wrote:

@iChun https://github.com/ichun Any idea here? 😢

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iChun/IssueTracker-Mods/issues/124#issuecomment-349681109, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMSTBbZWTQvzhyqdj1z_EkVzaGtwvFlks5s9rfxgaJpZM4QqIgY .

GirafiStudios commented 6 years ago

Hey iChun. I might be wrong, but this doesn't seem to be on my side.
Using Frustum at all in RenderWorldLastEvent seem to be causing the issue.

I was able to reproduce the issue with just adding the following code in a new mod:

    @SubscribeEvent
    public static void onRenderWorld(RenderWorldLastEvent event) {
        Frustum camera = new Frustum();
    }

Link to code from Ping, in case you wanna see what I'm doing with Frustrum originally: https://github.com/dmillerw/Ping/blob/master/src/main/java/dmillerw/ping/client/PingHandler.java#L58-L86

GeorgeDeac commented 6 years ago

I can confirm, this still happens in All of The Mods 3 (at least for me) and Ping is not present in the pack. Maybe some other mod includes or does something similar to Frustum.. Moreover, there appears another bug causing other blocks from your mods to become invisible when firing 2 see through portals (for example the capsules from Sync disappear). Tested with and without optifine, on a Nvidia gtx1080.

guillaumearm commented 6 years ago

Just FYI, I play with my personal modpack 1.12.2 (+100mods) and I encounter same problem (without optifine)

When I put optifine, no problem I have 2 black portals (I cannot watch inside because optifine), but there is no disappearing portals.

SynexWolf commented 5 years ago

Also have this issue, tho I have found out that the issue is due to the being able to see through the portal, if you disable the see through portal option, you can see both portals.

CrippleMaster69 commented 3 years ago

TURN ON THE CLOUDS

I realized by accident lol