-
Notifications
You must be signed in to change notification settings - Fork 385
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
Tool Box is Broken #2763
Comments
There is another major issue with toolbox. Opening a rom, and then trying to open tastudio from it... kinda "breaks" the game file. Trying to load that specific .cue now triggers this: and i cant actually run said game anymore in ANY way. Repro:
Edit: managed to do it still using toolbox but just opening and closing the other tools. No error dialogs, except that when i tried to re-run other game.cue, this other one was also now broken, had to ACTUALLY replace the game roms. |
trace logger is a simple fix. Toolbox appears to be substantially broken, and makes the program unstable. That weird icon you circled is somehow an instance of BizHawk.Client.EmuHawk.ToolFormBase which of course makes no sense. I can easily filter that out in SetTools() of toolbox.cs, but many other problems remain. Perhaps it should be disabled pending a rewrite or thorough investigation of why it is causing such problems (I don't really get what's going wrong.) |
So the problem here is definitely this line: Those instances are messing everything up. The toolbox works fine if I comment that out and just give everything a generic icon. I can't figure out how to get rid of the instances though, there doesn't seem to be an opposite to Activator that takes care of it. Alternatively I could just match up every tool name to an icon manually and that would sort it out. |
Thanks, but that still doesn't work, it gives a bunch of errors if I open toolbox then open a rom. I think I'll just do the manually assigning thing to avoid those instances altogether. A quick test of that doesn't give me any errors. |
Summary
- When opening Trace Logger, clicking on: File-->Save log--> cancelling the operation, triggers an error prompt which appears over and over even after closing trace logger and changing roms. Fixes by restarting bizhawkfixedClicking on this button on the Tool Box:
and then loading a rom, gives this Error dialog, which keeps appearing when switching roms, or trying to use other features really
Tested on bizhawk 2.6.2
Fixes by completely closing and reopening bizhawk
The text was updated successfully, but these errors were encountered: