Page 1 of 1

(Bug) Game crash on too many undos in MT

Posted: 15 Dec 2019, 12:44
by ThaumicTom
Hi,

the game crashes when you press Ctrl + Z too many times in the MediaTracker. I guess it happens, because the game only stores around 20 undos. Issue is if there is no more undo stored, the game dies. To fix that problem, instead of doing the undo function, it should check if the undo is not empty and then do it. The bug is quite annoying, as you can't really tell when to stop.

Reproduction steps:
  • Open the MediaTracker in any way.
  • Edit clips loads of times.
  • Press Ctrl + Z repeatedly.
  • Watch the game die.

Re: (Bug) Game crash on too many undos in MT

Posted: 16 Dec 2019, 09:39
by reggie1000
ThaumicTom wrote: 15 Dec 2019, 12:44 Watch the game die.
No that's too tough, I'm not sure I can do that :(

Anyways, thanks for the feedback, I'm gonna see what I can do