Code Monkey home page Code Monkey logo

Comments (6)

FezVrasta avatar FezVrasta commented on July 29, 2024

this happens with the most updated version?

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

Yup, pulled from master yesterday after you merged my PR.
I can't seem to find the problem in arkmanager.sh - might be too early for me though 😄

from ark-server-tools.

klightspeed avatar klightspeed commented on July 29, 2024

Looking at it, we should change getAvailableVersion at tools/arkmanager#L232 and tools/arkmanager#L260 to getCurrentVersion, and integrate setCurrentVersion into getCurrentVersion.

The mismatch between arkversion and the printed update version suggests that the version returned by app_info_print doesn't match the version retrieved by the previous app_update.

It also looks steamcmd is still caching the available version somewhere, as despite removing the app info cache, it still only updated the available version after manually running steamcmd:

[2015-06-27 18:07:37] Ran arkmanager checkupdate
appinfo_log.txt:

[2015-06-27 18:07:37] RequestAppInfoUpdate: nNumAppIDs 1

arkmanager output:

Querying Steam database for latest version...
Current version:  672599 
Available version:  672599 
Your server is up to date!

[2015-06-27 18:08:12] Ran steamcmd interactively
appinfo_log.txt:

[2015-06-27 18:08:12] RequestAppInfoUpdate: nNumAppIDs 1
[2015-06-27 18:08:13] ProductInfoChanges: change number 0->1135150, apps: 0/0, packages: 0/0
[2015-06-27 18:08:13] UpdatesJob: requesting 84 apps, 1 packages (meta data, 1024 prev attempts)

[2015-06-27 18:09:03] Ran arkmanager update
appinfo_log.txt:

[2015-06-27 18:09:03] RequestAppInfoUpdate: nNumAppIDs 1

arkmanager output:

Querying Steam database for latest version...
Current version:  672599 
Available version:  674165 
Your server needs to be restarted in order to receive the latest update.
Run "arkmanager update" to do so

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

@klightspeed We might have to remove packageinfo.vdf before getting available version aswell.
Also, how theres a folder called depotcache in /Steam aswell.

from ark-server-tools.

klightspeed avatar klightspeed commented on July 29, 2024

Gah - I hadn't updated my config file, so arkmanager wasn't actually deleting the appinfo.vdf file.

from ark-server-tools.

Atriusftw avatar Atriusftw commented on July 29, 2024

@klightspeed

Version control usually is beautiful, but sometimes it can be a real bitch 😅

from ark-server-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.