• 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.2] Looking for solution

KareemTalhaa

New Member
Joined
Sep 9, 2023
Messages
12
Reaction score
3
Can someone help me?
Lua:
Rebuild started at 5:57 PM...
1>------ Rebuild All started: Project: theforgottenserver, Configuration: Release x64 ------
1>otpch.cpp
1>actions.cpp
1>ban.cpp
1>baseevents.cpp
1>bed.cpp
1>chat.cpp
1>combat.cpp
1>commands.cpp
1>condition.cpp
1>configmanager.cpp
1>connection.cpp
1>container.cpp
1>creature.cpp
1>creatureevent.cpp
1>cylinder.cpp
1>database.cpp
1>databasemanager.cpp
1>databasetasks.cpp
1>depotchest.cpp
1>depotlocker.cpp
1>events.cpp
1>fileloader.cpp
1>game.cpp
1>globalevent.cpp
1>groups.cpp
1>guild.cpp
1>house.cpp
1>housetile.cpp
1>ioguild.cpp
1>iologindata.cpp
1>iomap.cpp
1>iomapserialize.cpp
1>item.cpp
1>items.cpp
1>luascript.cpp
1>mailbox.cpp
1>map.cpp
1>monster.cpp
1>monsters.cpp
1>movement.cpp
1>networkmessage.cpp
1>npc.cpp
1>otserv.cpp
1>outfit.cpp
1>outputmessage.cpp
1>party.cpp
1>player.cpp
1>position.cpp
1>C:\Users\karee\Downloads\forgottenserver-master\src\rsa.h(23,10): error C1083: Cannot open include file: 'gmp.h': No such file or directory
1>protocol.cpp
1>C:\Users\karee\Downloads\forgottenserver-master\src\rsa.h(23,10): error C1083: Cannot open include file: 'gmp.h': No such file or directory
1>protocolgame.cpp
1>protocollogin.cpp
1>protocolstatus.cpp
1>quests.cpp
1>raids.cpp
1>rsa.cpp
1>C:\Users\karee\Downloads\forgottenserver-master\src\rsa.h(23,10): error C1083: Cannot open include file: 'gmp.h': No such file or directory
1>scheduler.cpp
1>scriptmanager.cpp
1>server.cpp
1>signals.cpp
1>spawn.cpp
1>spells.cpp
1>talkaction.cpp
1>tasks.cpp
1>teleport.cpp
1>thing.cpp
1>tile.cpp
1>tools.cpp
1>trashholder.cpp
1>vocation.cpp
1>waitlist.cpp
1>weapons.cpp
1>wildcardtree.cpp
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
========== Rebuild completed at 5:58 PM and took 33.729 seconds ==========
1719328235694.png
Post automatically merged:

People
Post automatically merged:

Any Solution?
 
Last edited:
try reinstall at this path C:\vcpkg or C:\dev\vcpkg

1. bootstrap-vcpkg.bat

2. vcpkg install [packages to install] --triplet=x64-windows
example: vcpkg install gmp boost-asio pugixml libmariadb --triplet=x64-windows

3. vcpkg integrate install
 
try reinstall at this path C:\vcpkg or C:\dev\vcpkg

1. bootstrap-vcpkg.bat

2. vcpkg install [packages to install] --triplet=x64-windows
example: vcpkg install gmp boost-asio pugixml libmariadb --triplet=x64-windows

3. vcpkg integrate install
Same problem bro, Do you think it from the lua.h?
 
I'm sure my visual studio is properly set up to compile any tfs 1.x ~
but this one is a disaster:

View attachment 85707

Also, made a scan on virustotal and it shouted:
View attachment 85709



If you want TFS 1.2 for 8.0 you may try this one:
[8.0] [TFS 1.2] - Server Global Full [Real Map] (https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/)

It does work as i just compiled it:
View attachment 85708

Please DO a scan of the file in the above thread as I did not.
I want to compile it from TFS 8.0 To tfs 8.10
Post automatically merged:

I'm sure my visual studio is properly set up to compile any tfs 1.x ~
but this one is a disaster:

View attachment 85707

Also, made a scan on virustotal and it shouted:
View attachment 85709



If you want TFS 1.2 for 8.0 you may try this one:
[8.0] [TFS 1.2] - Server Global Full [Real Map] (https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/)

It does work as i just compiled it:
View attachment 85708

Please DO a scan of the file in the above thread as I did not.
Anyway Thanks bro, I am going to try
 
I want to compile it from TFS 8.0 To tfs 8.10
Post automatically merged:


Anyway Thanks bro, I am going to try
i don't know if its gonna work but you may try to change it to 81. If im not mistaken the version is in definitions.h

I can't find now (lol, always when i look for something it runs away) but I strongly believe there is out there TFS 1.5 by nekiro downgrade to 8.0 which should work also for 8.1
Please use the search option or google and you'll find it

and give up on celohere release as this is broken
 
i don't know if its gonna work but you may try to change it to 81. If im not mistaken the version is in definitions.h

I can't find now (lol, always when i look for something it runs away) but I strongly believe there is out there TFS 1.5 by nekiro downgrade to 8.0 which should work also for 8.1
Please use the search option or google and you'll find it

and give up on celohere release as this is broken
Look, that tfs u gave me it have error command.cpp
 
Back
Top