Syscall ABI mismatch (Alpha 9)

Get support for Unvanquished.
Post Reply
User avatar
JOURNEYMAN
Dragoon
Posts: 339
Joined: Thu Mar 08, 2012 9:42 pm UTC

Syscall ABI mismatch (Alpha 9)

Post by JOURNEYMAN »

After compiling the latest git pull, I can start the game normally, but when I try to connect to the server, I get Syscall ABI mismatch error and the game crashes. Vista version had no problems

Open SUSE 12.1
Renderer: GL

Grab reality by the balls and squeeeeze!

Image

User avatar
Viech
Project Head
Posts: 2139
Joined: Fri Aug 03, 2012 11:50 pm UTC
Location: Berlin

Re: Syscall ABI mismatch (Alpha 9)

Post by Viech »

Can you attach gdb to it and give us a backtrace of the crash?

gdb ./daemon <PARMS> -ex run -ex bt

where <PARMS> are the parameters you need to pass to the unvanquished binary to get it running (such as "+set fs_basepath /path/to/assets/").

User avatar
JOURNEYMAN
Dragoon
Posts: 339
Joined: Thu Mar 08, 2012 9:42 pm UTC

Re: Syscall ABI mismatch (Alpha 9)

Post by JOURNEYMAN »

Never mind. I discovered that I had to use ./daemon instead of ./daemon.i386. Everything works fine with ./daemon. So, is it safe to delete daemon.i386?

Grab reality by the balls and squeeeeze!

Image

User avatar
velociostrich
Dragoon
Posts: 318
Joined: Thu Mar 08, 2012 6:24 pm UTC

Re: Syscall ABI mismatch (Alpha 9)

Post by velociostrich »

Yes, the target was just re-named in CMake.

Post Reply