You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing inochi-creator and inochi-session on Linux, an it has appended more than once that I've found that this assertion get's triggered on Linux builds that work fine on Windows.
inochi-session: /opt/src/bindbc-imgui/deps/cimgui/imgui/imgui.cpp:8925:
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.
I don't know if it is expected for it not to trigger on Windows builds, but I think that it's a problem that this is inconsistent between builds.
The text was updated successfully, but these errors were encountered:
Reason it doesn't trigger on windows is because release builds disable assertions and right now a problem with bindbc-imgui means I can only build windows versions in release mode.
I've been testing inochi-creator and inochi-session on Linux, an it has appended more than once that I've found that this assertion get's triggered on Linux builds that work fine on Windows.
I don't know if it is expected for it not to trigger on Windows builds, but I think that it's a problem that this is inconsistent between builds.
The text was updated successfully, but these errors were encountered: