Coder Social home page Coder Social logo

Comments (5)

Matte27 avatar Matte27 commented on July 23, 2024

The following seems to cause it fairly consistently

  1. Reach a certain point (like getting the last key in chad)
  2. Load a savestate before said point
  3. Load a different savestate before said point
  4. Tool freezes and closing it is required to get it working again

from libtas.

clementgallet avatar clementgallet commented on July 23, 2024

This might have been fixed by 748d54e

from libtas.

Matte27 avatar Matte27 commented on July 23, 2024

Not yet fixed

from libtas.

clementgallet avatar clementgallet commented on July 23, 2024

Freezes happen because the game closes a thread and creates another thread immediately. Pthread library recycles the thread, so the new thread has the same pthread id, but is a different process. When trying to suspend this thread for a future state saving/loading, the signal fails to reach the thread, so the thread is still active, and the tool infinitely waits for this thread to unsuspend.

from libtas.

clementgallet avatar clementgallet commented on July 23, 2024

This should be fixed by 384d881. Now both pthread id and process tid must be identical for a matched thread.

from libtas.

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.