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

Issue with asserts running on win-arm64 #508

Open
YTN0 opened this issue Feb 4, 2025 · 0 comments
Open

Issue with asserts running on win-arm64 #508

YTN0 opened this issue Feb 4, 2025 · 0 comments

Comments

@YTN0
Copy link

YTN0 commented Feb 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant