Giter Club home page Giter Club logo

Comments (8)

flend avatar flend commented on September 3, 2024 1

Amazing work guys!

from broguece.

tmewett avatar tmewett commented on September 3, 2024

Thanks for the report. On what turn do you get these errors? And do they cause an out-of-sync error? I get an out-of-sync error on turn 686, does that seem right?

from broguece.

krypt-n avatar krypt-n commented on September 3, 2024

Yeah, the errors happen at turn 686, however I do not get an out-of-sync error.

from broguece.

kz-dev avatar kz-dev commented on September 3, 2024

I also have a out-of-sync at turn 686 when view your recording. You press "j" to go in water. Can we find seed in the recording file ? Or have you the seed ?

from broguece.

krypt-n avatar krypt-n commented on September 3, 2024

The seed is 232800572

from broguece.

tmewett avatar tmewett commented on September 3, 2024

Ok! Looks like this is an out-of-sync bug. Good find, now we need to work out the cause.

from broguece.

krypt-n avatar krypt-n commented on September 3, 2024

I found another recording with this issue at turn 790, if that helps.

from broguece.

tmewett avatar tmewett commented on September 3, 2024

I've found the cause of this issue.

If you go to turn 686 on your first recording, there are two small pools, each containing an eel. By some strange dungeon generation (bug?), those two eels are actually part of the same horde: one is a follower of the other. So the follower, being more than 2 cells away from its leader (condition in monstersTurn at Monsters.c:3350), tries to path towards the other eel with pathTowardCreature. However, there is no traversable path to follow - so nextStep returns -1, which isn't checked, and hence invalid access occurs.

This is a really good find, thanks for the report!

from broguece.

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.