Describe the bug
Compilation for Windows (nimble buildWindows) eventually throws an error: SIGSEG Illegal storage access (Attempt to read from nil?)
zlib also changed the location of the archive to https://zlib.net/fossils/zlib-1.3.tar.gz (from https://zlib.net/zlib-1.3.tar.gz)
To Reproduce
Steps to reproduce the behavior:
- change zlib url in DMusic.nimble
echo "export PATH='\$PATH:~/.nimble/bin/dmusic'" >> ~/.bashrc
nimble buildWindows
- See error
SIGSEG Illegal storage access (Attempt to read from nil?)
Expected behavior
Successful compilation :)
- OS: (WSL) ubuntu 24.04
- Version: last commit (a62f2fa)
Describe the bug
Compilation for Windows (
nimble buildWindows) eventually throws an error:SIGSEG Illegal storage access (Attempt to read from nil?)zlib also changed the location of the archive to https://zlib.net/fossils/zlib-1.3.tar.gz (from https://zlib.net/zlib-1.3.tar.gz)
To Reproduce
Steps to reproduce the behavior:
echo "export PATH='\$PATH:~/.nimble/bin/dmusic'" >> ~/.bashrcnimble buildWindowsSIGSEG Illegal storage access (Attempt to read from nil?)Expected behavior
Successful compilation :)