SilverlineDev / bizhawk

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

BizHawk.Client.Common.Global.DisableSecondaryThrottling #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get r8786
2. Rebuild All
3. Run EmuHawk

What is the expected output? What do you see instead?
Error message:
System.MissingFieldException: Field not found: 
'BizHawk.Client.Common.Global.DisableSecondaryThrottling'.
   at BizHawk.Client.EmuHawk.Sound.UpdateSound()
   at BizHawk.Client.EmuHawk.MainForm.StepRunLoop_Core(Boolean force)
   at BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop()
   at BizHawk.Client.EmuHawk.Program.SubMain(String[] args)

StackTrace:
   at BizHawk.Client.EmuHawk.Sound.UpdateSound()
   at BizHawk.Client.EmuHawk.MainForm.StepRunLoop_Core(Boolean force)
   at BizHawk.Client.EmuHawk.MainForm.ProgramRunLoop()
   at BizHawk.Client.EmuHawk.Program.SubMain(String[] args)

Original issue reported on code.google.com by hegyak on 13 Jan 2015 at 1:58

GoogleCodeExporter commented 9 years ago
Corrected by doing Clean Solution then Rebuild All.

Original comment by hegyak on 13 Jan 2015 at 2:21