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
The program started as expected and a window appeared.
What did you expect to see?
When moving the mouse cursor on windows - no crash.
What did you see instead
The app crashes immediately after the mouse cursor touches the window with the following error.
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:2121: at ui__Tooltip_update: RUNTIME ERROR: invalid memory access
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:64100: by ui__window_mouse_move
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:63913: by ui__on_event
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:45353: by gg__gg_event_fn
/home/yuart/Projects/v/thirdparty/sokol/sokol_app.h:2895: by _sapp_call_event
/home/yuart/Projects/v/thirdparty/sokol/sokol_app.h:11124: by _sapp_x11_mouse_event
/home/yuart/Projects/v/thirdparty/sokol/sokol_app.h:11551: by _sapp_x11_process_event
/home/yuart/Projects/v/thirdparty/sokol/sokol_app.h:11898: by _sapp_linux_run
/home/yuart/Projects/v/thirdparty/sokol/sokol_app.h:11953: by sapp_run
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:43754: by sokol__sapp__run
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:45542: by gg__Context_run
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:2228: by ui__run
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:8781: by main__main
/tmp/v_1000/ui_counter.14357049844790996348.tmp.c:9730: by main
The text was updated successfully, but these errors were encountered:
V doctor
UI package version
cdf5216
System DE
What did you do?
Run the following code with
v run .
The program started as expected and a window appeared.
What did you expect to see?
When moving the mouse cursor on windows - no crash.
What did you see instead
The app crashes immediately after the mouse cursor touches the window with the following error.
The text was updated successfully, but these errors were encountered: