issues trying to re-build servers
-
- Posts: 7
- Joined: Sun Jul 22, 2012 9:58 pm
issues trying to re-build servers
hello there, guys, i've been having problems trying to rebuild my server, i was using em once and they, stoped working the next day... not sure why... when i tried to rebuild em i got to this issue... and dunno how to fix it... if some1 not that busy can help me, please. here's a lil description.
"during the DSGame-server build" (debug) got something like this...
1> ai_pet_dummy.cpp
1> ai_mob_dummy.cpp
1> ai_char_prisoner.cpp
1> Generating Code...
1> Skipping... (no relevant changes detected)
1> entity_update.cpp
1> mobutils.cpp
1> mobentity.cpp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and during the "DSConnect-server" somethng like this...
1>------ Build started: Project: DSConnect-server, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
also before i start trying to debug, i got a window saying that the " DSConnect-server - Debug Win32" is out of date.
and after the compilation fails got another window saying that the "parameter "basePath" can't be a relative path.
i'd really appreciate your help, since i got some scripts to test... and got another that needs to be tested, then to upload em as a pack.
thanks in advance.
"during the DSGame-server build" (debug) got something like this...
1> ai_pet_dummy.cpp
1> ai_mob_dummy.cpp
1> ai_char_prisoner.cpp
1> Generating Code...
1> Skipping... (no relevant changes detected)
1> entity_update.cpp
1> mobutils.cpp
1> mobentity.cpp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and during the "DSConnect-server" somethng like this...
1>------ Build started: Project: DSConnect-server, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
also before i start trying to debug, i got a window saying that the " DSConnect-server - Debug Win32" is out of date.
and after the compilation fails got another window saying that the "parameter "basePath" can't be a relative path.
i'd really appreciate your help, since i got some scripts to test... and got another that needs to be tested, then to upload em as a pack.
thanks in advance.
Re: issues trying to re-build servers
I'm just guessing but are you trying to use Visual Studio 2012? If so, use 2010
-- Whasf
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: issues trying to re-build servers
Install VS2010 SP1
-
- Posts: 7
- Joined: Sun Jul 22, 2012 9:58 pm
Re: issues trying to re-build servers
roger that! i've been using VS C++ 2010... but i ll try to instal SP1, another thing seems like my pc has VS8,10,and 11 installed.. shall i uninstall em? or may that cause a failure?
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: issues trying to re-build servers
Actually installing vs11 is likely what caused this issue. The fix is the same regardless. You don't need to remove any other versions.
-
- Posts: 7
- Joined: Sun Jul 22, 2012 9:58 pm
Re: issues trying to re-build servers
i installed the sp1... and getting the same error... :S
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: issues trying to re-build servers
Only other option is to disable incremental linking. If that doesn't work I dunno what to tell you. Expect your compile times to go up noticeably, though.
Re: issues trying to re-build servers
im getting the same problem when trying to rebuild too ill try what ya said and give feed back
Re: issues trying to re-build servers
VS2012 works fine with DSP.whasf wrote:I'm just guessing but are you trying to use Visual Studio 2012? If so, use 2010
Re: issues trying to re-build servers
well when building gameserver i keep getting this error
1>c:\dsp\src\map\status_effect_container.cpp(579): error C2601: 'CStatusEffectContainer::UpdateStatusIcons' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(616): error C2601: 'CStatusEffectContainer::SetEffectParams' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(657): error C2601: 'CStatusEffectContainer::LoadStatusEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(702): error C2601: 'CStatusEffectContainer::SaveStatusEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(735): error C2601: 'CStatusEffectContainer::CheckEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(774): error C2601: 'CStatusEffectContainer::CheckRegen' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(828): fatal error C1075: end of file found before the left brace '{' at 'c:\dsp\src\map\status_effect_container.cpp(551)' was matched
1> status_effect.cpp
Only think left that had error to it
1>c:\dsp\src\map\status_effect_container.cpp(579): error C2601: 'CStatusEffectContainer::UpdateStatusIcons' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(616): error C2601: 'CStatusEffectContainer::SetEffectParams' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(657): error C2601: 'CStatusEffectContainer::LoadStatusEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(702): error C2601: 'CStatusEffectContainer::SaveStatusEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(735): error C2601: 'CStatusEffectContainer::CheckEffects' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(774): error C2601: 'CStatusEffectContainer::CheckRegen' : local function definitions are illegal
1> c:\dsp\src\map\status_effect_container.cpp(551): this line contains a '{' which has not yet been matched
1>c:\dsp\src\map\status_effect_container.cpp(828): fatal error C1075: end of file found before the left brace '{' at 'c:\dsp\src\map\status_effect_container.cpp(551)' was matched
1> status_effect.cpp
Only think left that had error to it