• 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!

open tfs problem

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
When i open tfs error :

evolast@ded1:~/evo$ ./theforgottenserver
[20:10:25.383] The Forgotten Server, version 0.3.7_SVN (Crying Damson)
[20:10:25.383] Compiled with GNU C++ version 4.4.5 (x86_64: 1) at Mar 27 2013, 20:07:10.
[20:10:25.383] A server developed by Elf, Talaturen, Dalkon, BeniS, Tryller and Kornholijo.
[20:10:25.383] Visit our forum for updates, support and resources: http://otland.net.

[20:10:25.383] >> Loading config (config.lua)
Illegal instruction
]

pls soultions this problem
 
you need to chmod the folder where the server is at so that you can run it as a normal user , plus if you are Admin in your computer you should be able to compile the server without putting it on a root privileged folder :
Code:
/opt/otserver

You can move that folder else where(like anywhere except a root directory) and DO NOT RUN IT AS A SUPER USER!!!!!! just normal.

or

Illegal instruction on Linux

Use the search tool :p
 
I tried to help stanczyk.
I tried to:
- put in in /home, /opt
- run by root/normal user
- compile with 'luajit' and without
- on Ubuntu 11.04 and Debian 6.0
- on 64bit and 32bit

and still get same error:
...
[1:38:46.638] >> Loading script systems
Illegal instruction

Only extra information I can add is that it's hosted on VPS [with panel HyperVM] with processor AMD FX-4100 (4x2.8GHz)
 
Back
Top