Skip to content

Issue with asserts running on win-arm64 #508

@YTN0

Description

@YTN0

I am getting Assert errors running ImGui.Net on Windows on ARM-64. The exact same app works fine on Windows on x64. It seems to be occuring on this line: ImGui.SetNextWindowSize(new Vector2(sizeX, sizeY), ImGuiCond.Always);

If I comment out this line, I then get an assert on: ImGui.SetNextWindowPos(new Vector2(50, 50));

neither of these lines generate an assert when running the same code (and same ImGui.Net versions) on x64.

I am attaching a screenshot of the assert.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions