computernewb / collab-vm-server-1.2

CollabVM 3 repository.
Apache License 2.0
15 stars 7 forks source link

Server crashes on startup #110

Closed qtAmyVT closed 2 years ago

qtAmyVT commented 2 years ago

OS: Debian 11 Release: master/1.2.11 Boost Version: 1.70.0

Console Log:

Collab VM Server started
Illegal instruction
modeco80 commented 2 years ago

I'm assuming some of the binaries are compiled with -march=native -mtune=native

On the ryzen host (if dartz used the server to compile) that means compiler probably autovectorized stuff to use sse4/avx/avx2/avx256. whoops

qtAmyVT commented 2 years ago

If i'm right it was precompiled (https://github.com/computernewb/collab-vm-server/releases/tag/1.2.11).

modeco80 commented 2 years ago

Yeah the ryzen box would have been used to compile those.

qtAmyVT commented 2 years ago

The debian version is already broken on default?

modeco80 commented 2 years ago

Just build the server.

Closing