• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux SIGSEGV Segmentation fault.

vingo

Active Member
Joined
Oct 27, 2012
Messages
464
Reaction score
43
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f55420 in std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6


So running my TFS 1.0 compiled 10.36-10.37 with cast system on gdb I Get this error while trying to login


Anyone has a clue?
 
Also when running with gdb im getting this

(gdb) run
Starting program: /home/vikstr/forgottenserver/tfs
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff5892700 (LWP 2368)]
[New Thread 0x7ffff5091700 (LWP 2369)]
The Forgotten Server - Version 1.0
Compilied on Mar 24 2014 14:55:28 for arch x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> Loading config
>> Establishing database connection...[New Thread 0x7ffff4890700 (LWP 2370)]
[Thread 0x7ffff4890700 (LWP 2370) exited]
MySQL 5.5.35
>> Running database manager
>> Loading vocations
>> Loading items
>> Loading script systems
>> Loading monsters
>> Loading outfits
>> Checking world type... PVP
>> Loading map
> Map size: 33760x33023.
 
That is wrong editions in sources, the version from github is stable.

The logs say for me you are trying to run one thing from version 10.35 in 10.37.
 
I don't know because you have made editions in original sources, the original sources is 100% stable.
 
I bought them, compiled in linux. he told me its for 10.37 - 10.36.

I compile in windows -> bugs when login

I try in linux -> bugs when login
 
Back
Top