Stolao Posted October 3, 2014 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted October 3, 2014 (edited) When trying to compile a fresh server from git using Microsoft Visual C++ i get the following error on all 4 solutions LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt this has happened on the last 2 fresh servers I've downloaded no edits or anything, anyone know a solution to this? Full Output 1>------ Build started: Project: map-server, Configuration: Debug Win32 ------ 2>------ Build started: Project: login-server, Configuration: Debug Win32 ------ 3>------ Build started: Project: char-server, Configuration: Debug Win32 ------ 4>------ Build started: Project: mapcache, Configuration: Debug Win32 ------ 2> account.c 1> mt19937ar.c 1> grammar.c 1> libconfig.c 1> scanctx.c 1> scanner.c 1> strbuf.c 3> mt19937ar.c 3> grammar.c 3> libconfig.c 3> scanctx.c 3> scanner.c 3> strbuf.c 3> conf.c 3> core.c 1> conf.c 1> core.c 2> ipban.c 2> login.c 2> loginchrif.c 2> loginclif.c 2> logincnslif.c 2> loginlog.c 2> conf.c 4> core.c 4> des.c 4> grfio.c 4> malloc.c 4> showmsg.c 4> strlib.c 4> utils.c 4> mapcache.c 3> db.c 3> ers.c 1> db.c 1> des.c 1> ers.c 3> malloc.c 2> core.c 1> grfio.c 2> db.c 3> mapindex.c 1> malloc.c 2> ers.c 3> mempool.c 1> mapindex.c 1> md5calc.c 3> mutex.c 3> nullpo.c 3> raconf.c 3> random.c 1> mempool.c 1> mutex.c 1> nullpo.c 2> malloc.c 1> raconf.c 3> showmsg.c 1> random.c 3> socket.c 2> md5calc.c 1> showmsg.c 2> mempool.c 1> socket.c 3> sql.c 2> mutex.c 1> sql.c 3> strlib.c 1> strlib.c 2> nullpo.c 3> thread.c 2> raconf.c 2> random.c 4>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt 2> showmsg.c 2> socket.c 1> thread.c 3> timer.c 2> sql.c 2> strlib.c 1> timer.c 3> utils.c 3> cli.c 3> msg_conf.c 1> utils.c 2> thread.c 2> timer.c 3> char.c 2> utils.c 1> cli.c 1> msg_conf.c 3> char_clif.c 3> char_cnslif.c 3> char_logif.c 2> cli.c 2> msg_conf.c 1> atcommand.c 3> char_mapif.c 1> battle.c 1> battleground.c 1> buyingstore.c 1> cashshop.c 3> int_auction.c 3> int_elemental.c 2> mt19937ar.c 1> channel.c 2> grammar.c 2> libconfig.c 2> scanctx.c 1> chat.c 2> scanner.c 3> int_guild.c 1> chrif.c 2> strbuf.c 3> int_homun.c 3> int_mail.c 3> int_mercenary.c 3> int_party.c 3> int_pet.c 3> int_quest.c 3> int_storage.c 1> clif.c 1> date.c 1> duel.c 2>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt 3> inter.c 1> elemental.c 1> guild.c 1> homunculus.c 1> instance.c 1> intif.c 1> itemdb.c 1> log.c 1> mail.c 1> map.c 1> mapreg.c 1> mercenary.c 1> mob.c 1> npc.c 1> npc_chat.c 1> party.c 3>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt 1> path.c 1> pc.c 1> pc_groups.c 1> pet.c 1> quest.c 1> script.c 1> searchstore.c 1> skill.c 1> status.c 1> storage.c 1> trade.c 1> unit.c 1> vending.c 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt ========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ========== Edited October 3, 2014 by Stolao Quote Link to comment Share on other sites More sharing options...
Winz Posted October 4, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 4, 2014 Maybe this will solve your question. I use VS 2010, not moving to the others except there's a perfectly good reason for that. Quote Link to comment Share on other sites More sharing options...
Question
Stolao
When trying to compile a fresh server from git using Microsoft Visual C++ i get the following error on all 4 solutions
this has happened on the last 2 fresh servers I've downloaded no edits or anything, anyone know a solution to this?
Full Output
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.