I'm using BizHawk-1.11.8.2, and playing the NES game The Smurfs (E).
I can play the game normally, but when I try to open TASStudio I get these error messages (sorry for french, hope it's not a problem) :
************** Texte de l'exception **************
System.ArgumentOutOfRangeException: L'index était hors limites. Il ne doit pas être négatif et doit être inférieur à la taille de la collection.
Nom du paramètre : index
à System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
à BizHawk.Client.EmuHawk.InputRoll.DoBackGroundCallback(PaintEventArgs e, List`1 visibleColumns)
à BizHawk.Client.EmuHawk.InputRoll.DrawBg(PaintEventArgs e, List`1 visibleColumns)
à BizHawk.Client.EmuHawk.InputRoll.OnPaint(PaintEventArgs e)
à System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
à System.Windows.Forms.Control.WmPaint(Message& m)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
And then :
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à BizHawk.Client.Common.TasMovie.GreenzoneCurrentFrame()
à BizHawk.Client.Common.MovieSession.HandleMovieAfterFrameLoop()
à BizHawk.Client.Common.MovieSession.LatchInputFromLog()
à BizHawk.Client.Common.MovieSession.HandleMovieOnFrameLoop()
à BizHawk.Client.EmuHawk.MainForm.StepRunLoop_Core(Boolean force)
à BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop()
à BizHawk.Client.EmuHawk.Program.SubMain(String[] args)