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

Linux fixes #41

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Linux fixes #41

wants to merge 4 commits into from

Commits on Oct 24, 2024

  1. Fixing "SizeOfColorStack" assertion failure

    void ImGuiStackSizes::CompareWithContextState(ImGuiContext*): Assertion `SizeOfColorStack >= g.ColorStack.Size && "PushStyleColor/PopStyleColor Mismatch!"' failed.
    yoyobuae committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5bc5256 View commit details
    Browse the repository at this point in the history
  2. Fixing "Cannot have empty ID" assertion failure

    _deps/imgui-src/imgui.cpp:10455: bool ImGui::ItemAdd(const ImRect&, ImGuiID, const ImRect*, ImGuiItemFlags): Assertion `id != window->ID && "Cannot have an empty ID at the root of a window. If you need an empty label, use ## and read the FAQ about how the ID Stack works!"' failed.
    yoyobuae committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c46fe15 View commit details
    Browse the repository at this point in the history
  3. Fixing SEGFAULT on exit

    yoyobuae committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cda52c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af117f View commit details
    Browse the repository at this point in the history