Immersive Portals

Immersive Portals

5M Downloads

Unable to see through portals

JimJebadiah opened this issue ยท 13 comments

commented

Unable to view through portals when they are activated, Can only see the color of the sky. Only the 0.5 version of the mod and fabric api are installed. Game running on MacOS using the latest build of Fabric.
2019-08-06_14 32 10
2019-08-06_14 32 03

commented

I can't reproduce this issue.(I don't have a mac) Maybe the internal server is lagging. Try to reduce render distance?

commented

Try to run command
/immersive_portals_debug multithreaded_chunk_loading_disable
/immersive_portals_debug advanced_frustum_culling_disable
/immersive_portals_debug hacked_chunk_render_dispatcher_disable (running this command may crash the game. if crashed, try again)

then run /immersive_portals_debug report_resource_consumption
and tell me its output

commented

Can you see sun, moon or star from portal?

commented

Ok so I updated to the 0.6 version of the mod and the issue is still there. I cannot see the sun, moon, or stars through the portal, and i set my render distance to 2. After running all of those commands this was the output:

Client Chunk:
minecraft:the_nether 9
minecraft:overworld 49

commented

Please give me the log

commented

Log.txt

I'm assuming you mean this but if you meant something else please let me know

commented

It seems that OpenGL does not support stencil buffer. Try to upgrade Graphics driver?
I made another rendering system. Try 0.7 version and use this command:
/immersive_portals_debug switch_to_compatibility_renderer
In compatibility mode, it can't render the portal inside portal

commented

Ok so I updated to the 0.7 version of the mod and my graphics drivers are up to date. I ran the command and the only thing that changed was I was able to see transparent blocks like water through the portal.
2019-08-14_11 03 09

commented

So strange. I have no idea how to fix it.

commented

Its possible that it may be a mac issue. Tomorrow I'm going to try to test it on another mac to see if it carries over.

commented

I just ran into this issue too, with the exact same symptoms (including being able to see transparent blocks through portals in compatibility mode). Tested on 0.10 and 0.11 with no other mods loaded. I'm on macOS too, so it seems that is actually the cause.

commented

Check 0.14 version and see whether this issue still exists

commented

Can confirm it works for me now!