Posts for CTBMC


Experienced Forum User
Joined: 11/20/2015
Posts: 6
How will that help?
Experienced Forum User
Joined: 11/20/2015
Posts: 6
feos wrote:
CTBMC wrote:
2) Yes, twice. Still won't work.
Wow. Try other versions and clean unzip. I bet the ones that haven't had the separator will work, but if fresh unzip doesn't, it's weird as hell.
It's wierd as hell. I don't wanna downgrade, just downloaded 1.11.3 again (latest version), and TAStudio still throws out exceptions, calling itself 'the target of an invocation'.
Experienced Forum User
Joined: 11/20/2015
Posts: 6
adelikat wrote:
from the exception, I think what's happening is that you are minimizing or maximizing tastudio, then closing the emulator. Then when opening it again, it is crashing. I know the fix if that is the case.
No. I'm legit opening TASStudio
Experienced Forum User
Joined: 11/20/2015
Posts: 6
1) 1.11.3. 2) Yes, twice. Still won't work.
Experienced Forum User
Joined: 11/20/2015
Posts: 6
Just load an unedited American SMW rom and open TASStudio. You get a weird error text box crash thing instead of a massive table of inputs (what I think TASStudio looks like).
Experienced Forum User
Joined: 11/20/2015
Posts: 6
EDIT: Removed Loaded Assemblies. I try to open TASStudio and there's wierd crash thingy. BizHawk is still there though:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at BizHawk.Client.EmuHawk.TAStudio.BranchesMarkersSplit_SplitterMoved(Object sender, SplitterEventArgs e)
   at System.Windows.Forms.SplitContainer.OnSplitterMoved(SplitterEventArgs e)
   at System.Windows.Forms.SplitContainer.set_SplitterDistance(Int32 value)
   at System.Windows.Forms.SplitContainer.ApplySplitterDistance()
   at System.Windows.Forms.SplitContainer.ResizeSplitContainer()
   at System.Windows.Forms.SplitContainer.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Control.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   at System.Windows.Forms.Control.ScaleChildControls(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   at System.Windows.Forms.Control.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
   at System.Windows.Forms.ContainerControl.OnChildLayoutResuming(Control child, Boolean performLayout)
   at System.Windows.Forms.ContainerControl.OnChildLayoutResuming(Control child, Boolean performLayout)
   at System.Windows.Forms.Control.OnLayoutResuming(Boolean performLayout)
   at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
   at BizHawk.Client.EmuHawk.TAStudio.InitializeComponent()
   at BizHawk.Client.EmuHawk.TAStudio..ctor()
   --- End of inner exception stack trace ---
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at BizHawk.Client.EmuHawk.ToolManager.CreateInstance(Type toolType)
   at BizHawk.Client.EmuHawk.ToolManager.Load(Type toolType, Boolean focus)
   at BizHawk.Client.EmuHawk.ToolManager.Load[T](Boolean focus)
   at BizHawk.Client.EmuHawk.MainForm.TAStudioMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)