lakasmonk123 2 Posted April 20, 2014 May i ask i have an error on compiling my herc serv i think its in my os bit system. i have an 64bit os but i think the nature of the hercs compiling is 32 bit if im wrong please correct me i need to know whats the fix or what im going to do heres the error message: 1>------ Skipped Build: Project: plugin-sample, Configuration: Debug Win32 ------1>Project not selected to build for this solution configuration 2>------ Build started: Project: mapcache, Configuration: Debug Win32 ------3>------ Build started: Project: map-server, Configuration: Debug Win32 ------4>------ Build started: Project: login-server, Configuration: Debug Win32 ------5>------ Build started: Project: char-server, Configuration: Debug Win32 ------2> core.c2> console.c2> des.c2> grfio.c5> grammar.c5> libconfig.c4> grammar.c5> scanctx.c4> libconfig.c5> scanner.c3> grammar.c4> scanctx.c4> scanner.c3> libconfig.c3> scanctx.c3> scanner.c2> malloc.c2> showmsg.c5> strbuf.c3> strbuf.c3> mt19937ar.c4> strbuf.c5> mt19937ar.c5> conf.c5> core.c3> conf.c3> core.c2> strlib.c5> console.c4> conf.c4> mempool.c5> db.c3> console.c4> mutex.c3> db.c3> des.c4> raconf.c4> thread.c2> sysinfo.c3> ers.c2> utils.c5> ers.c2> nullpo.c2> mapcache.c3> grfio.c5> HPM.c4> account_sql.c5> malloc.c4> ipban_sql.c4> login.c4> loginlog_sql.c3> HPM.c5> mapindex.c3> malloc.c5> mempool.c3> mapindex.c5> mutex.c3> md5calc.c3> mempool.c3> mutex.c5> nullpo.c4> core.c3> nullpo.c4> console.c4> db.c3> raconf.c5> raconf.c5> random.c2>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt6>------ Skipped Build: Project: plugin-HPMHooking, Configuration: Debug Win32 ------6>Project not selected to build for this solution configuration 3> random.c5> showmsg.c5> socket.c4> ers.c3> showmsg.c4> HPM.c5> sql.c3> socket.c3> sql.c4> malloc.c5> strlib.c5> sysinfo.c3> strlib.c4> md5calc.c3> sysinfo.c4> nullpo.c5> thread.c5> timer.c3> thread.c5> utils.c4> random.c4> showmsg.c4> socket.c4> sql.c3> timer.c5> char.c3> utils.c4> strlib.c3> atcommand.c5> int_auction.c5> int_elemental.c5> int_guild.c4> sysinfo.c3> battle.c4> timer.c4> utils.c3> battleground.c3> buyingstore.c5> int_homun.c5> int_mail.c4> mt19937ar.c5> int_mercenary.c5> int_party.c5> int_pet.c5> int_quest.c5> int_storage.c3> chat.c5> inter.c5> pincode.c3> chrif.c4> Creating library ..login-server.lib and object ..login-server.exp4>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt3> clif.c3> date.c3> duel.c3> elemental.c3> guild.c3> intif.c5> Creating library ..char-server.lib and object ..char-server.exp5>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt3> irc-bot.c3> itemdb.c3> log.c3> mail.c3> map.c3> mapreg_sql.c3> homunculus.c3> HPMmap.c3> instance.c3> mercenary.c3> mob.c3> npc.c3> npc_chat.c3> party.c3> path.c3> pc.c3> pc_groups.c3> pet.c3> quest.c3> script.c3> searchstore.c3> skill.c3> status.c3> storage.c3> trade.c3> unit.c3> vending.c3> Creating library ..map-server.lib and object ..map-server.exp3>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt========== Build: 0 succeeded, 4 failed, 0 up-to-date, 2 skipped ========== please developers reply to me thank you Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted April 21, 2014 http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval This seems to answer your question Either disable incremental linking, by going toProject Properties -> Configuration Properties -> Linker (General) -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)" or install VS2010 SP1. 1 lakasmonk123 reacted to this Quote Share this post Link to post Share on other sites
0 lakasmonk123 2 Posted April 21, 2014 @Dastgir Pojee thank you for the reply i install the VS2010 SP1 and it works now i can recompile without errors now thank you very much p.s and if someone had this problem pls refer to this thread and i will post the link Heres the link http://www.microsoft.com/en-us/download/details.aspx?id=23691 Quote Share this post Link to post Share on other sites
May i ask i have an error on compiling my herc serv i think its in my os bit system. i have an 64bit os but i think the nature of the hercs compiling is 32 bit if im wrong please correct me i need to know whats the fix or what im going to do
heres the error message:
please developers reply to me thank you
Share this post
Link to post
Share on other sites