issues trying to re-build servers

Arthurious
Posts: 7
Joined: Sun Jul 22, 2012 9:58 pm

issues trying to re-build servers

Post by Arthurious » Sun Dec 30, 2012 10:24 pm

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.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: issues trying to re-build servers

Post by whasf » Sun Dec 30, 2012 11:03 pm

I'm just guessing but are you trying to use Visual Studio 2012? If so, use 2010
-- Whasf

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: issues trying to re-build servers

Post by bluekirby0 » Sun Dec 30, 2012 11:19 pm

Install VS2010 SP1

Arthurious
Posts: 7
Joined: Sun Jul 22, 2012 9:58 pm

Re: issues trying to re-build servers

Post by Arthurious » Mon Dec 31, 2012 1:52 am

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?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: issues trying to re-build servers

Post by bluekirby0 » Mon Dec 31, 2012 4:09 am

Actually installing vs11 is likely what caused this issue. The fix is the same regardless. You don't need to remove any other versions.

Arthurious
Posts: 7
Joined: Sun Jul 22, 2012 9:58 pm

Re: issues trying to re-build servers

Post by Arthurious » Tue Jan 01, 2013 7:32 pm

i installed the sp1... and getting the same error... :S

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: issues trying to re-build servers

Post by bluekirby0 » Thu Jan 03, 2013 7:40 pm

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.

ryekel
Posts: 10
Joined: Fri Nov 30, 2012 8:12 am

Re: issues trying to re-build servers

Post by ryekel » Fri Jan 25, 2013 2:56 am

im getting the same problem when trying to rebuild too ill try what ya said and give feed back

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: issues trying to re-build servers

Post by atom0s » Fri Jan 25, 2013 4:40 am

whasf wrote:I'm just guessing but are you trying to use Visual Studio 2012? If so, use 2010
VS2012 works fine with DSP.

ryekel
Posts: 10
Joined: Fri Nov 30, 2012 8:12 am

Re: issues trying to re-build servers

Post by ryekel » Fri Jan 25, 2013 9:50 am

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

Post Reply