About Store Forum Documentation Contact



Post Reply 
Build error.
Author Message
docrst Offline
Member

Post: #1
Build error.
From time to time i get an error on the server and client, when i check running prosses i can see the server.exe stuck in running prosses, same with client.

I wait 10 to 15 mins and it clears up, why is the exe's stuck for so long.

1>------ Build started: Project: Server, Configuration: Release DX10+ Win32 ------
1>Build started 11/11/2013 7:40:48 PM.
1>InitializeBuildStatus:
1> Touching "Release DX10+\Server.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> Accounts.cpp
1> Client.cpp
1> Main.cpp
1> Server.cpp
1> Chr Create Request.cpp
1> Client Server Messages.cpp
1> Constants.cpp
1> Net Chr.cpp
1> Net Inventory.cpp
1> Net Item.cpp
1> Traffic.cpp
1> Generating Code...
1>ResourceCompile:
1> All outputs are up-to-date.
1>LINK : fatal error LNK1104: cannot open file 'Server.exe'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.88
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
11-12-2013 03:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #2
RE: Build error.
Just a guess - maybe there's something in Shut() function that prevents Server from closing?
11-26-2013 07:15 AM
Find all posts by this user Quote this message in a reply
Post Reply