Giter VIP home page Giter VIP logo

Comments (10)

jasonrohrer avatar jasonrohrer commented on July 22, 2024

That means they've already been converted, I think.

Are they not getting opened correctly by your game server?

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

from onelife.

jasonrohrer avatar jasonrohrer commented on July 22, 2024

So the latest game server code complains about them?

If you run:

head -c 3 map.db

You will see "Sdb" as the first few characters if they are already converted.

If you run:

head -c 3 playerStats.db

You will see "Kdb" as the first few characters, because playerStats is left as a kissDB in the latest code.

Note that this will appear at the start of your next prompt, so it's easy to miss. Mine looks like this:

jasonrohrer2@latitude:~/checkout/OneLife/server$ head -c 3 playerStats.db
KdBjasonrohrer2@latitude:~/checkout/OneLife/server$

But anyway, if your DB files are not converted, they will all have "Kdb" when you look at the first 3 characters.

If you are seeing Sdb correctly on all of them, then the question is, why is your server not opening them? Are you sure your server has been rebuilt properly?

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

The mapfile has been converted. SDB shows for the map file and kdb shows for the playerStats file. I am sure that the server has been rebuilt properly because we have all of the new content from the update. Burdock and other wild foods are there. Just missing the actual map data. I SCPed my files from my server to my local machine to be able to add it to this issue.

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

screen shot 2018-04-18 at 1 34 29 pm

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

Here is the db file.

https://nofile.io/f/ACBvx87s2wz/map.db

from onelife.

jasonrohrer avatar jasonrohrer commented on July 22, 2024

Sounds like you just need to recompile your server.

The db files have been converted to STACKDB, but the server is still trying to open them with KISSDB. That means the server is still running old code.

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

@jasonrohrer Did the file work for you? I reran the ./pullLatestAndBuildTestServer.sh file. Should that not have rebuilt the game? It's still not working.

from onelife.

jasonrohrer avatar jasonrohrer commented on July 22, 2024

Sorry for the trouble...

That nofile link seems to have expired.

When you launch your server, what is the exact error message you are seeing?

Can you post that text here?

from onelife.

cuff-links avatar cuff-links commented on July 22, 2024

Ok. I started fresh with a new clone and a new server and it worked this time. Not sure why. Gonna close this one.

from onelife.

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.