-
-
Notifications
You must be signed in to change notification settings - Fork 857
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
Some blend functions cause corruption and freezes #158
Comments
This comment has been minimized.
This comment has been minimized.
ANGLE is for WebGL. Nothing to do with Chrome itself glitching out. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Talking about that workaround... I just realised something: |
This comment was marked as spam.
This comment was marked as spam.
(The VTable hack has to do with HWAlignManager used inside it for calculations) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@VisualEhrmanntraut Do you have any predictions if we can have any solution for chrome-based browsers natively in the future? |
New prediction available: No prediction available. |
This comment was marked as off-topic.
This comment was marked as off-topic.
DOSBOX's OpenGL freezes the system immediately, looking into what triggers it since it's a fast and reliable crash. Config field is |
Chrome seems to die due to a command sent by libGLES2. Relevant log attached. (This is an Electron app, therefore uses Chromium) |
Also I found that in |
I never committed the changes though. You likely downloaded Sublime Text 3, which only does software rendering. |
Yes, it is 3.2.2 . and it didn't work before your latest fix. |
Interesting. |
I would hate to spoil your peace of mind @VisualEhrmanntraut, but do you perhaps have an assumed date for pushing the latest changes you did to the repository? I would be very grateful for this 😉 |
These were Catalina-only tests made to find the reason for the crashes rather than a fix. There is no fix available, neither is a fix easy due to the design of Lilu. I am planning to make a Lilu replacement before I try to actually fix it. |
Oh, I thought Chrome would eventually work on Sonoma. I understand now that it takes more time and it's impossible to predict if and when you'll be able to solve the problem. Thank you. |
The cause seems to be multiple issues at once unfortunately. It seems to be that I'll have to also remove that last bit that I currently steal from the navi drivers to fix the issue in addition to fixing the user-space code. This is going to take a looot of time and effort... |
For me, Minecraft works just fine in Sequoia, even better than Windows. |
I've just received some very crucial data. On a person's system, the screen corruption magically reverted. This reinforces my thoughts on the issue, and I think getting rid of what I mentioned previously will fix it! |
My pc with Minecraft Java (that uses OpenGL) doesn’t do that; the game runs even smoother than in Windows |
This is Sublime Text 4. |
Ok. So it happens on Chrome, and is there any other app that can make it happen? |
League of Legends client(also opengl) used to crack like shit before. As I use the latest nightly kext it was fixed. |
It glitches for me with nightly but a "bit" less than other times, but still annoying |
it happens when opening canva.com on firefox, and on chromium based browsers and apps i have to turn off graphics acceleration then they give no issue but then they uses high cpu and makes my laptop hotter |
@divasgt Yes same here |
I use a site called notion for my studies and it used to crash any chromium or even firebox browser when simply opening the site. I installed the most recent nightly build and it no longer crashes my browser. However, the standalone app still causes severe graphical glitches and crashes my entire system if not closed in time. Either way, glad to see good progress. |
Also one thing I notices just now is that discord now seems to be crashing with slight graphical glitches which eventually becomes a blank grey tab. Not sure if this is the same issue but it was working fine before. |
from the last update or past 3-4 days mine does that too. |
yeah, I double checked by opening discord on arc (chromium-based) and it seems to be crashing as well. Works fine on safari though. |
Programs that require hardware acceleration will crash |
Yeah I am very well aware of that, but my point was it wasn't crashing before |
i have same problem, Some fix to that? |
We have found what causes the corruption; it's dual source blend. Switching ANGLE to OpenGL and ANGLE feature flags to disableBlendFuncExtended fixes the corruption. Sublime Text also uses this feature. |
Software like Chrome and Sublime Text 4 can cause corruption and freezes.
To Reproduce
Expected behavior
The software working perfectly fine.
Screenshots
The text was updated successfully, but these errors were encountered: