• 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.X+ [CRASH] Exception thrown at 0x00007FFDFEC45299 in theforgottenserver-x64.exe

SunMage

New Member
Joined
Jun 1, 2013
Messages
58
Reaction score
4
I've compiled current master branch of TFS and everything worked fine. 0 errors, 0 skipped.

Code:
  otpch.cpp
  actions.cpp
  ban.cpp
  baseevents.cpp
  bed.cpp
  chat.cpp
  combat.cpp
  condition.cpp
  configmanager.cpp
  connection.cpp
  container.cpp
  creature.cpp
  creatureevent.cpp
  cylinder.cpp
  database.cpp
  databasemanager.cpp
  databasetasks.cpp
  depotchest.cpp
  depotlocker.cpp
  events.cpp
  fileloader.cpp
  game.cpp
  globalevent.cpp
  groups.cpp
  guild.cpp
  house.cpp
  housetile.cpp
  inbox.cpp
  ioguild.cpp
  iologindata.cpp
  iomap.cpp
  iomapserialize.cpp
  iomarket.cpp
  item.cpp
  items.cpp
  luascript.cpp
  mailbox.cpp
  map.cpp
  monster.cpp
  monsters.cpp
  mounts.cpp
  movement.cpp
  networkmessage.cpp
  npc.cpp
  otserv.cpp
  outfit.cpp
  outputmessage.cpp
  party.cpp
  player.cpp
  position.cpp
  protocol.cpp
  protocolgame.cpp
  protocollogin.cpp
  protocolold.cpp
  quests.cpp
  raids.cpp
  rsa.cpp
d:\ot server\forgottenserver-master\src\otserv.cpp(255): warning C4242: 'argument': conversion from 'int32_t' to 'uint16_t', possible loss of data
  scheduler.cpp
  scriptmanager.cpp
  server.cpp
  signals.cpp
  spawn.cpp
  spells.cpp
  protocolstatus.cpp
  talkaction.cpp
  tasks.cpp
  teleport.cpp
  thing.cpp
  tile.cpp
  tools.cpp
  trashholder.cpp
  vocation.cpp
  waitlist.cpp
  weapons.cpp
  wildcardtree.cpp
  xtea.cpp
  Generating code
  Finished generating code
  theforgottenserver.vcxproj -> D:\OT SERVER\forgottenserver-master\vc14\x64\Release\theforgottenserver-x64.exe

I've moved the data, config.lua and schema.sql file to the new compiled folder (x64/Release).
Edited config.lua and connected it to my database, seems to work fine too.

Upon starting theforgottenserver-x64.exe it crashes immediatly.

MSVS gives me this:
iK0YVMm.png


Does anyone know a fix to this or why this is happening?
 
thats the reason i dont use MSVC x.x im a failure with that, try to create a project in dev c++, there is a good version here in otland, worked for me
 
thats the reason i dont use MSVC x.x im a failure with that, try to create a project in dev c++, there is a good version here in otland, worked for me

I'd prefer an answer which includes working with MSVC, since this is an error I get following the Compiling on Windows vcpkg guide to every letter. Also interesting someone else in this thread had the same error too.
 
I have the same Problem with theforgottenserver-x64.exe .

EDIT:
It's working now.
I forgot to put the "key.pem" file into the directory where the config.lua is.
 
Last edited:
Back
Top