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

Linux/Windows

Why did you install Ventrilo thru wine? o_O Use the Linux version instead.

EDIT: Nevermind, just saw that it's still in development.

EDIT2: Why not use Teamspeak instead?

my team and me don't like ts :< u don't know how to install that codec?
 
Not really, check ubuntuforums.org. I'm quite sure there's a solution there.
 
could any1 give me a public ip of ts2 ? because i want test it xd
ok installed teamspeak i hear all but they don't hear me wtf/:p
also the voices are fucked up .. on vt there was other voices
 
Last edited:
SQLite = SUXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Also, there's a great vBulletin TeamSpeak panel for MySQL x(

That's true, but for someone that's just using it for hobbies, it doesn't really matter.
 
Team Speak has very small database so it's easier to use sqlite, if youdon't want to integrate it with www.
Anyway I have Team Speak status panel on my website, without using database
 
what is best forum ? php bb v buttelin or what ?

vBulletin, but many people like also IPB (Invision Power Board).
Though, both are required to buy (license, which you have to put on a specific domain- of course changable).

If you ask about free ones:
- Most advanced, but sadly hell-buggy: MyBB;
- Fastest: PunBB;
- Most comfortable: SMF;
- Easiest: phpBB3;
- Worst: phpBB2;

There are also many other good boards BurningBoards or Discuz!(this one is only Chinese, and I like it mostly :/), but well, most are required to pay.
 
Segmentation fault
Wtf is that? xd this crashed my server now .
EDIT:loL WHENEVER i want login on linux client on gm this crashes my server:D
 
Last edited:
Segmentation fault is normal, when server crashes. On Windows you get a screen with 'Don't Send' button, here's just a notify.
Code:
sudo apt-get install gdb && ulimit -c unlimited
now run the server and try to reproduce the bug. If happens again, a core file will be dumped, then run from server directory:
Code:
gdb TheForgottenServer core.*
type:
Code:
bt
and tell us what does it actually says.
 
Segmentation fault is normal, when server crashes. On Windows you get a screen with 'Don't Send' button, here's just a notify.
Code:
sudo apt-get install gdb && ulimit -c unlimited
now run the server and try to reproduce the bug. If happens again, a core file will be dumped, then run from server directory:
Code:
gdb TheForgottenServer core.*
type:
Code:
bt
and tell us what does it actually says.

well i have reproducted this bug it happended when i just login on game master . So i deleted gm and create gm again and now everything works but idk why when i want to login on gm it crashes server now everything works :p
edit : now i can't write what's happended because now all works :S
 
whats 'up ?
Code:
(gdb) BT
#0  0x0901be18 in ?? ()
#1  0x080cb982 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, Game>, boost::_bi::list1<boost::_bi::value<Game*> > >, void>::invoke ()
#2  0x081b9000 in boost::function0<void, std::allocator<void> >::operator() ()
#3  0x081b8d66 in Dispatcher::dispatcherThread ()
#4  0xb7e834fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5  0xb7980e5e in clone () from /lib/tls/i686/cmov/libc.so.6
 
Back
Top