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

strange error

Shalk

Royal Angels ATS
Joined
Sep 19, 2007
Messages
214
Reaction score
4
Location
Brazil
hello friends, can someone help me? I am in error in compiling the tfs, I always compiled normally is now giving these errors ..

Code:
  BFD (GNU Binutils) 2.18.50.20080109 internal error, aborting at ../../binutils-2.18.50/bfd/reloc.c line 5305 in bfd_generic_get_relocated_section_contents 
  Please report this bug. 
 C:\Users\Win7\Desktop\Vicious Wars\trunk.r3884\dev-cpp\Makefile.win [Build Error]  [TheForgottenServer.exe] Error 1
compiler log
Code:
Compilador: Default compiler
Building Makefile: "C:\Users\Win7\Desktop\Vicious Wars\trunk.r3884\dev-cpp\Makefile.win"
Executando  make...
make.exe -f "C:\Users\Win7\Desktop\Vicious Wars\trunk.r3884\dev-cpp\Makefile.win" all
g++.exe obj//actions.o obj//admin.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.o obj//condition.o obj//configmanager.o obj//connection.o obj//container.o obj//creature.o obj//creatureevent.o obj//cylinder.o obj//database.o obj//databasemanager.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//dispatcher.o obj//exception.o obj//fileloader.o obj//game.o obj//gameservers.o obj//globalevent.o obj//group.o obj//house.o obj//housetile.o obj//ioban.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//itemattributes.o obj//items.o obj//luascript.o obj//mailbox.o obj//manager.o obj//map.o obj//monster.o obj//monsters.o obj//movement.o obj//networkmessage.o obj//npc.o obj//otserv.o obj//outfit.o obj//outputmessage.o obj//party.o obj//player.o obj//position.o obj//protocol.o obj//protocolgame.o obj//protocolhttp.o obj//protocollogin.o obj//protocolold.o obj//quests.o obj//raids.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.o obj//teleport.o obj//textlogger.o obj//thing.o obj//tile.o obj//tools.o obj//trashholder.o obj//vocation.o obj//waitlist.o obj//weapons.o obj//TheForgottenServer_private.res -o "TheForgottenServer.exe" -L"C:/Users/Win7/Desktop/Vicious Wars/Editores/Dev-Cpp/lib" -lboost_system -llua5.1 -lmysql -lboost_regex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s -lboost_filesystem -lboost_thread -lz -lcryptopp -leay32  

ld: BFD (GNU Binutils) 2.18.50.20080109 internal error, aborting at ../../binutils-2.18.50/bfd/reloc.c line 5305 in bfd_generic_get_relocated_section_contents


ld: Please report this bug.


make.exe: *** [TheForgottenServer.exe] Error 1

Execution Terminated

can you help me? I give reputation friends =)
 
Last edited:
by what it is saying is that you do not have the forgottenserver.exe (which is what runs your server) is not in the folder.
 
not more important, is giving the same error in the free versions (0.2 and 0.3) for me .
 
Last edited:
Back
Top