dash-recipes icon indicating copy to clipboard operation
dash-recipes copied to clipboard

Pulled from Crates.io, nuklear-sys build script panics

Open khionu opened this issue 5 years ago • 1 comments

When pulling from Git, there is no issue, it is exclusively when nuklear-sys is imported from a Cargo repository.

Panic with trace: https://gist.github.com/khionu/cac71a3176ed42840caa79b53af26bbd

OS: Win 10 Pro (1903) Compiler: 1.35.0 (3c235d560 2019-05-20) Toolchain: stable-x86_64-pc-windows-msvc

khionu avatar Jun 18 '19 06:06 khionu

The stacktrace shows problems with pulling the Nuklear C library via Git to the Cargo registry folder. Can you please go to C:\Users\Khionu\.cargo\registry\src\github.com-<hashed> and delete all the nuklear-* folders, and try building nuklear-test again?

plyhun avatar Jun 18 '19 10:06 plyhun