Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools tab throws exception #1558

Open
gnaomo opened this issue Apr 29, 2019 · 2 comments

Comments

Projects
None yet
2 participants
@gnaomo
Copy link

commented Apr 29, 2019

In the tools tab, every tool throws me an exception whenever i click on it (Tool box, Lua console, Macro Tool, Virtual Pad, Multi-Disk Bundler)

This is the exception dialog:

ToolsException

Clicking details:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.Assembly.GetTypes()
   at BizHawk.Client.EmuHawk.ToolManager.IsAvailable(Type t)
   at BizHawk.Client.EmuHawk.ToolManager.Load[T](String toolPath, Boolean focus)
   at BizHawk.Client.EmuHawk.MainForm.ToolBoxMenuItem_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.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.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I'm using 2.3.1 x64 on a fresh unzip with prereqs installed

@YoshiRulz

This comment has been minimized.

Copy link
Member

commented Apr 29, 2019

If you use Ctrl+C you can copy the contents of the exception dialog, can you please edit that into your issue?

@gnaomo

This comment has been minimized.

Copy link
Author

commented Apr 30, 2019

Issue edited!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.