ImGui on macOS 14 w/ OpenGL 3.3 crashes #7644
Closed
bsdooby
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 5 comments 2 replies
-
|
Does the official demo crash? Either way you'll need to provide more details, like a stack trace of the crash |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Will do more testing, and report back. Stay tuned.
…On Sat, Jun 1, 2024 at 6:48 PM David Maas ***@***.***> wrote:
Does the official demo crash?
Either way you'll need to provide more details, like a stack trace of the
crash
—
Reply to this email directly, view it on GitHub
<#7644 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIWLMMA5AVKRQ4NNACPG4TZFH3ODAVCNFSM6AAAAABIUHF77SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMZQGM2DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
After updating to the latest, and enabling this section (was not needed w/
earlier versions on macOS (?)):
//#if defined(__linux__) || defined(_WIN32)
glewExperimental = true;
glewInit();
//#endif
And setting "#version 330" for the GLSL version string.
it seems to work now.
Not exactly sure about the issue.
On Sun, Jun 2, 2024 at 2:37 PM Peter von Niederhäusern ***@***.***>
wrote:
… Will do more testing, and report back. Stay tuned.
On Sat, Jun 1, 2024 at 6:48 PM David Maas ***@***.***>
wrote:
> Does the official demo crash?
>
> Either way you'll need to provide more details, like a stack trace of the
> crash
>
> —
> Reply to this email directly, view it on GitHub
> <#7644 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACIWLMMA5AVKRQ4NNACPG4TZFH3ODAVCNFSM6AAAAABIUHF77SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMZQGM2DQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
As stated, it would crash in my renderer without using/initializing GLFW.
The ImGui provided glfw opengl3 example code works as advertised.
So, not an issue w/ ImGui, but with my code in combination w/ GLFW on macOS.
…On Wed, Jun 5, 2024 at 9:58 PM omar ***@***.***> wrote:
Please answer the asked questions, that would be useful. Clarify where/how
it crashes.
—
Reply to this email directly, view it on GitHub
<#7644 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIWLMPYMH2G6GAINEXBXMTZF5UVDAVCNFSM6AAAAABIUHF77SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMOBSGAYTE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
All is good now, and I provided the "solution": it is not an ImGui issue.
So thank you for your support, and have a great day.
…On Thu, Jun 6, 2024 at 10:00 AM omar ***@***.***> wrote:
But you are posting here implying requesting help about your crash and not
specifying how it crashes. What can we do?
—
Reply to this email directly, view it on GitHub
<#7644 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIWLMN5HYOBHEUA2US2R33ZGAJKXAVCNFSM6AAAAABIUHF77SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMOBWGYZTA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot use ImGui w/ my app (based on OpenGL 3.3, macOS 14 Sonoma); I use GLFW as the extension loader; as soon
as I activate and initialize ImGui, the app crashes; the same code base on Linux w/ ImGui activated works as intended.
Beta Was this translation helpful? Give feedback.
All reactions