Failed to remove: No such file or directory
Nobody has claimed this yet.
- Dominant language
- V
- Stars
- 346
- Forks
- 31
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
OS:
windows, Microsoft Windows 11 Home Single Language v22621 64-bit
V version
0.3.3 d7a418f
vab version
0.3.7 fff2efd
What did you do?
vab run --device auto snek
What did you expect to see?
the snek game running on my android device
What did you see instead?
Notice: Falling back to API level "30" (SDK API level 33 > highest NDK API level 30).
Notice: Android API level 30 is less than the default level (33).
V panic: Failed to remove "C:\Users\me\AppData\Local\Temp\vab\package\apk\assets\fonts": No such file or directory
v hash: 7de3485
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:13751: at _v_panic: Backtrace
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:45043: by vab__android__prepare_base
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:43681: by vab__android__package_apk
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:43596: by vab__android__package
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:46620: by main__main
C:/Users/me/AppData/Local/Temp/v_0/vab.2319595620471669553.tmp.c:47572: by wmain
00625d48 : by ???
00625eab : by ???
7ffedd0c26bd : by ???
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing vab run --device auto snek on Windows 11, then inspect the Android prepare_base and package_apk entry points named in the backtrace. Determine why removing the temporary assets/fonts path fails when it does not exist, and verify that packaging completes and the game runs on the Android device.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- build-system, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100