-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
native build of demo breaks in Windows running on VMWare fusion #525
Comments
This is a pretty low priority bug for me personally, just came across it during testing. Don't think it'll really matter much for the planned deployment the app I'm helping with, but it could definitely bite others worse. |
This is probably an upstream issue. You can try the |
Is this still a problem? Is it solved by #685 ? |
I just pulled that PR (specifically used the "download" button from: https://github.com/AlexApps99/egui/tree/8a5bfb88b4cf7ed7dc17c743f914b19f64c0559c) and I get:
Did I pull the wrong commit to test? |
That seems to be a bug that occurs in compiling release mode. It should still build fine in debug mode, I will address the issue for release mode shortly. |
I have pushed a fix, so it should build in release mode now |
Thanks, I can confirm that running in debug mode does fix the issue. Which package was it you updated? I don't see anything on the egui repository itself so I assume one of the dependencies? EDIT: Never-mind! Running on latest egui with release does indeed fix it, however the dependencies are pulled it looks like that works. Thanks. |
Possibly OpenGL related?
If I disable 3d acceleration in settings:
Then it gets worse...
With backtrace:
The text was updated successfully, but these errors were encountered: