-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
v1.3.0 has no prebuilt binaries for windows/arm64 and darwin/arm64 #16
Comments
I'll send a pull request to resolve the issue soon. |
https://github.com/makew0rld/didder/actions/runs/7279880843/job/19837113260#step:4:32
GoReleaser version is old. didder/.github/workflows/goreleaser.yml Lines 20 to 23 in 409cfa6
We should upgrade GoReleaser to v1, then the issue would be resolved. |
I will manually upload these two builds so they exist for v1.3.0. |
@makew0rld Versions are wrong. Not 1.2.0 but 1.3.0. |
Whoops, fixed now. Thanks. |
@makew0rld |
Ok fair enough, I've updated it. |
Thank you! |
Err… It seems you've compiled windows binaries with too bleeding-edge Go which is incompatible with Windows 7. It causes a crash. Please, consider recompiling. $ didder --palette "black white" -i in.png -o out.png bayer 16x16
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall()
/opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sys_windows_amd64.s:65 +0x75 fp=0x22fca0 sp=0x22fc80 pc=0x46b195
rax 0x0
rbx 0x7fb800
rcx 0x84e940
rdi 0x7fffffde000
rsi 0x22fea0
rbp 0x22fde0
rsp 0x22fc78
r8 0x0
r9 0x22fee0
r10 0x820978
r11 0x21
r12 0x22fec0
r13 0x1
r14 0x7fb1a0
r15 0x0
rip 0x0
rflags 0x10293
cs 0x33
fs 0x53
gs 0x2b |
I'm not a maintainer of this project, but Microsoft ended Windows 7 support on January 14, 2020. So I don't think we need to support Windows 7 anymore. |
@suzuki-shunsuke, this app, Didder, deals with the degradation of images to the graphics level of computers on cassettes and of handheld game consoles, which you probably didn't even catch, but I did. Isn't it absurd to require the latest OS for the sake of this conversion? Windows 7 has all the necessary arithmetic apparatus so that the formulas embedded in Didder still work. ImageMagick and VIPS work here. The developers of Go language want to look dandy, to shake hands with the |
I see. Thank you for your explanation. |
I have no interest in supporting OSes not supported by the latest Go compiler. Of course you are always able to compile from source with whatever compiler versions you wish. |
v1.2.0 has prebuilt binaries for windows/arm64 and darwin/arm64
https://github.com/makew0rld/didder/releases/tag/v1.2.0
On the other hand, v1.3.0 doesn't.
https://github.com/makew0rld/didder/releases/tag/v1.3.0
The text was updated successfully, but these errors were encountered: