SilverlineDev / bizhawk

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

Error while playing Bart's Nightmare #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play Bart's Nightmare
2. Pause for a while on the baby stage?

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

---------------------------

---------------------------
System.NotSupportedException: Memory stream is not expandable.

   at System.IO.MemoryStream.set_Capacity(Int32 value)

   at System.IO.MemoryStream.EnsureCapacity(Int32 value)

   at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)

   at BizHawk.MultiClient.MainForm.StreamBlobDatabase.Push(ArraySegment`1 seg)

   at BizHawk.MultiClient.MainForm.CaptureRewindStateDelta(Byte[] CurrentState, Boolean isSmall)

   at BizHawk.MultiClient.MainForm._RunCapture(Byte[] coreSavestate)

   at BizHawk.MultiClient.MainForm.RewindThreader.Capture(Byte[] coreSavestate)

   at BizHawk.MultiClient.MainForm.CaptureRewindState()

   at BizHawk.MultiClient.MainForm.StepRunLoop_Core()

   at BizHawk.MultiClient.MainForm.ProgramRunLoop()

   at BizHawk.MultiClient.Program.SubMain(String[] args)
---------------------------
OK   
---------------------------

Please use labels and text to provide additional information.

Version 1.5.1. Probably not specific to this game, but this is how I triggered 
it.

Original issue reported on code.google.com by brandman...@gmail.com on 16 Sep 2013 at 3:05

GoogleCodeExporter commented 9 years ago
This was a rewind issue, that has since been fixed (will be reflected in the 
1.7.0 release)  In the meantime, turning off rewind will fix it.

Original comment by adeli...@tasvideos.org on 26 Apr 2014 at 9:24