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
V panic: array.delete: index out of range (i,a.len):1, 1
v hash: 4e68a86
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:6810: at _v_panic: Backtrace
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:6841: by panic_n2
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:6169: by array_delete_many
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:6161: by array_delete
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11586: by gg__Context_remove_cached_image_by_idx
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11747: by main__init
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11211: by gg__gg_init_sokol_window
C:/Users/imado/v/thirdparty/sokol/sokol_app.h:3046: by _sapp_call_init
C:/Users/imado/v/thirdparty/sokol/sokol_app.h:3278: by _sapp_frame
C:/Users/imado/v/thirdparty/sokol/sokol_app.h:8142: by _sapp_win32_run
C:/Users/imado/v/thirdparty/sokol/sokol_app.h:11653: by sapp_run
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11065: by sokol__sapp__run
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11478: by gg__Context_run
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11723: by main__main
C:/Users/imado/AppData/Local/Temp/v_0/test.01JJG4CJJQA67WQ7V071BZNX23.tmp.c:11806: by wWinMain
0051bb1f : by ???
0051bc80 : by ???
7fffd9f8259d : by ???
What did you expect to see?
Expected code to compile and run, remove cached images, and exit successfully.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
V version: V 0.4.9 4e68a86, press to see full `v doctor` output
What did you do?
./v -g -o vdbg cmd/v && ./vdbg C:\Users\imado\Documents\test.v && C:\Users\imado\Documents\test.exe
What did you see?
What did you expect to see?
Expected code to compile and run, remove cached images, and exit successfully.
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: