hoangduit / bizhawk

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

dump_close causes NullPointerException on close #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I ran from the command line using the following options:
BizHawk\BizHawk.MultiClient.exe --dump-type=gif --dump-name=javelin.gif 
--dump-length=300 --dump_close=true "Olympic Summer Games (U).sfc"

When it reached frame 300, I got the following exception:
System.NullReferenceException: Object reference not set to an instance of an 
object.
 at BizHawk.MultiClient.MainForm.UpdateToolsAfter(Boolean fromLua)
 at BizHawk.MultiClient.MainForm.StepRunLoop_Core()
 at BizHawk.MultiClient.MainForm.ProgramRunLoop()
 at BizHawk.MultiClient.Program.SubMain(String[] args)

I'm using 1.5.1. I don't have any Lua scripts loaded.

Original issue reported on code.google.com by jcrev...@gmail.com on 22 Sep 2013 at 4:02

GoogleCodeExporter commented 9 years ago
Fixed in SVN.  Thanks for the report!

Original comment by goyu...@gmail.com on 29 Sep 2013 at 2:27