chrismaltby / gb-studio

A quick and easy to use drag and drop retro game creator for your favourite handheld video game system
https://www.gbstudio.dev
MIT License
8.3k stars 467 forks source link

[Bug] Actors Abscond when a Multiple Choice (Or Dialog?) box pops up on a certain frame #190

Open KazyEXE opened 5 years ago

KazyEXE commented 5 years ago

Note: for support questions, please use one of the following channels.

Reddit: /r/gbstudio Discord: Join Chat

This repository's issues are reserved for feature requests and bug reports.

Example Image

timsamoff commented 5 years ago

I can verify this bug as well.

RichardULZ commented 5 years ago

I had this my first day on 1.0 windows too, used to be a step every second, but 1.1 made this continuous.

@timsamoff you are on 1.1 mac os correct? It's not just a windows issue.

The brute force solution is to run through every actor on script start and set actor movement to false (and forcing them to the nearest tile so they are not mid tile).

To test for this bug, i recommend running in an emulator at a lower speed, like Bgb with vsync over multiple frames, and activating a script when an actor randomly moves.

timsamoff commented 5 years ago

Correct -- I'm running 1.1.0 on a Mac.

chrismaltby commented 5 years ago

Thought this one was gone with 1.1.0... guess not.