Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error

Newbie Spellweaver
Joined
Aug 28, 2015
Messages
18
Reaction score
0
I tried to pass the National MatchServer source for VS 2012 and gave this error:

Error 164 error LNK2026: module unsafe for SAFESEH image. MatchServer\CPSSOLib.lib(CPSSOLib.obj) MatchServer


Error 162 error LNK2026: module unsafe for SAFESEH image.
MatchServer\ggsrvlib25_MT.lib(ggsrv.obj) MatchServer


Error 163 error LNK2026: module unsafe for SAFESEH image.
MatchServer\ggsrvlib25_MT.lib(ggutil.obj) MatchServer


Error 165 error LNK1281: Unable to generate SAFESEH image.
MatchServer\Runtime\MatchServer.exe MatchServer




someone help
I tried to pass the National MatchServer source for VS 2012 and gave this error:
 
Be a kicker than cheater.
Joined
Dec 17, 2009
Messages
733
Reaction score
26
Do NGunZ recommend VS 2012? If not, just better download & install their suggested/recommended VS. There are lot of difference between the newer VS you are using, I guess.
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Aug 25, 2014
Messages
167
Reaction score
18
Right-click on your project ->
Properties ->
Configuration Properties ->
Linker ->
Advanced and changed "Image Has Safe Exception Handlers" to "No (/SAFESEH:NO)"
 
Upvote 0
Junior Spellweaver
Joined
Sep 27, 2010
Messages
177
Reaction score
12
I was told converting is not simple and may give lots of errors and its not easy to fix them if you dont know what you are doing...why would you want to do that?
 
Upvote 0
Newbie Spellweaver
Joined
Aug 28, 2015
Messages
18
Reaction score
0
I know what it doing ..I spent Gunz design easily to vs 2012, but the project gave MatchServer this error ...Also already I tried to disable SAFESEH .
 
Upvote 0
Back
Top