Jump to content

Minecraft fullscreen displays only i lower left corner


CharisSophia

Recommended Posts

I have a brand new iMac running High Sierra 10.13.4. I have installed Minecraft 1.12.2 and Forge installed from forge-1.12.2-14.23.2.2654-installer.jar downloaded yesterday. When I launch Minecraft in fullscreen mode, everything looks normal. When I launch Minecraft with Forge in windowed mode, everything looks normal. When I launch Minecraft with Forge in fullscreen mode, I see this: (my pointer is over where the Quit Game button would normally be in fullscreen)5ace20010420c_ScreenShot2018-04-11at7_40_49AM.thumb.jpg.05b30c6face26a8227d6a48945ded0d9.jpg

 

When I go into a world, the black part of the screen goes white, but the game is still just in the lower left corner and the mouse location is offset.

 

I searched for this issue and found some old recommendations to modify splash.properties which doesn't exist and add -Dforge.forceNoStencil=true to the JVM options which had no noticeable effect. I have tried removing, redownloading forge, and reinstalling. I have tried deleting the entire minecraft folder and reinstalling everything.

 

When I choose the launch option without Forge, everything is still normal. This only happens when I launch with Forge.

 

forge-1.12.2-14.23.2.2654-installer.jar.log

debug.log from minecraft/logs

latest.log from minecraft/logs

 

Link to comment
Share on other sites

  • 9 months later...

I have the same problem.  I can reproduce this on both the oldest and newest versions of Forge (1.12.2-14.23.0.2486 and 1.12.2-14.23.5.2768).  Disabling the splash screen (suggested for the same problem on 1.7) did not fix it.

 

However, I was able to work around the problem by, instead of having minecraft switch to fullscreen mode, click the Mac standard green circle in the upper left corner of the minecraft window.  This put minecraft into full-screen mode with working graphics.  I can then exit fullscreen by pressing the key I assigned to toggle fullscreen mode twice (the first stays in fullscreen but reduces the graphics to 1/4 of the screen, the 2nd restores non-fullscreen mode with working graphics).

 

So the work-around is mildly annoying but working well enough for me.  Hope it helps you.

 

Tye

Link to comment
Share on other sites

Oh, disabling the splash screen actually does fix this problem.  I originally only found minecraft/config/splash.properties and changing it there did not help, but I now see I have a minecraft/1.12/config/splash.properties (1.12 is the game data directory I created for all 1.12 versions) and changing "enabled=true" to enabled=false" there fixed fullscreen graphics.

Link to comment
Share on other sites

  • 7 months later...
On 2/8/2019 at 9:37 PM, Tye said:

Oh, disabling the splash screen actually does fix this problem.  I originally only found minecraft/config/splash.properties and changing it there did not help, but I now see I have a minecraft/1.12/config/splash.properties (1.12 is the game data directory I created for all 1.12 versions) and changing "enabled=true" to enabled=false" there fixed fullscreen graphics.

On 2/8/2019 at 9:37 PM, Tye said:

i have a mac but i want to know how to edit the file

 

 

Link to comment
Share on other sites

  • 3 years later...

Yo im havin the same problem and i dont really understand what do do. Part of me thinks its because some leftover files from fancymenu is there and im thinking it could also be the ESSENTIALS mod.

 

Info:

computer: mac

MacOS version: 13.3.1 (a) (22E772610a) (Ventura)

Graphics card: Intel Iris Plus Graphics 640 1536 MB

and thats basically all the mac info i could get. (p.s i dont use optifine cause its buggy so)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://pastebin.com/FaQ43RnJ  Este es un error que me lanza al momento de querer iniciar forge Intente de todo pero no sirve nada. This is an error that I get when I want to start forge. I tried everything but nothing works.
    • It was a stupid Eclipse problem ,the debugger was set to a lower version of java.  In what world would i want my development version different from the debugger version.   ty for looking
    • Caused by: java.lang.NullPointerException: Cannot read field "level" because "this.minecraft" is null This is my first big error when coding. I looked it up, but there are a bunch of references to Dawncraft and not enough to figure out what was going wrong. I found this, but it involves a command and my GUI only opens when you shift + right-click while holding an item. They fixed it by not calling it with a command, but I am not using a command. Here's the render of my menu, which is the only part that changed between it working and not:   @Override public void render(@Nonnull PoseStack mstack, int mouseX, int mouseY, float partialTicks) { int midx = this.width / 2; int midy = this.height / 2; this.renderBackground(mstack); drawCenteredString(mstack, font, I18n.get("config.shape_tool"), midx, 4, 0xC3D1D8); Utils.renderImage(midx - 12, midy, 20, 20, "textures/gui/plus.png", mstack); addRenderableWidget(new Button(midx - 12, midy, 10, 10, Component.translatable(""), this::increaseax)); Utils.renderImage(midx + 12, midy, 20, 20, "textures/gui/minus.png", mstack); addRenderableWidget(new Button(midx + 12, midy, 10, 10, Component.translatable(""), this::decreaseax)); drawCenteredString(mstack, font, String.valueOf(shapetoolax), midx, midy + 10, 0xC3D1D8); super.render(mstack, mouseX, mouseY, partialTicks); } Utils.renderImage is this:   public static void renderImage(int x, int y, int width, int height, String img, PoseStack mstack) { RenderSystem.setShaderColor(1, 1, 1, 1); RenderSystem.enableBlend(); RenderSystem.defaultBlendFunc(); RenderSystem.setShaderTexture(0, new ResourceLocation(PNegative.MODID, img)); blit(mstack, x, y, 0, 0, width, height, width, height); RenderSystem.disableBlend(); } I have used it before and it has worked, so it can't be a problem. 
    • I found a topic  with the very simmilar problems. I run modpack Direwolf20 1.19.2 version from FTB with dedicated server with my friends and i am the only who have this type of crashes. It has been through login process and after 5-6 crashes i can connect. And randombly it could crash me in game but mostly when i am tp'ing using Nether portals etc. I already setted up all privileges for javaw in firewall, flushed dns, reset network settings and etc. Changed java version to from FAQ too. Here's some logs from client side https://gnomebot.dev/paste/1158502890168664194 https://gnomebot.dev/paste/1158187264657063946    
    • Don't know why game keeps crashing after a few seconds or walking towards something, tried removing larger mods and someaddon performance mods but it's not working. Minecraft launchers telling me "Exit Code 1"
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.