• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Illegal instruction

Fire Element

Member
Joined
Sep 10, 2010
Messages
193
Reaction score
22
Location
Brazil
Code:
[0:45:00.964] >> Loading config (config.lua)

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0x7ffff3798700 (LWP 3165)]
LuaInterface::getGlobalNumber (L=0xdd2440, _identifier=..., _default=7171)
    at luascript.cpp:1393
1393            return (int32_t)LuaInterface::getGlobalDouble(L, _identifier, _default);

OS: Ubuntu 10.04 (x32 & x64), Debian 6.0 (x64).
TFS: 0.3.7.
 
This usually happens when you compile on a different machine than you run the resulting executable on.

If you definitely did compile on the same machine, then the only other possible cause I can think of is that something corrupts your memory. But I think that's unlikely in your case.
 
Back
Top