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

C++ Compiling TFS 1.3 and No such files or directory

Eduardo170

Well-Known Member
Joined
Jan 7, 2014
Messages
422
Solutions
3
Reaction score
66
Location
Caracas, Venezuela
I trying to compile TFS 1.3, but somes errors or things happen
I dont speak so much english.

I have: Microsoft Visual Community 2019
fD6BoLC.png

A6GhHjC.png
9ugcyxO.png
 

Attachments

start the server from the CMD (windows powershell or whatever it is called on your windows version, command prompt) to see the error message
 
start the server from the CMD (windows powershell or whatever it is called on your windows version, command prompt) to see the error message
pPCOwvs.jpg




Compilation:

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
  ioguild.cpp
  iologindata.cpp
  iomap.cpp
  iomapserialize.cpp
  item.cpp
  items.cpp
  luascript.cpp
  mailbox.cpp
  map.cpp
  monster.cpp
  monsters.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
  scheduler.cpp
  script.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 -> C:\Users\XAVI\Desktop\Tibia\2020 compilacion\forgottenserver-8.6-downgrade\vc14\x64\Release\theforgottenserver-x64.exe
 
Last edited:
You are probably missing some windows redistributable or something like that. You are using old windows for some reason, upgrade to 10.
 
Your MySQL info in config.lua is correct? User/password/database?
 
Did you install latest windows 10 updates? It installs frameworks and stuff.
 
TFS 1.2 with Text, and TFS 1.3 without any text. WTF...

I tried downloading the one that you compiled @M0ustafa in the @Nekiro Thread and the same thing happens.



Code:
The Forgotten Server - Version 1.2
Compiled with Microsoft Visual C++ version 14.0
Compiled on Jun  6 2018 21:21:35 for platform x86

A server developed by Mark Samman
Visit our forum for updates, support, and resources: OTLand (http://otland.net/).

> Loading config
> Establishing database connection...

Console TFS 1.2
TFS 1.2.png
Console TFS 1.3(Without text)
while2.png
 
Last edited:
Solved with Teamviewer, If anyone else has same issue follow this.
 
Solution
Back
Top