-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch fails on Windows with "error: FileNotFound" #41
Comments
Seems like merging #40 would fix this |
I can reproduce this issue (on One possible temporary fix I found to make |
This smells like #34. Tested with the aforementioned patch in |
what is the contents of your |
It looks like I am having the same issue https://github.com/yrashk/zig-generator/runs/4638330127 My zig.mod: https://github.com/yrashk/zig-generator/blob/master/zig.mod |
oh its only failing on windows, interesting. thanks for the run/file. additionally it seems to only be failing on the cross compiled version. https://github.com/nektro/zigmod/runs/4630241454?check_suite_focus=true GH Action is using natively compiled debug build, |
oh wait @yrashk yours seems slightly different |
Here's the failing run with extra info https://github.com/yrashk/zig-generator/runs/4638493958 |
I also tried to use a prebuilt version of zigmod on my Windows machine and it worked fine. |
I've tried pre-creating .zigmod/deps in CI, didn't help. Same error. |
I was doing some weird zig.mod shenanigans back on the mentioned issue, and was able to make it work after without changes on zigmod's side. @earthnuker can you confirm? |
yrashk's issue was fixed in another thread, will give @earthnuker a little more time to confirm but this should otherwise be fixed now |
Hi, sorry for the late reply, yes with the latest of the repo |
Hello everyone,
I'm using zig version
0.9.0
and zigmod versionv87.1995ca2 windows x86_64 gnu
. Trying to runzigmod-x86_64-windows.exe fetch
in a clone of https://github.com/lun-4/obsidian2web at commitcf75283
results in the following stack trace:this seems to not be related to #38
(also the path to the debug symbols file seems to be hardcoded in the zigmod executable so i had to create
D:\home\circleci\zigmod\zig-cache\o\e7e9c8ee0d4909e4216ef5bee9f26177\
and movezigmod-x86_64-windows.pdb
there, might be an issue for people without a D drive)best regards,
Earthnuker
The text was updated successfully, but these errors were encountered: