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

Graphical corruption on launcher #12

Open
K4sum1 opened this issue Oct 10, 2022 · 19 comments
Open

Graphical corruption on launcher #12

K4sum1 opened this issue Oct 10, 2022 · 19 comments

Comments

@K4sum1
Copy link

K4sum1 commented Oct 10, 2022

I sometimes get graphical corruption on the launcher, I'm not sure why or where I could find any logs or anything that I could add to help. All I can think of is that my GPU is a 2080 Ti, but I'm sure that if this happened on 2000 series cards, more people would have it.
ScreenShot_20221010112147
ScreenShot_20221010112140

@bigfoot547
Copy link
Member

Hmm. Is this because the controls are placed incorrectly or the window painting just glitches out? What causes these corruptions, and do they fix themselves when you drag the window off the screen then back on?

@K4sum1
Copy link
Author

K4sum1 commented Oct 11, 2022

Hmm. Is this because the controls are placed incorrectly or the window painting just glitches out? What causes these corruptions, and do they fix themselves when you drag the window off the screen then back on?

It appears to happen when I open the profile dropdown. The controls are still in the proper places, and I can use them, but moving my mouse around makes the glitches change.

Here's a video.
https://user-images.githubusercontent.com/77039240/195143661-cb4a037b-cb0d-4d3a-80ba-d9a91f1117f9.mp4

@bigfoot547
Copy link
Member

It may have something to do with the JVM you're using, because I can't reproduce it with openJDK or adoptium. Maybe try one of those?

@K4sum1
Copy link
Author

K4sum1 commented Oct 12, 2022

It may have something to do with the JVM you're using, because I can't reproduce it with openJDK or adoptium. Maybe try one of those?

I thought that might have been the case, I was originally using Liberica 17, but I swapped to Adoptium and still got it before making the issue.

@K4sum1
Copy link
Author

K4sum1 commented Nov 2, 2022

Hmm, I've temporarily swapped my card with an AMD one to do some testing, and there's no more issues with the launcher.

@bigfoot547
Copy link
Member

I'm glad it works for you! Please reopen if the issues reappear.

@K4sum1
Copy link
Author

K4sum1 commented Nov 10, 2022

Uhh what I meant is that my AMD card doesn't give me the issues that my Nvidia card did. So there might still be a problem, but I won't be going back to my Nvidia card for a day or two. Also I can't reopen issues closed by the author because GitHub moment.

@bigfoot547
Copy link
Member

Fair enough. But I can't help but think that the issue is possibly upstream from this project, since changing your videocard fixed it.

@bigfoot547 bigfoot547 reopened this Nov 10, 2022
@K4sum1
Copy link
Author

K4sum1 commented Nov 11, 2022

So I went back to my Nvidia card, and it has the same issue, on a fresh OS install.

@bigfoot547
Copy link
Member

bigfoot547 commented Nov 25, 2022

I am still of the mind that this is an issue upstream of my project. Have you tried other applications that use java swing? Do they work properly?

Edit: Regardless, I have no way of testing bug fixes for this, as I don't have your hardware.

@K4sum1
Copy link
Author

K4sum1 commented Nov 25, 2022

Minecraft itself is fine, the only other thing I can think of would be the forge installer, but I don't think I tested it with the card. I won't be able to test anything until tomorrow at minimum.

@K4sum1
Copy link
Author

K4sum1 commented Dec 15, 2022

I went back to the AMD card to do a little more testing, and now it does it too apparently.

@bigfoot547
Copy link
Member

Please reopen this issue if you can test other swing applications.

@bigfoot547 bigfoot547 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2023
@K4sum1
Copy link
Author

K4sum1 commented Jul 23, 2023

What is a swing application?

@bigfoot547
Copy link
Member

A java application that uses swing

@bigfoot547
Copy link
Member

Turns out it is related to java's use of direct3d on some graphics cards. See this SO answer for a workaround. I will try to make a hotfix out of this soon. Thanks for reporting, I'm glad this is finally hopefully resolved.

@bigfoot547 bigfoot547 reopened this Aug 9, 2023
exrodev added a commit that referenced this issue Mar 9, 2024
* Work around for not recieving GameProfile (#57, #52)

* Removed button to submit report from hopper crash handler

* Possible fix for #12
@exrodev
Copy link
Contributor

exrodev commented Mar 9, 2024

Hi @K4sum1 does this issue still exist for you? I pushed something that may fix it but I'm unable to test it since I cannot recreate this issue.

@K4sum1
Copy link
Author

K4sum1 commented Mar 10, 2024

@exrodev It seems to be weird in that it comes and goes. I'm still running 1.7.2_09 and haven't bothered to update yet. It does seem to be gone even in this old version. Will need to see if I can get my laptop or other Windows install to replicate it, then try updating.

@exrodev
Copy link
Contributor

exrodev commented Mar 10, 2024

We haven't created a new release with the possible fix yet but if you do manage to replicate this, let me know and I could send you a version that has the fix on Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants