ui icon indicating copy to clipboard operation
ui copied to clipboard

Files in WM of Examples are Failing

Open Wajinn opened this issue 1 year ago • 0 comments

V version: V 0.4.8 UI version: Latest as of Dec 13 OS: Fedora/Ubuntu (Linux), Windows 11...

What did you do?

v run "..ui/examples/wm/wm_free_apps.v"

What did you expect to see?

Application run properly.

What did you see instead?

V panic: stbi_image failed to load from memory v hash: e32e9f7 / v hash: d95dac4 /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:13159: at _v_panic: Backtrace /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:38561: by ui__Picture_init /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:39401: by ui__Stack_init /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:39401: by ui__Stack_init /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:35999: by ui__BoxLayout_init /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:44961: by ui__gg_init /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:23346: by gg__gg_init_sokol_window ../thirdparty/sokol/sokol_app.h:3046: by _sapp_call_init ../thirdparty/sokol/sokol_app.h:3278: by _sapp_frame ../thirdparty/sokol/sokol_app.h:11598: by _sapp_linux_run ../thirdparty/sokol/sokol_app.h:11655: by sapp_run /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:22181: by sokol__sapp__run /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:23613: by gg__Context_run /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:44542: by ui__run /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:46123: by ui__WindowManager_run /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:48322: by main__main /tmp/wm_free_apps.01JEZ0TMWT3NJBKD0HJKXWBCS6.tmp.c:48588: by main

Observations:

  1. Problem appears to be with "import ui.apps.users" (../ui/apps/users)
  2. logo variable; directory for where "logo.png" is located

Wajinn avatar Dec 14 '24 10:12 Wajinn