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 think it will be nice to check assets or just assets folder on start to exit gracefully with hint run make assets before cargo run instead of:
thread '<main>' panicked at 'Can`t open file 'assets/DroidSerif-Regular.ttf' (No such file or directory (os error 2))', src/visualizer/src/fs.rs:14
note: Run with `RUST_BACKTRACE=1` for a backtrace.
error: Process didn't exit successfully: `target/debug/zoc` (exit code: 101)
The text was updated successfully, but these errors were encountered:
I think it will be nice to check assets or just assets folder on start to exit gracefully with hint
run make assets before cargo run
instead of:The text was updated successfully, but these errors were encountered: