Git Product home page Git Product logo

Comments (11)

skyfloogle avatar skyfloogle commented on September 23, 2024

What were you doing when this bug occurred?

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

Just playing the game like normal; it’s happened three times.

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

Thought I’d try the game with performance info enabled. I didn’t notice anything anomalous when the game locked up.

from red-viper.

skyfloogle avatar skyfloogle commented on September 23, 2024

I'm having difficulty reproducing this. In 4698009, I added a button to the options menu that allows dumping some debug info that may help me diagnose the issue. Are you able to reproduce using this new build?
I'd also like to note that what you're describing sounds a lot like a bug I ran into before release. It was quite an amusing bug: the game as programmed should lock up, were it not for interrupts incorrectly overwriting data that yanks the game out of that state. One bug resolved by another bug, in other words. To unlock the game, the interrupts need to happen at a fairly specific moment in at least one frame. On real hardware this is pretty random, but the emulator by design puts these in predictable places, which happened to be the wrong places. The fix I made was to manually put an interrupt check in a good spot.

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

I apologize, but I don't have enough technical knowledge to obtain a version of the app newer than the newest official release.

from red-viper.

skyfloogle avatar skyfloogle commented on September 23, 2024

You can get a nightly build from the "Actions" tab. Open the latest entry (currently this), and there should be downloads at the bottom.

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

Thanks for the info on how to install the nightly; it makes sense now. I was about to get the latest when I saw that you happened to upload a new stable version.

Unfortunately I'm still facing the same problem which happened almost immediately, although I've noticed that it tends to happen when the game speed is set to low. I've attached the debug text file, but it doesn't seem to allow me to upload the debug replay bin file.
debug_info.txt

from red-viper.

skyfloogle avatar skyfloogle commented on September 23, 2024

Someone else managed to upload it as a zip. Could you try that?

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

Gotcha, I didn't think of that.
virtuallab.zip

from red-viper.

skyfloogle avatar skyfloogle commented on September 23, 2024

Hm, your replay seems to behave normally. However, I found another issue: you're using the English patch. My game-specific patches work based on checksums, and the English patch wasn't taken into account in the lock-up glitch I fixed.
The other debug info suggests you're running into that same glitch. Could you check whether this build fixes the issue?

from red-viper.

wickjames086 avatar wickjames086 commented on September 23, 2024

Oh lol I didn’t even realize I was using the fan translation. Sorry about that. Thanks for fixing it!

from red-viper.

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.