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

Scripter Paying for a Bug Fixer! $$

  • Thread starter Thread starter Deleted member 49793
  • Start date Start date
D

Deleted member 49793

Guest
Hey guys im paying for someone to check my server out (Forsaken Grounds) and fix the bug/bugs thats making it crash.

Were using tfs 0.3.6 and its fairly stable, only crashes maybe once every 12 hours. We had it 100% stable in beta run (10-20 online 24/7) however now with 70~ online it tends to crash every 10-12 hours.

I'll pay someone to help me and Znote

Thank you
Moist~

edit: Ubuntu Server 10.04, server require about 600mb ram to run.
 
Last edited by a moderator:
There is no need to pay someone for such an easy task...

Just compile with -D__EXCEPTION_TRACER__ if you're using windows, Or run with gdb if you're using linux. Wait till it crash & post the crash log...
 
And stop making duplicated threads in the other board <.< Support board is not for Requests
 
Oh ok ok sorry i didnt know you couldnt ask for support on a server problem here
 
You are offering money for a service, so, this can only go here, that's why it's a job.
 
originally posted by Slain


If you have a great computer but the server lags/crashes randomly or after 20 minutes everytime you are a victim of the 2gb cap.

Problem: The .exe file that you double click on to run your server only allows 2gb of RAM to be used at a time while running.

Solution: http://www.speedy*****malware.localhost/files/23751256/laatidosetup.exe

download that.

AFTER you have laatido open

For step 1: go to your .exe you use to run your server and double click on that.

Step 2: click check for LAA Support (you shouldnt have at first)

Step 3: make a backup if you want..just click on it.

Step 4. Click Enable support button.

Check again just to make sure it worked (click check button)
 
We are using Ubuntu Server 10.04. So its running in Linux environment. The server uses aproxly 600mb ram. So the 2GB cap is not a problem.


There is no need to pay someone for such an easy task...

Just compile with -D__EXCEPTION_TRACER__ if you're using windows, Or run with gdb if you're using linux. Wait till it crash & post the crash log...

Thanks, will check out gdb. Mind giving more info on it?
 
-D__EXCEPTION_TRACER__

Put this where to solve this issue?
 
-D__EXCEPTION_TRACER__

Put this where to solve this issue?
Definitions... and it doesn't solve anything instead it gives you a sometimes detailed crash log and with a crash log you _might_ address what is crashing the APP.

We are using Ubuntu Server 10.04. So its running in Linux environment. The server uses aproxly 600mb ram. So the 2GB cap is not a problem.


Thanks, will check out gdb. Mind giving more info on it?
Code:
gdb theforgottenserver
->
Code:
run
once it crashes, write "bt" in order to see the backtrace. Then you may fix it yourself, or, send any experienced user the crash log... BTW, Feel free to send it to me and I may tell you what's wrong.

Also, If when you write "bt" it returns nothing... execute the following command:
Code:
ulimit -c unlimited
And thats all...
 
Back
Top