MathewWi / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

TAStudio saving twice issue #359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a ROM and TAStudio with no movie loaded.
2. Play the game while recording input
3. Close EmuHawk.
4. Save when asked, "Save Changes" by TAStudio
5. When asked again to "Save Changes" click yes.
6. Error

What is the expected output? What do you see instead?

************** Exception Text **************
System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a 
control until the window handle has been created.
   at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
   at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
   at BizHawk.Client.EmuHawk.TAStudio.<.ctor>b__4(Object s, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by hegyak on 6 Jan 2015 at 1:04

GoogleCodeExporter commented 9 years ago
fixed revision 8758

Original comment by adeli...@tasvideos.org on 6 Jan 2015 at 4:35