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 pulled latest imgui-bindings and build love-imgui.so library. But it crashes with next message on latest love2d(11.4):
Error: main.lua:98: attempt to call field 'MouseMoved' (a nil value)
stack traceback:
[string "boot.lua"]:777: in function 'MouseMoved'
main.lua:99: in function <main.lua:98>
[string "boot.lua"]:604: in function <[string "boot.lua"]:594>
[C]: in function 'xpcall'
Sometimes it got
love: /home/testuser/projects/imgui-bindings-master/deps/libimgui/imgui.cpp:3960: void ImGui::NewFrame(): Assertion `GImGui != __null && "No current context. Did you call ImGui::CreateContext() and ImGui::SetCurrentContext() ?"' failed.
[1] 412419 abort (core dumped) love .
I used this example. Note that this example works with slages bindings.
The text was updated successfully, but these errors were encountered:
I pulled latest
imgui-bindings
and buildlove-imgui.so
library. But it crashes with next message on latest love2d(11.4):Sometimes it got
I used this example. Note that this example works with slages bindings.
The text was updated successfully, but these errors were encountered: