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

TFS 1.3 Stoped Working

dolver

New Member
Joined
May 26, 2016
Messages
3
Reaction score
0
Location
Porto Alegre RS
Hello everyone, i have a big issue here because i dont know where is the error. The tfs just stops while "Initializing gamestate". I've tried everything, rebuild and all stuff like that, tried to put other dll's on the directory of the .exe but nothing really works, tfs still not starting.

here is a print of where he stops:

Imgur
PMLoCGq.jpg


So, after tried everything, i decided to debug the .exe, so i got this error message:
xol2CVn.jpg


its like he's stopping work in that line:

Code:
_Ret <<= _Bits - 1;    // avoid full shift

PLEASE someone help me....
 
It seems that the problem is in Map.placeCreature as you can see on the call stack, if you could provide the rest of the stack trace it would help.
 
38Z8gR9.jpg

Each one of thoose lines are the last functions that were called when the crashed happened, in order.

Since what is in your image is a low level lib, we don't really know what caused the crash to happen (which tfs call did it), so if you click on thoose lines will eventually get to the TFS code that actually caused this to happen.
 
I have the same issue. Hope someone can help.

Untitled1.png

Full callstack
theforgottenserver-x64.exe!std::_Rng_from_urng<unsigned int,std::mersenne_twister_engine<unsigned int,32,624,397,31,2567483615,11,4294967295,7,2636928640,15,4022730752,18,1812433253> >::eek:perator()(unsigned int _Index) Line 3949 C++ Non-user code. Symbols loaded.

theforgottenserver-x64.exe!std::uniform_int<int>::_Eval<std::mersenne_twister_engine<unsigned int,32,624,397,31,2567483615,11,4294967295,7,2636928640,15,4022730752,18,1812433253> >(std::mersenne_twister_engine<unsigned int,32,624,397,31,2567483615,11,4294967295,7,2636928640,15,4022730752,18,1812433253> & _Eng, int _Min, int _Max) Line 2331 C++ Non-user code. Symbols loaded.

theforgottenserver-x64.exe!std::uniform_int<int>::eek:perator()<std::mersenne_twister_engine<unsigned int,32,624,397,31,2567483615,11,4294967295,7,2636928640,15,4022730752,18,1812433253> >(std::mersenne_twister_engine<unsigned int,32,624,397,31,2567483615,11,4294967295,7,2636928640,15,4022730752,18,1812433253> & _Eng, const std::uniform_int<int>::param_type & _Par0) Line 2287 C++ Non-user code. Symbols loaded.

theforgottenserver-x64.exe!uniform_random(int minNumber, int maxNumber) Line 313 C++ Symbols loaded.

theforgottenserver-x64.exe!Game::addCreatureCheck(Creature * creature) Line 3576 C++ Symbols loaded.

theforgottenserver-x64.exe!Game::placeCreature(Creature * creature, const Position & pos, bool extendedPos, bool forced) Line 558 C++ Symbols loaded.

theforgottenserver-x64.exe!Spawns::startup() Line 135 C++ Symbols loaded.

theforgottenserver-x64.exe!Game::setGameState(GameState_t newState) Line 118 C++ Symbols loaded.

theforgottenserver-x64.exe!mainLoader(int __formal, char * * __formal, ServiceManager * services) Line 252 C++ Symbols loaded.

[External Code] Annotated Frame

theforgottenserver-x64.exe!Task::eek:perator()() Line 41 C++ Symbols loaded.

theforgottenserver-x64.exe!Dispatcher::threadMain() Line 62 C++ Symbols loaded.

[External Code] Annotated Frame
 
I have the same issue. Hope someone can help.

View attachment 32927

Full callstack

Knowing that the error disappeared by compiling on another OS, I think it has something to do with library dependencies.
So, I think it's not a bug, it's an issue of missing library dependencies.

It means, you should report this on TFS's GitHub.
 
Back
Top