veloren / veloren

An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

Home Page:https://www.veloren.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: linking with `link.exe` failed: exit code: 1

Tigralt opened this issue · comments

I was trying to test the project on my machine (Windows 10) but I have some issues when running a "cargo run" on server-cli (I have the same problem with voxygen tho):

image

I have no idea what's exactly is happening, all I know is that I installed Rust from the README.md link, same for the SFML library (with https://github.com/jeremyletang/rust-sfml/wiki/How-to-use-rust-sfml-on-Windows). All deps are correctly downloading, but compiling doesn't work.

@Tigralt Any chance you could run it with --color never to make it a bit easier to read? There's a lot of noise due to the incorrectly-interpreted colour codes.

My bad, here it is:
image

Nice one it's working now ! I uninstalled/reinstalled Visual Studio Community, seems like something went wrong the first time.