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

Lua Server Crash

Neptera

Member
Joined
Mar 3, 2018
Messages
73
Reaction score
17
My server crash randomly, and I get not errors in the console.
If i look in the logs, it tells me this:

Code:
Faulting application name: theforgottenserver.exe, version: 0.0.0.0, time stamp: 0x66472cad
Faulting module name: lua51.dll, version: 0.0.0.0, time stamp: 0x65b1ef42
Exception code: 0xc0000005
Fault offset: 0x000000000002c759
Faulting process id: 0x1994
Faulting application start time: 0x01daac338d086b22
Faulting application path: C:\server\theforgottenserver.exe
Faulting module path: C:\server\lua51.dll
Report Id: 10b50e6a-04b5-42be-baf8-eecd98c76c35
Faulting package full name:
Faulting package-relative application ID:

Any ideas what is causing it? Seen this before?
 
there is not enough info around this to be able to troubleshoot it or atleast trace where the problem happened like for example can you answer those questions?
1) Was the server online and crashed suddenly? OR it doesn't start at all and just crashes before saying server is online
2) was it working and suddenly it stopped?
3) if answer of 2 is yes, did you change any LUA code soon?
4) What lua dependency do you use to compile TFS?
5) are you sure you install lua-jit?


I have 2 thoughts.
1) Miss configured VCPKG
2) Messy LUA code.

without answering the 5 questions i won't be able to be of any more help.
 
Back
Top