Take a look at Open Steamwork's AppsCommon.h header (
http://hg.opensteamworks.org/open-steamworks/src/0fe53733de5ccfe798f3fe43a4b36a24c4e2baae/Open%20Steamworks/AppsCommon.h?at=default
)

You can see that app state 0x206 (518) seems to be the states 512 (
k_EAppStateUpdatePaused), 4 (k_EAppStateFullyInstalled) and 2 (
k_EAppStateUpdateRequired) OR'd together. Note how the initial state was
0x6 (6) which is state 4 and 2 OR'd together again. So the update process
simply paused the current update (most likely due to some error). Even if
SteamCmd did tell you what the app states meant, it doesn't make the
problem any clearer.

Why there is no "DNS resolution failed" error is beyond me.



Kind regards,
Saul Rennison


On 23 March 2013 15:37, [email protected] <[email protected]>wrote:

> I actually found my error.  Somehow DNS went fubar.  Soon as I fixed it, it
> resolved itself.
>
> On a side note, lack of documentation available to server owners regarding
> error
> messages is frustrating as I did look for answers on the dev site.
>
> > On March 23, 2013 at 11:07 AM Andre Müller <[email protected]>
> wrote:
> >
> >
> > Try didroles UpdateTool.
> > It doesen't throw this error.
> > Atm I'm using only this tool for updating our servers and never get
> errors.
> >
> >
> > 2013/3/23 [email protected] <[email protected]>:
> > > All,
> > >
> > > Has anyone else had an issue trying to update? Currently using
> steamcmd I
> > > get
> > > this when trying to update the server:
> > >
> > > Connecting anonymously to Steam Public...Success.
> > > Initial App state (0x6) installed
> > > App state (0x10106) reconfiguring, progress: 0.00 (0 / 0)
> > > Error! App '232290' state is 0x206 after update job.
> > > _______________________________________________
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > > please visit:
> > > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to