nQuake / server-linux

nQuake (QuakeWorld) server for Linux
http://www.nquake.com/
39 stars 14 forks source link

./mvdsv: 1: ./mvdsv: Syntax error: "(" unexpected #3

Closed trumad closed 7 years ago

trumad commented 7 years ago

Hey - thanks so much for this easy to setup Quake server!

I'm attempting to run it on a raspberry pi, with Raspbian Jessie. I get this error when I run the start servers shell script:

./mvdsv: 1: ./mvdsv: Syntax error: "(" unexpected

When I try running mvdsv directly, I get this error:

./mvdsv: cannot execute binary file: Exec format error

My guess is that mvdsv is not compatible with Rasbian/debian perhaps? I hope that's not the issue, because I've looked high and low for a raspbian mvdsv build and haven't been able to find one.

nvtkaszpir commented 7 years ago

I'm affraid nquake is linux i386/amd64 architecture, while raspberry pi is armv7l. So you would have to compile mvdsv+ ktx from sources under your raspberry

trumad commented 7 years ago

Hey, just to let everyone know I was able to find a compiled RPI binary here:

https://web.archive.org/web/20160509141340/http://files.quake.ie/linux/quake/mvdsv-ktx-raspberrypi.zip

Downloading that, and following the instructions here: http://www.recantha.co.uk/blog/?p=9962 saved me having to learn how to compile from source. I'll learn some day, I promise! Thanks for your help.

nvtkaszpir commented 7 years ago

Actually mvdsv and ktx are undergoing changes and those projects may provide compiled binaries for multiple platforms within few weeks.